Padrino

Padrino 0.13.3.2 - small fixes, documentation cleanup, enable sqlite's file to deep tree of subdirectories, caching the content_type mime type

Padrino 0.13.3.2 was shipped in September 2016. This version contains small fixes, documentation cleanup, enable sqlite's file to deep tree of subdirectories, as well as fixing an issue with not caching the content_type mime type.

Be able to create sqlite's file to deep tree of subdirectories.

@karakava was so nice to make the following possible when working with SQLite:

ActiveRecord::Base.configuration[:development] = {
  :adapter => 'sqlite3',
  :database => Padrino.root('db', 'development/1/sample.db')
}

Bug Fixes and Miscellaneous Things

There are several bug fixes and other updates:

Contribute

Please report any issues you encounter with this release! We are working very actively on Padrino and want to make the framework as stable and reliable as possible. That concludes the changelog for this release. As always if you want to keep up with Padrino updates, be sure to follow us on twitter: @padrinorb, join us on IRC at “#padrino” on freenode, open an issue, or discuss on gitter.


comments powered by Disqus