RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: dharmarth
Excellent screencast! It turned out to very useful for me.
Found one bug.
link_to_add_fields in helpers/application_helper.rb does not allow locals to be passed to render method. I changed it to following to make it working.
https://gist.github.com/834910
Found it from http://stackoverflow.com/questions/4248970/rails-fields-for-render-partial-with-multiple-locals-producing-undefined-variable
Excellent screencast! It turned out to very useful for me.
Found one bug.
link_to_add_fields in helpers/application_helper.rb does not allow locals to be passed to render method. I changed it to following to make it working.
https://gist.github.com/834910
Found it from
http://stackoverflow.com/questions/4248970/rails-fields-for-render-partial-with-multiple-locals-producing-undefined-variable