updated rails to 4.2.4

This commit is contained in:
raluka 2015-10-21 15:49:06 +02:00
parent 5bef98b8a3
commit 1a62dc930e
14 changed files with 388 additions and 257 deletions

View file

@ -35,6 +35,9 @@ Osem::Application.configure do
# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr
# Randomize/sort the order test cases are executed.
config.active_support.test_order = :sorted # or `:random`
# Set the detault url for action mailer
config.action_mailer.default_url_options = { host: 'localhost:3000' }