Releases
- Released lotusrb 0.3.2
- Released lotus-controller 0.4.3
- Released lotus-view 0.4.1
- Released lotus-model 0.3.2
- Released lotus-utils 0.4.3
- Released lotus-validations 0.3.2
- Released lotus-router 0.4.0
- Released lotus-helpers 0.1.0
Completed
- [Ngoc Nguyen] Action generator doesn't respect Ruby file naming [details]
- [Luca Guidi] Don't rely on config.before(:suite) to preload Lotus apps in testing [details]
- [Ngoc Nguyen] Model generator creates wrong RSpec files [details]
- [Alfonso Uceda] Added send_file method in action for sending files [details]
- [Luca Guidi] Introduced #content as API to render optional contents [details]
- [Ngoc Nguyen] Model generator doesn't respect Ruby file naming [details]
- [François Beausoleil] Make TypeError messages even more useful [details]
- [Alfonso Uceda] Enhanced cookies syntax options [details]
- [deepj] Introduce invalid? method as an opposite to valid? [details]
- [Alfonso Uceda] Fixed action generator, raise exception if action name isn't supplied [details]
- [Dmitry Tymchuk] Fix for Dirty tracking inplace modifications [details]
- [Alfonso Uceda] Add automatic :secure option [details]
- [deepj] Test only against JRuby 9k on Travis [details]
- [deepj] Fix failling deprecation_test.rb under JRuby 9000 [details]
- [Alfonso Uceda] Added automatically expires option if max_age option presents [details]
- [Jeremy Friesen] Wordsmithing README [details]
- [Jeremy Friesen] Wordsmithing [details]
- [Alfonso Uceda] Rack::Lint compatibility [details]
- [Jeremy Friesen] Wordsmithing [details]
- [Jeremy Friesen] Wordsmithing the REAMDE.md typo [details]
- [Alfonso Uceda] Added routing helpers to actions [details]
- [Peter Berkenbosch] Add raw SQL support with execute() [details]
- [Mohammed Aqnouch] Fix typos [details]
- [Ngoc Nguyen] Add Lotus.env [details]
- [Luca Guidi] When coerce Utils::Attributes to Hash don't rely on #to_h of the single values [details]
- [Steffen Schildknecht] Add missing Lotus::Interactor include in examples [details]
- [Luca Guidi] Fix internet explorer HTTP accept [details]
- [Luca Guidi] Ensure Attributes#to_h to force Hash values [details]
- [Luca Guidi] Ensure nested attributes to have correct Hash serialization. [details]
- [Team Leo] Refactor update timestamps [details]
Development
- [Serdar Dogruyol] Add Platform Control for Code Reloading [details]
- [Sung Won Cho] Add Destroy command [details]
- [Maciej Malecki] Preload application in config/environment file. [details]
- [Vinícius Oliveira] CLI db migrate/rollback [details]
- [Cole] Adding migration generator [details]
- [Trung Lê] Add Lotus::Model::Migration [details]
- [Luca Guidi] Implement SQL inner join [details]
- [Uku Taht] Associations [details]
- [Marcin Olichwirowicz] Custom validations [details]
- [Luca Guidi] Form helper [details]
- [Tom Kadwill] Number formatting helper [details]
- [Fuad Saud] Add helper for word wrapping [details]