Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import devise token auth using https #90

Merged
merged 2 commits into from
Sep 21, 2017

Conversation

matiasmansilla1989
Copy link
Contributor

@matiasmansilla1989 matiasmansilla1989 commented Sep 21, 2017

Description:

  • Import Devise token auth gem using https as code climate suggests.
  • Remove codeclimate.yml file. An issue Add/Define a new code_climate.yml file. #91 is opened to discuss and create a new codeclimate.yml file with the proper configuration.

@toptierlabs toptierlabs changed the title import devise token auth using https Import devise token auth using https Sep 21, 2017
@matiasmansilla1989 matiasmansilla1989 force-pushed the fix/import_devise_token_auth_using_https branch from b88f3d4 to 5a20caa Compare September 21, 2017 16:05
@rootstrap rootstrap deleted a comment from toptierlabs Sep 21, 2017
@@ -65,4 +65,4 @@ group :assets do
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
gem 'tzinfo-data', platforms: %i(mingw mswin x64_mingw jruby)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small fix to address rubocop's concern. Code climate uses a different version of Rubocop, even when we have a newer version, this problem is not detected.

Gemfile Outdated
@@ -9,7 +9,7 @@ gem 'carrierwave', '~> 0.11.2'
gem 'carrierwave-base64', '~> 2.3.4'
gem 'delayed_job_active_record', '~> 4.1.2'
gem 'devise', '~> 4.3.0'
gem 'devise_token_auth', github: 'rootstrap/devise_token_auth'
gem 'devise_token_auth', git: 'https://github.com/rootstrap/devise_token_auth', branch: :master
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

master is the default one, I think you can remove this

@matiasmansilla1989 matiasmansilla1989 force-pushed the fix/import_devise_token_auth_using_https branch from 5a20caa to f80101f Compare September 21, 2017 18:17
@matiasmansilla1989 matiasmansilla1989 force-pushed the fix/import_devise_token_auth_using_https branch from f80101f to b9b752e Compare September 21, 2017 18:20
@MaicolBen MaicolBen merged commit 6495e68 into master Sep 21, 2017
@MaicolBen MaicolBen deleted the fix/import_devise_token_auth_using_https branch September 21, 2017 18:24
MaicolBen pushed a commit that referenced this pull request Sep 22, 2017
…ing_https

Import devise token auth using https
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants