-
- Downloads
GRN-93: Fix for issue with excesive requests to LB (#447)
* Fix for issue with excesive requests to lb * Fixed issue with rspec on users not passing when run alone * Include dotenv in production
Showing
- Gemfile 2 additions, 2 deletionsGemfile
- app/controllers/application_controller.rb 1 addition, 1 deletionapp/controllers/application_controller.rb
- app/helpers/application_helper.rb 2 additions, 1 deletionapp/helpers/application_helper.rb
- app/helpers/sessions_helper.rb 3 additions, 1 deletionapp/helpers/sessions_helper.rb
- app/mailers/user_mailer.rb 1 addition, 1 deletionapp/mailers/user_mailer.rb
- app/models/user.rb 1 addition, 0 deletionsapp/models/user.rb
- config/application.rb 4 additions, 1 deletionconfig/application.rb
- lib/bbb_api.rb 1 addition, 1 deletionlib/bbb_api.rb
- sample.env 1 addition, 1 deletionsample.env
- spec/factories.rb 0 additions, 1 deletionspec/factories.rb
- spec/models/user_spec.rb 1 addition, 0 deletionsspec/models/user_spec.rb
... | ... | @@ -78,9 +78,9 @@ end |
group :development, :test do | ||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
gem 'byebug', platform: :mri | ||
end | ||
# Environment configuration. | ||
gem 'dotenv-rails' | ||
end | ||
group :test do | ||
# Include Rspec and other testing utilities. | ||
... | ... |
Please register or sign in to comment