I see how to do the watchable fix, which was just puzzling me this 
afternoon.

Can I update my pre4 app to pre5 with a Gemfile edit and bundle install? 
Any other steps needed?

Thanks!

On Friday, November 2, 2012 9:02:17 AM UTC-7, Bryan Larsen wrote:
>
> Hobo 2.0.0.pre5 has been released. 
>
> This contains one minor bugfix, one major bugfix and some documentation 
> updates. 
>
> The minor bugfix is to click-editor. 
>
> The major bugfix is to the setup generator.   It is related to the 
> Rails 3.2 development caching feature, making your app not reload 
> changes in Dryml, and forcing you to restart the server all the time. 
> If you have created an app with an older version of Hobo 2.0 you can 
> fix it easily: 
>
> The wrong line is near the top of config/environments/development.rb: 
>
>     config.watchable_dirs[File.join(config.root, 'app/view')] = ['dryml'] 
>
> And the same line corrected: 
>
>     config.watchable_dirs[File.join(config.root, 'app/views')] = ['dryml'] 
>
> Just an "s", but an important one :).   Thanks Ignacio for catching it. 
>
> hobo_bootstrap 2.0.0.pre5 has also been released.   It's the 
> recommended theme for Hobo 2.0.   We haven't made it the default yet 
> because it's still stabilizing, but I anticipate that will happen 
> soon. 
>

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/hobousers/-/HZEw7f1M1YgJ.
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.

Reply via email to