Railway v0.2.13 released
- Added db-tools and seedjs
- Removing validations before loading models
- Models not running in sandbox, just a regular
require,publishmethod deprecated, usemodule.exportsinstead - Removed
importandexportmethods from controller scope - IMPORTANT jugglingdb dependency removed from railway, add it to your project when it's necessary
- Added filter names uniquenes checking, issue #136
- Added support for coffeescript format for locales, thanks to David Butler
- Add support for file uploads to form helper, via David Butler
- New helper
csrf_tagto create the hidden input tag, thabks to fsateler - Changes to routing (fixed behavior of
asoption), now it affects helper names too, via fsateler