Announcing Lotus v0.6.1
Luca Guidi
This is a patch release that addresses some bugs reported after v0.6.0 release.
Bug Fixes
lotusrb v0.6.1
- Show the current app name in Welcome page (eg.
/adminshows instructions on how to generate an action forAdminapp) [Anton Davydov] - Fix project creation when name contains dashes (eg.
"awesome-project" => "AwesomeProject") [Anton Davydov] - Ensure to add assets related entries to
.gitignorewhen a project is generated with the--databaseflag [Anton Davydov] - Avoid blank lines in generated
Gemfile[deepj] - Fix for
lotus destroy app: it doesn't cause a syntax error inconfig/application.rbanymore [trexnix] - Ensure console to use the bundled engine [Serg Ikonnikov & Trung Lê]
lotus-utils v0.6.1
- Ensure
Lotus::Utils::String#classifyto work properly with dashes (eg."app-store" => "App::Store") [Anton Davydov]
lotus-router v0.5.1
- Print stacked lines for routes inspection [Anton Davydov]
lotus-controller v0.5.1
- Ensure
rack.sessioncookie to not be sent twice when bothLotus::Action::CookiesandRack::Session::Cookieare used together [Alfonso Uceda]
lotus-model v0.5.2
- Improved error message for
Lotus::Model::Adapters::NoAdapterError[Sean Collins] - Catch Sequel exceptions and re-raise as
Lotus::Model::Error[Kyle Chong & Trung Lê]
Upgrade Instructions
In order to get these bug fixes, just run bundle update from the root of the project.