This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ActionView::Template::Error (undefined method `simage_id' for #<Refinery::Services::Service:0x007f82a9c96570> | |
Did you mean? simage | |
simage= | |
simage? | |
simage_was): | |
10: -%> | |
11: <div id='image_picker_container_<%= randomiser %>'> | |
12: <%= link_to t('.show'), '', :class => "current_image_toggler" if toggle_image_display %> | |
13: <%= f.hidden_field field, :class => "current_image_id" -%> | |
14: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
High Response Time: Heroku/gr-moscow | |
2016-07-26 20:00:09.894 | |
309 <158>1 2016-07-26T19:59:59.935402+00:00 heroku router - - at=info method=GET path="/assets/health_network.jpg" host=www.gruporescue.com request_id=49e39820-f6c5-4c14-9056-72c6f93d34f4 fwd="195.120.155.59" dyno=web.1 connect=25ms service=14053ms status=200 bytes=1375004 | |
Go to the log: https://api.heroku.com/myapps/[email protected]/addons/logentries | |
You are receiving this email because your Logentries alarm "High Response Time" | |
has been triggered. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started GET "/" for 127.0.0.1 at 2016-07-11 00:13:57 +0300 | |
ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" | |
Processing by Refinery::PagesController#home as HTML | |
Parameters: {"locale"=>:pt} | |
Refinery::Page Load (0.7ms) SELECT "refinery_pages".* FROM "refinery_pages" WHERE "refinery_pages"."link_url" = $1 LIMIT 1 [["link_url", "/"]] | |
Refinery::Banners::Banner Load (0.5ms) SELECT "refinery_banners".* FROM "refinery_banners" | |
CACHE (0.0ms) SELECT "refinery_banners".* FROM "refinery_banners" | |
Refinery::Posts::Post Load (0.4ms) SELECT "refinery_posts".* FROM "refinery_posts" | |
CACHE (0.0ms) SELECT "refinery_posts".* FROM "refinery_posts" | |
Refinery::Image Load (0.4ms) SELECT "refinery_images".* FROM "refinery_images" WHERE "refinery_images"."id" = $1 LIMIT 1 [["id", 1]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started GET "/refinery/units/2/edit" for ::1 at 2016-07-06 18:48:49 -0400 | |
Processing by Refinery::Units::Admin::UnitsController#edit as HTML | |
Parameters: {"id"=>"2", "locale"=>:pt} | |
Refinery::Authentication::Devise::User Load (0.3ms) SELECT "refinery_authentication_devise_users".* FROM "refinery_authentication_devise_users" WHERE "refinery_authentication_devise_users"."id" = $1 ORDER BY "refinery_authentication_devise_users"."id" ASC LIMIT 1 [["id", 1]] | |
Refinery::Units::Unit Load (0.2ms) SELECT "refinery_units".* FROM "refinery_units" WHERE "refinery_units"."id" = $1 LIMIT 1 [["id", 2]] | |
Refinery::Authentication::Devise::Role Load (0.3ms) SELECT "refinery_authentication_devise_roles".* FROM "refinery_authentication_devise_roles" INNER JOIN "refinery_authentication_devise_roles_users" ON "refinery_authentication_devise_roles"."id" = "refinery_authentication_devise_roles_users"."role_id" WHERE "refinery_authentication_devise_roles_users"."user_id" = $1 [["user_id", 1]] | |
Rendered /Users/juan/.rben |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GIT | |
remote: git://github.com/refinery/refinerycms-page-images.git | |
revision: 4f40c58c492a6eed9a876f10c2c1e06402d294f9 | |
branch: master | |
specs: | |
refinerycms-page-images (3.0.0) | |
decorators (~> 2.0.0) | |
globalize (~> 5.0) | |
refinerycms-pages (~> 3.0.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rails generate refinery:blog | |
/Users/juan/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.1/lib/active_support/dependencies.rb:495:in `load_missing_constant': Unable to autoload constant Refinery::Authentication::Devise, expected /Users/juan/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/bundler/gems/refinerycms-29ab03669a0b/authentication/lib/refinery/authentication/devise.rb to define it (LoadError) | |
from /Users/juan/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.1/lib/active_support/dependencies.rb:184:in `const_missing' | |
from /Users/juan/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.1/lib/active_support/inflector/methods.rb:276:in `const_get' | |
from /Users/juan/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.1/lib/active_support/inflector/methods.rb:276:in `block in constantize' | |
from /Users/juan/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.1/lib/active_support/inflector/methods.rb:259:in `each' | |
from /Users/juan/.rbenv/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started GET "/es/units" for ::1 at 2016-06-08 11:32:18 -0400 | |
Processing by Refinery::Units::UnitsController#index as HTML | |
Parameters: {"locale"=>:es} | |
Refinery::Authentication::Devise::User Load (0.2ms) SELECT "refinery_authentication_devise_users".* FROM "refinery_authentication_devise_users" WHERE "refinery_authentication_devise_users"."id" = $1 ORDER BY "refinery_authentication_devise_users"."id" ASC LIMIT 1 [["id", 1]] | |
Refinery::Page Load (0.2ms) SELECT "refinery_pages".* FROM "refinery_pages" WHERE "refinery_pages"."link_url" = $1 ORDER BY "refinery_pages"."id" ASC LIMIT 1 [["link_url", "/units"]] | |
Refinery::Units::Unit Load (0.3ms) SELECT "refinery_units".* FROM "refinery_units" ORDER BY position ASC | |
Refinery::Units::Unit::Translation Load (0.2ms) SELECT "refinery_unit_translations".* FROM "refinery_unit_translations" WHERE "refinery_unit_translations"."refinery_unit_id" = $1 [["refinery_unit_id", 1]] | |
Refinery::Page::Translation Load (0.2ms) SELECT "refinery_page_translations".* F |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
activemodel (4.2.6) lib/active_model/attribute_methods.rb:433:in `method_missing' | |
globalize (5.0.1) lib/globalize/active_record/adapter.rb:79:in `fetch_attribute' | |
globalize (5.0.1) lib/globalize/active_record/adapter.rb:25:in `block in fetch' | |
globalize (5.0.1) lib/globalize/active_record/adapter.rb:24:in `each' | |
globalize (5.0.1) lib/globalize/active_record/adapter.rb:24:in `fetch' | |
globalize (5.0.1) lib/globalize/active_record/instance_methods.rb:49:in `read_attribute' | |
globalize (5.0.1) lib/globalize/interpolation.rb:4:in `interpolate' | |
globalize (5.0.1) lib/globalize/active_record/class_methods.rb:76:in `block in define_translated_attr_reader' | |
/Users/juan/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/bundler/gems/refinerycms-9e79b276891f/core/app/presenters/refinery/translated_field_presenter.rb:8:in `call' | |
/Users/juan/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/bundler/gems/refinerycms-9e79b276891f/core/app/helpers/refinery/translation_helper.rb:15:in `translated_field' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iMac-di-Juan:tdp_2016 juan$ git push origin master | |
Counting objects: 671, done. | |
Delta compression using up to 4 threads. | |
Compressing objects: 100% (668/668), done. | |
Writing objects: 100% (671/671), 2.94 MiB | 86.00 KiB/s, done. | |
Total 671 (delta 96), reused 0 (delta 0) | |
To https://[email protected]/jmercedes/tdp-062016.git | |
d828344..8aa29b9 master -> master | |
iMac-di-Juan:tdp_2016 juan$ RAILS_ENV=production bundle exec rake assets:precompile --trace | |
** Invoke assets:precompile (first_time) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iMac-di-Juan:tdp_2016 juan$ RAILS_ENV=production bundle exec rake assets:precompile | |
I, [2016-06-02T09:41:58.379483 #23211] INFO -- : Writing /Users/juan/code_work/tdp_2016/public/assets/font-awesome/fontawesome-webfont-a280856e20cc0af53390b729ca0ac3edbf8fc889a828a379c5d634c91e80c808.eot | |
I, [2016-06-02T09:41:58.391630 #23211] INFO -- : Writing /Users/juan/code_work/tdp_2016/public/assets/font-awesome/fontawesome-webfont-a280856e20cc0af53390b729ca0ac3edbf8fc889a828a379c5d634c91e80c808.eot.gz | |
I, [2016-06-02T09:41:58.395808 #23211] INFO -- : Writing /Users/juan/code_work/tdp_2016/public/assets/font-awesome/fontawesome-webfont-6b0adce775f4d57ac800f23b05af72ced748ae51ba67a65b67b7316f1ed331b3.svg | |
I, [2016-06-02T09:41:58.411226 #23211] INFO -- : Writing /Users/juan/code_work/tdp_2016/public/assets/font-awesome/fontawesome-webfont-6b0adce775f4d57ac800f23b05af72ced748ae51ba67a65b67b7316f1ed331b3.svg.gz | |
I, [2016-06-02T09:41:58.419710 #23211] INFO -- : Writing /Users/juan/code_work/tdp_2016/public/assets/font-awesom |