Update ecosystem for new devise

This commit is contained in:
2013-09-15 08:51:13 +02:00
parent 748b0c2283
commit ebbb5dedfc
19 changed files with 308 additions and 222 deletions
-7
View File
@@ -5,13 +5,6 @@ Qwaiter::Application.configure do
# every request. This slows down response time but is perfect for development
# since you don't have to restart the web server when you make code changes.
config.cache_classes = false
silence_warnings do
begin
require 'pry'
IRB = Pry
rescue LoadError
end
end
# Log error messages when you accidentally call methods on nil.
config.whiny_nils = true