Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

31 lines (23 loc) · 1.07 KB

unreleased

0.1.0

  • 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)

0.0.3

  • 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.

0.0.2

  • 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)

0.0.1

  • First release.