Displaying 3 results from an estimated 3 matches for "abstract_renderer".
2013 Mar 24
5
Rails 4.0 has_many_through and fields_for
..._view/template.rb:141:in `render''
actionpack (4.0.0.beta1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial''
actionpack (4.0.0.beta1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render''
actionpack (4.0.0.beta1) lib/action_view/renderer/abstract_renderer.rb:23:in `block in instrument''
activesupport (4.0.0.beta1) lib/active_support/notifications.rb:158:in `block in instrument''
activesupport (4.0.0.beta1) lib/active_support/notifications/instrumenter.rb:20:in `instrument''
activesupport (4.0.0.beta1) lib/active_support/notif...
2011 Jun 10
0
Rails 3.1 RC4 with jruby-1.6.2 and stream-renderer missing constant Fiber
...s/sandbox/rails3.1/rails3.1-test5/
target/rubygems/gems/actionpack-3.1.0.rc4/lib/action_view/renderer/
streaming_template_renderer.rb:71:in `delayed_render''
[INFO] /home/kristian/projects/sandbox/rails3.1/rails3.1-test5/
target/rubygems/gems/actionpack-3.1.0.rc4/lib/action_view/renderer/
abstract_renderer.rb:33:in `instrument''
[INFO] /home/kristian/projects/sandbox/rails3.1/rails3.1-test5/
target/rubygems/gems/activesupport-3.1.0.rc4/lib/active_support/
notifications.rb:55:in `instrument''
[INFO] /home/kristian/projects/sandbox/rails3.1/rails3.1-test5/
target/rubygems/gems/activ...
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...