Padrino 0.9.28 - Reloader, Compatibility and Bug Fixes
Today we released another minor, iterative point release that addresses a few issues including development reloader hanging, couch_rest compatibility, mongoid system_timer deps, and easier Rakefile generation. For more details see the rest of this post. This release should not have any breaking changes whatsoever, so please upgrade as soon as you can.
Stay tuned for 0.9.29 and then the big 0.10.0 release coinciding with the release of Sinatra 1.3.
Two very small additions:
- Added an alias to
padrino start
aspadrino s
for convenience here - Added an easy way to generate a Rakefile here. This allows you to stop using
padrino rake
and userake
directly. Especially useful for Heroku deployed apps! Simply run$ padrino rake gen
.
Th is a simple bugfix release with these being the major fixes:
- Development reloader hangs during reload fixed here
- Updated couch_rest models and dependencies here and here
- Fixed mongoid and mongomapper deps here and here. Thanks to RoryO for the pull request.