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:
- FIX fix padrinorb.com links in several rdocs (@karakava)
- FIX #2075 cache actual content_type mime type (@ujifgc) - thanks davinciRor for reporing this issue
- FIX #2076 retire webrat and nokogiri from helper tests and using now oga (@ujifgc)
- FIX #2081 remove -i option from pg_dump command (@dfens)
- FIX #2083 remove -i option from pg_dump command (@dfens)
- FIX a typo in admin generation command when no valid render engine is being used