Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.34 KB

padrino-0-9-28-reloader-compatibility-and-bug-fixes.textile

File metadata and controls

26 lines (23 loc) · 1.34 KB
author tags categories title
Foo Bar
padrino, sinatra, ruby
Update
Padrino 0.9.28 - Reloader, Compatibility and Bug Fixes

Two very small additions:

  • Added an alias to padrino start as padrino s for convenience
    here
  • Added an easy way to generate a Rakefile
    here. This
    allows you to stop using padrino rake and use rake directly. Especially useful for Heroku deployed apps!
    Simply run $ padrino rake gen.

This 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.