Use ExceptionNotification via generator generated code
Ensure that FoodsoftConfig is loaded before running the initalizers. This also enables notifaction for Resque.
This commit is contained in:
parent
386bc7382d
commit
9cd3c800bd
4 changed files with 59 additions and 28 deletions
5
Gemfile
5
Gemfile
|
|
@ -47,6 +47,7 @@ gem 'recurring_select'
|
|||
gem 'roo'
|
||||
gem 'roo-xls'
|
||||
gem 'spreadsheet'
|
||||
gem 'exception_notification'
|
||||
gem 'gaffe'
|
||||
gem 'ruby-filemagic'
|
||||
gem 'midi-smtp-server'
|
||||
|
|
@ -63,10 +64,6 @@ gem 'foodsoft_discourse', path: 'plugins/discourse'
|
|||
#gem 'foodsoft_documents', path: 'plugins/documents'
|
||||
|
||||
|
||||
group :production do
|
||||
gem 'exception_notification'
|
||||
end
|
||||
|
||||
group :development do
|
||||
gem 'sqlite3'
|
||||
gem 'mailcatcher'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue