Added whenever to manage cronjobs.
This commit is contained in:
parent
9ad77f5256
commit
d347e2404b
3 changed files with 22 additions and 1 deletions
1
Gemfile
1
Gemfile
|
|
@ -37,6 +37,7 @@ gem 'acts_as_versioned', git: 'git://github.com/technoweenie/acts_as_versioned.g
|
|||
gem 'acts_as_tree'
|
||||
gem 'acts_as_configurable', git: 'git://github.com/bwalding/acts_as_configurable.git'
|
||||
gem 'resque'
|
||||
gem 'whenever', :require => false # For defining cronjobs, see config/schedule.rb
|
||||
|
||||
group :production do
|
||||
gem 'exception_notification', :require => 'exception_notifier'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue