Skip to content

Commit

Permalink
add sidekiq dependancy to GemFile, change deprecated method *_filter …
Browse files Browse the repository at this point in the history
…by *_action, it is the equivalent since Rails5.2
  • Loading branch information
Guillaume DUPE committed Oct 8, 2019
1 parent 6f2bd95 commit 3a28f34
Show file tree
Hide file tree
Showing 52 changed files with 5 additions and 6,663 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
gem "sidekiq"
gem 'erubis', '~> 2.7'
gem "holidays", "~>1.0.3"
gem "icalendar"
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/rb_all_projects_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class RbAllProjectsController < ApplicationController
unloadable

before_filter :authorize_global
before_action :authorize_global

def statistics
backlogs_projects = RbCommonHelper.find_backlogs_enabled_active_projects
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/rb_calendars_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class RbCalendarsController < RbApplicationController

case Backlogs.platform
when :redmine
before_filter :require_admin_or_api_request, :only => :ical
before_action :require_admin_or_api_request, :only => :ical
accept_api_auth :ical
when :chiliproject
accept_key_auth :ical
Expand Down
19 changes: 0 additions & 19 deletions features/.autotest

This file was deleted.

208 changes: 0 additions & 208 deletions features/burndown.feature

This file was deleted.

46 changes: 0 additions & 46 deletions features/cecilia_burndown.feature

This file was deleted.

26 changes: 0 additions & 26 deletions features/common.feature

This file was deleted.

43 changes: 0 additions & 43 deletions features/duplicate_story.feature

This file was deleted.

0 comments on commit 3a28f34

Please sign in to comment.