In the blog post I missed one major improvement: The generator no longer adds rails-dev-tweaks to your Gemfile, instead it adds quiet_assets. It also adds config.watchable_dirs[File.join(config.root, 'app/view')] = ['dryml'] to your config/environments/development.rb
I recommend making those changes to any Rails 3.2 app, whether it's running 2.0.0.pre2 or not. cherr, Bryan On Tue, Sep 25, 2012 at 5:23 PM, Bryan Larsen <[email protected]> wrote: > blog post here: http://hobocentral.net/blog/2012/09/25/2-0-0-pre2/ > > Note that Hobo/will_paginate is now required in your gemfile: > > gem "will_paginate", :git => "git://github.com/Hobo/will_paginate.git" > > Also note the new, very-cool, bottom-load-javascript option. > > cheers, > Bryan -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
