RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: dalton
It appears rails --pre is broken at the moment. If you get an error along the lines of
ERROR: While executing gem ... (NameError) uninitialized constant Psych::Syck
Try this
gem install rails -v ">=3.1.0rc" --no-ri --no-rdoc
See this stackoverflow question for more details:
It appears rails --pre is broken at the moment. If you get an error along the lines of
Try this
See this stackoverflow question for more details: