Skip to content

Latest commit

 

History

History
96 lines (88 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

96 lines (88 loc) · 10.8 KB

Change Log

v1.0.0 (2017-09-22)

Implemented enhancements:

  • Fix Code Climate Issues #88
  • Increase version of rubocop #78
  • Add carrierwave base 64 uploader #65
  • Configure automatic deploy to heroku #62
  • Add bullet to detect N+1 queries #60
  • Migrate facebook mock to webmock #49
  • Migrate to requests tests #45
  • Use single resource ('user') instead of 'users/me' in routes #33
  • Add shoulda #26
  • Add api doc #25
  • Removed email default value, now facebook users should use null, vali… #41 (felipegarcia92)
  • Fixed readme instructions #39 (felipegarcia92)

Fixed bugs:

  • Increase version of rubocop #78
  • Devise Token Auth Issue: IndexError: string not matched #73
  • ENV variables aren't loaded yet in application.rb #66
  • ActiveAdmin panel for users should require password #61
  • ActionDispatch::Cookies::CookieOverflow #42
  • Sign Up is wrongly requiring an "Accept: application/json" header to work #40
  • In update password, the user isn't being set with the headers #30
  • Removed email default value, now facebook users should use null, vali… #41 (felipegarcia92)

Closed issues:

  • Add/Define a new code_climate.yml file. #91
  • Remove Facebook revert line from readme #75
  • Add api doc #24

Merged pull requests: