search for: cleanup_view_runtime

Displaying 4 results from an estimated 4 matches for "cleanup_view_runtime".

2012 Feb 01
6
Does Devise make use of a "status" method? Weird bug.
...pport-3.1.0/lib/active_support/core_ext/benchmark.rb:5:in `ms'' vendor/bundle/ruby/1.9.1/gems/actionpack-3.1.0/lib/action_controller/metal/instrumentation.rb:40:in `block in render'' vendor/bundle/ruby/1.9.1/gems/actionpack-3.1.0/lib/action_controller/metal/instrumentation.rb:81:in `cleanup_view_runtime'' vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'' vendor/bundle/ruby/1.9.1/gems/actionpack-3.1.0/lib/action_controller/metal/instrumentation.rb:39:in `render'' app/controllers/application_control...
2010 Jul 27
13
3.0.0rc ActionController::RoutingError No route matches
Have been developing on 3.0.0beta4 and just updated to 3.0.0.rc. When I try to link_to() a User object that previously had worked, I get the following: ActionView::Template::Error (No route matches {:action=>"destroy", :controller=>"games", :id=>#<User ..... > Yet I have in my routes.rb file has resources :users and my "rake routes" shows:
2013 Mar 24
5
Rails 4.0 has_many_through and fields_for
...:296:in `realtime'' activesupport (4.0.0.beta1) lib/active_support/core_ext/benchmark.rb:5:in `ms'' actionpack (4.0.0.beta1) lib/action_controller/metal/instrumentation.rb:41:in `block in render'' actionpack (4.0.0.beta1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'' activerecord (4.0.0.beta1) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'' actionpack (4.0.0.beta1) lib/action_controller/metal/instrumentation.rb:40:in `render'' actionpack (4.0.0.beta1) lib/action_controller/metal/implicit_render.rb:10:in `...
2011 Dec 05
9
jquery - word is not defined
Just starting out with a beginner book on jquery and the very first thing I am trying fails (has to be me) Rails 3.1 - other jquery things working including a poor example of drag & drop that is my ultimate target here but just simply trying to get every alternating row in a table to have a different css class So I''m using... app/assets/javascripts/people.js.coffee and put in...