aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/configuration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* This is also a modelRafael Mendonça França2014-05-121-1/+1
* Use Rails::Paths::Path#existent in database_configurationPier-Olivier Thibault2014-05-071-0/+16
* Make console and generators blocks works at Application instance levelRafael Mendonça França2014-04-141-0/+76
* :scissors:Rafael Mendonça França2014-04-141-4/+4
* Add config.annotations, in order to register new extensions for Rake notes at...robertomiranda2014-03-161-0/+10
* Revert "Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665."Guillermo Iguaran2014-02-211-14/+1
* do not crash when `config/secrets.yml` is blank.Yves Senn2014-02-121-0/+8
* Add config to disable schema dump after migrationEmil Soman2014-02-061-0/+17
* Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665.Yves Senn2014-01-131-1/+14
* Fix tests names: tokens.yml => secrets.ymlGuillermo Iguaran2013-12-251-2/+2
* Make possible to use symbol as the verifier nameRafael Mendonça França2013-12-191-6/+6
* Rename tokens.yml to secrets.ymlGuillermo Iguaran2013-12-121-3/+3
* Add test for custom tokens stored in config/tokens.ymlGuillermo Iguaran2013-12-121-0/+13
* Load secret_key_base from tokens.yml, fallback to config.secret_key_baseGuillermo Iguaran2013-12-121-3/+23
* Assert the singleton instead of to truthy/falsyRafael Mendonça França2013-12-051-4/+4
* Add tests to cache_template_loading when an engine loaded Action ViewRafael Mendonça França2013-12-051-0/+14
* Make salt argument required for message verifierRafael Mendonça França2013-12-041-5/+5
* Test if two different verifiers don't share the same secretRafael Mendonça França2013-12-041-2/+12
* Don't need to use a controller to test the verifierRafael Mendonça França2013-12-041-9/+3
* No need to configure saltsRafael Mendonça França2013-12-041-21/+1
* Make possibile to get different message verifiersRafael Mendonça França2013-12-041-0/+10
* Rename verifier to message_verifierRafael Mendonça França2013-12-041-3/+3
* Add application verifierRafael Mendonça França2013-12-041-0/+41
* update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to?...Jon Kessler2013-08-161-0/+7
* Rails.logger should have level specified by config.log_level. Max Shytikov2013-07-301-0/+8
* Fixing build for not checking migrationArun Agrawal2013-06-051-0/+1
* Removing use of subclassed application constant and instead using thewangjohn2013-06-031-2/+2
* Fix some typosVipul A M2013-03-241-1/+1
* Revert "make new rails apps log to STDOUT"Steve Klabnik2013-03-151-21/+0
* make new rails apps log to STDOUTTerence Lee2013-03-151-0/+21
* Revert "Set the default timezone after the initialization since the configura...Carlos Antonio da Silva2013-01-221-11/+1
* Restore and adapt the implementation reverted atRafael Mendonça França2013-01-191-0/+48
* Revert "unpermitted params" exception -- it's just not going to work. See the...David Heinemeier Hansson2013-01-081-48/+0
* Move config.filter_parameters to you own initializer fileRafael Mendonça França2013-01-051-2/+2
* Assert config.filter_parameters should be able to be set in a initializerRafael Mendonça França2013-01-051-0/+10
* Remove warning "ambiguous first argument"Carlos Antonio da Silva2013-01-051-1/+1
* Rename the configuration to raise_on_unpermitted_parametersRafael Mendonça França2013-01-051-9/+9
* Ensure that raise_on_unexpected_params configuration will workRafael Mendonça França2013-01-051-0/+48
* Set the default timezone after the initialization since the configurationRafael Mendonça França2013-01-041-1/+11
* Correctly shows RAILS_ENV=development even when ENV['RAILS_ENV'] is not set (...Andy Lindeman2012-12-211-0/+12
* Remove observers and sweepersRafael Mendonça França2012-11-281-21/+0
* Rename secret_token_key to secret_key_baseSantiago Pastorino2012-11-031-2/+2
* Use derived keys everywhere, http_authentication was missing itSantiago Pastorino2012-11-031-18/+0
* Sign cookies using key deriverSantiago Pastorino2012-11-031-2/+22
* Merge branch 'master' into asset-path-helperJoshua Peek2012-10-151-22/+14
|\
| * Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-15/+15
| * Backpedal from class-oriented config.queue. Set an actual queue instance.Jeremy Kemper2012-10-121-8/+0
* | Remove old asset_path from rails configJoshua Peek2012-10-151-20/+0
|/
* Remove action cache related testsRafael Mendonça França2012-10-041-42/+0
* Make Rails.public_path return a PathnamePrem Sichanugrist2012-10-021-1/+9