Displaying 2 results from an estimated 2 matches for "template_renderer".
2013 Mar 24
5
Rails 4.0 has_many_through and fields_for
...ck (4.0.0.beta1) lib/action_view/template.rb:143:in `block in render''
activesupport (4.0.0.beta1) lib/active_support/notifications.rb:160:in `instrument''
actionpack (4.0.0.beta1) lib/action_view/template.rb:141:in `render''
actionpack (4.0.0.beta1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template''
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/a...
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...