RailsCasts Pro episodes are now free!

Learn more or hide this

edward0116's Profile

GitHub User: edward0116

Comments by

Avatar

If you are having a problem with the dynamic add/remove javascript not working I found a solution. The problem for me was the rake gem. My solution was to require rake 0.9.2.2 in gemfile then run "bundle update" to rebuild gems from scratch.