Fixes

This patch release ships only with bug fixes. Thanks to all our contributors who have reported and fixed issues.

Container Architecture Routes

Thiago Felippe and Alfonso Uceda fixed duplicated route segments for applications mounted in Lotus Container.

The following configuration was generating the /admin prefix twice: /admin/admin/dashboard instead of /admin/dashboard.

Lotus::Container.configure do
  mount Admin::Application, at: `/admin`
end

Database Creation for PostgreSQL

Nick Coyne fixed database creation for PostgreSQL. It now uses createdb when we do lotus db create.

Farrel Lifson suggested a patch to force explicit partial finding in case of name clash.

Apps In Console

Alfonso Uceda fixed application loading in lotus console

Session Secret

Alfonso Uceda fixed generator for application arch to generate session secret

Generators

Alfonso Uceda, Trung Lê, Hiếu Nguyễn and Miguel Molina fixed application and model generators when database name is mispelled or entity name is missing, respectively.

Session Middleware

I fixed Rack middleware in order to makes sessions available to other Rack components.

Roadmap For v0.5.0

A few days ago, we have published the roadmap for v0.5.0, which is scheduled for Sep 23, 2015. It includes websockets, assets, mailers, associations and experimental features. Please join the discussion and let us to hear your opinion. Thank you!