-
- Downloads
Remove deprecated finders
parent
3fe578a7
No related branches found
No related tags found
Showing
- Gemfile 0 additions, 1 deletionGemfile
- Gemfile.lock 0 additions, 1 deletionGemfile.lock
- app/controllers/admin/groups_controller.rb 1 addition, 1 deletionapp/controllers/admin/groups_controller.rb
- app/controllers/admin/projects_controller.rb 1 addition, 1 deletionapp/controllers/admin/projects_controller.rb
- app/controllers/admin/users_controller.rb 1 addition, 1 deletionapp/controllers/admin/users_controller.rb
- app/controllers/dashboard_controller.rb 1 addition, 1 deletionapp/controllers/dashboard_controller.rb
- app/controllers/groups_controller.rb 1 addition, 1 deletionapp/controllers/groups_controller.rb
- app/controllers/profiles/groups_controller.rb 1 addition, 1 deletionapp/controllers/profiles/groups_controller.rb
- app/controllers/projects/issues_controller.rb 2 additions, 2 deletionsapp/controllers/projects/issues_controller.rb
- app/controllers/projects/merge_requests_controller.rb 1 addition, 1 deletionapp/controllers/projects/merge_requests_controller.rb
- app/controllers/projects/milestones_controller.rb 1 addition, 1 deletionapp/controllers/projects/milestones_controller.rb
- app/controllers/projects/team_members_controller.rb 4 additions, 4 deletionsapp/controllers/projects/team_members_controller.rb
- app/controllers/search_controller.rb 2 additions, 2 deletionsapp/controllers/search_controller.rb
- app/controllers/snippets_controller.rb 1 addition, 1 deletionapp/controllers/snippets_controller.rb
- app/controllers/users_controller.rb 1 addition, 1 deletionapp/controllers/users_controller.rb
- app/controllers/users_groups_controller.rb 1 addition, 1 deletionapp/controllers/users_groups_controller.rb
- app/helpers/application_helper.rb 1 addition, 1 deletionapp/helpers/application_helper.rb
- app/mailers/emails/issues.rb 1 addition, 1 deletionapp/mailers/emails/issues.rb
- app/mailers/emails/merge_requests.rb 1 addition, 1 deletionapp/mailers/emails/merge_requests.rb
- app/models/note.rb 2 additions, 2 deletionsapp/models/note.rb
Loading
| Loading
| @@ -14,7 +14,6 @@ gem "protected_attributes" |
gem 'rails-observers' | ||
gem 'actionpack-page_caching' | ||
gem 'actionpack-action_caching' | ||
gem 'activerecord-deprecated_finders' | ||
# Supported DBs | ||
gem "mysql2", group: :mysql | ||
Loading
| Loading
|
Please register or sign in to comment