- Update nokogiri, rack-cors, sprockets to stable versions (#226)
- Update Ruby to 2.3.6, update loofah gem
- Update Rails to 4.2.8
- Update Ruby to 2.3.3
- Upgrade decent exposure to 3.0
- Include rails-api-format gem from git source.
- Update Faker to 1.6.6
- Update Rollbar to 2.12.0
- Extract authentication_token from UserSerializer (#203)
- Add health_check gem for check that rails is up
- Update Rails to 4.2.7.1
- Update Ruby to 2.3.1
- Update Nokogiri gem to get rid of vulnerabilities
- Update Rails to get rid of vulnerabilities (#200)
- Update Rails and Devise to get rid of vulnerabilities (#198)
- Switch off static assets serve (#192)
- Update Rails to 4.2.4 and Ruby to 2.2.3 (#193)
- Sync Rubocop rules with Rails-Base
- Replace custom token authentication strategy with simple_token_authentication (#184)
- Add id to error response (#183)
- Upgrade Active Model Serializer to 0.10.0.rc2 (#182)
- Rename bin/bootstrap to bin/setup (#180)
- Replace zeus with Spring for fast Rails actions via pre-loading
- Provide full resource for all requests (#176)
- Introduce
rails_api_format
gem. Currently it makes standard error responses, in the future all API format related changes will be made by this gem. (#85) - Filter headers in docs to make it less chatty (#177)
- Move
sessions
resource tov1
namespace (#175) - Replace unsupported interactor-rails with interactor (#151)
- Update Ruby to 2.2.2 and dependencies: rubocop (#173)
- Update Rails API to 0.4.0 (#171)
- Update Rspec and dependencies: guard-rspec, rspec_api_documentation. Remove minitest from dependencies after update of shoulda-matchers. (#170)
- Update Rails to 4.2.3 dependencies: ActiveModelSerializer, Devise, Bullet (#169)
- Add
CHANGELOG.md
andCONTRIBUTING.md
(#167)