Quantcast
Channel: Blog - Padrino Ruby Web Framework
Viewing all articles
Browse latest Browse all 17

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

$
0
0

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:

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 or open an issue on GitHub.


Viewing all articles
Browse latest Browse all 17

Trending Articles