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:
- Add ratings config to Code Climate file #93 (MaicolBen)
- Add Code Climate config file #92 (MaicolBen)
- Import devise token auth using https #90 (matiasmansilla1989)
- Add badges #87 (MaicolBen)
- Update devise token auth reference #85 (diebarral)
- Fix api docs and add license #84 (MaicolBen)
- Add list of features to README #82 (santiagovidal)
- Remove old comment in password update spec #80 (santiagovidal)
- Update rubocop and reek version #79 (gabrielbursztein)
- Add gems to readme #76 (MaicolBen)
- remove refactor tag and fix rspec test #74 (GuilleLeopold)
- Migrate erb to haml & clean code #72 (MaicolBen)
- Add password for new users in admin #68 (MaicolBen)
- Add carrierwave-base64 #67 (MaicolBen)
- Fix tilt engine for heroku #64 (MaicolBen)
- Upgrade rails to 5.1.2 & Add bullet #63 (MaicolBen)
- Fix wrong parameter after add error logging #59 (MaicolBen)
- Added 500 handler & make facebook webmock more flexible #58 (MaicolBen)
- Allow user registration to receive first and last name #57 (santiagovidal)
- Add staging environment #56 (MaicolBen)
- Fix repeated email validation message #54 (MaicolBen)
- allow_indentation_for_json_responses #52 (adicaff)
- Enable mail errors in development #51 (MaicolBen)
- Migrate facebook mock to webmock #50 (MaicolBen)
- Migrate controller test to request/routing tests #48 (MaicolBen)
- Fix ActionDispatch::Cookies::CookieOverflow in facebook login #46 (MaicolBen)
- Use user single resources instead of /users/me #44 (MaicolBen)
- Change token configuration for devise token auth #43 (MaicolBen)
- Set uid as email if the provider is email #38 (MaicolBen)
- Add code coverage #37 (MaicolBen)
- Ignore test files for the heroku slug #36 (MaicolBen)
- Add api-blueprint standard documentation #35 (matiasmansilla1989)
- Add webmock and shoulda #34 (MaicolBen)
- Use symbols instead of strings in parsed responses in tests #32 (MaicolBen)
- skip tests that are having inappropriate behavior #31 (GAKINDUSTRIES)
- add exception to protect_from_forgery method and add skip verify_auth… #29 (GAKINDUSTRIES)
- add byebug history to gitgnore #28 (GAKINDUSTRIES)
- Move authenticate user callback to api controller #27 (MaicolBen)
- Removed deprecation warning about mime types #22 (MaicolBen)
- Fix typo in sendgrid config #21 (MaicolBen)
- add break to carrierwave #20 (GuilleLeopold)
- Fix token auth persist #19 (juanlacruz)
- Remove devise cookie storage in api #18 (MaicolBen)
- Add login with facebook #16 (MaicolBen)
- Added missing configuration #15 (MaicolBen)
- Added carrierawave, delayed job and draper #14 (MaicolBen)
- Added sengrid #13 (MaicolBen)
- Add reset password tests #12 (MaicolBen)
- Add users show/update #11 (MaicolBen)
- Added sign in and logout #10 (MaicolBen)
- Add signup #9 (MaicolBen)
- Added rspec, factory girl, faker and database cleanner #8 (MaicolBen)
- Add useful gems #7 (MaicolBen)
- Add Active Admin #6 (MaicolBen)
- Added devise #5 (MaicolBen)
- Added CORS config #4 (MaicolBen)
- Setup database #3 (MaicolBen)
- Added code analysis #2 (MaicolBen)
- Setup project #1 (MaicolBen)