0.7.2 stable is out!
The main feature is the addition of JRuby support. This is a highly encouraged update for anybody in the stable branch, as it provides bugfixes along with some minor improvements.
The changelog for this version is the following
- Jruby support (#281)
- Improved install process with new start page and automatic first user creation (#271, #177)
- Flexibilized styling for required and error fields (#244, #245)
- Fixed problem in file attachments with paperclip styles (#268)
- Changed behaviour of ubiquo:db:reset task to be the simple task to reload the database (#276, #278, #283)
- Fixed problem in ubiquo_i18n when using it with thinking_sphinx (#277)
- And some test fixes (#273, #272)
Remember that to update all plugins at once, the easiest way is to use
rake ubiquo:foreach:pull
The ubiquo gem is also ready for jruby, so you can use it to generate your new ubiquo projects.
gem update ubiquo
ubiquo mynewapp
Posted by Toni Reina
