0.6.3 - Following up
Posted by
Tom | November 14, 2007 One Response comments

Oops — forgot to mention that Hobo 0.6.3 requires Rails 2.0 RC1

To freeze:

rake rails:freeze:edge TAG=rel_2-0-0_RC1

If you want to use the hobo command, or if you don’t like freezing Rails, you’ll need the 2.0RC1 gems:

gem update rails --source http://gems.rubyonrails.org -y

Also note that Hobo 0.6.3 has a new version of lowpro.js that needs Prototype 1.6 (Rails is on Prototype 1.6 now). You might need a

rake rails:update:javascripts

There may be a few bugs related to the switch to Prototype 1.6. These can slip through because most of our tests are in applications that have not been upgraded to Prototype 1.6 yet. Stay tuned.

Reader Comments Add your comment »

This worked for me ;):

hobo name

rails:freeze:edge TAG=rel2-0-0RC1

Update config/environment.rb
config.actioncontroller.session = { :sessionkey => “tm_session”, :secret => “29829adkgjkakllasdk” }
Generate migration

ruby script/generate hobo_migration

db:migrate


Write a Comment

Comments are formatted using markdown. To include code, either quote it in `backticks` or indent a code-block by 4 spaces.