- Rails 4.1 support (@jpteti, @litch, @bmorton)
- Add session management to Rails 4 stack if config.session_store is supplied and config.api_only = false (@tamird)
- Remove Ruby 1.9.2 support. (@steveklabnik)
- Ensure we require dependencies without security issues (@carlosantonio)
- Fix BestStandardsSupport, no longer in Rails 4 (@et)
- Remove old info about Rails from README (@garysweaver)
- Don't generate assets by default (@kjg)
- Add
config.api_only
, set it to false in case you want to use Rails default middleware stack. (@spastorino) - Return proper format on exceptions. (@spastorino)
- Generate a specific
wrap_parameters
initializer, with commented out logic, since it's not enabled by default as the Rails template says. - Remove
wrap_parameters
compatibility method, to allow enabling it if required. - Require Rails >= 3.2.6.
- Use correct SSL middleware for Rails 3.2.x compatibility. (@philm)
- Add
helper
to compatibility methods for Rails 3.2.x. (@wintery) - Add
helper_method
to compatibility methods for Rails 3.2.x. (@educobuci) - Do not generate tmp and vendor directories. (@dpowell)
- Remove jquery-rails from generated Gemfile. (@dpowell)
- First release.