aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/configuration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provide access to the application's KeyGeneratorMichael Koziarski2012-10-011-0/+1
* Merge pull request #7251 from rails/integrate-strong_parametersDavid Heinemeier Hansson2012-09-181-13/+22
|\
| * Add config.action_controller.permit_all_attributes to bypass StrongParameters...Guillermo Iguaran2012-09-161-0/+22
| * Remove configuration test for config.activerecord.whitelist_attributesGuillermo Iguaran2012-09-161-13/+0
* | Date.beginning_of_week thread local and beginning_of_week application config ...gregolsen2012-09-181-0/+22
|/
* Raise more helpful error message on missing gemPrem Sichanugrist2012-08-241-0/+19
* Deprecate config.threadsafe!José Valim2012-08-211-12/+9
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-16/+0
* Remove allow_concurrency as a flagJosé Valim2012-08-211-1/+2
* ruby 1.9 hash syntax for generated codeRichard Huang2012-06-231-4/+4
* TestCase does not need to be loaded when loading the frameworkAaron Patterson2012-06-151-1/+10
* Fix observers with AR::ModelJon Leighton2012-06-151-0/+21
* Fix config.active_record.whitelist_attributes with AR::ModelJon Leighton2012-06-151-3/+4
* Use . instead of :: for class methods, add CHANGELOG entriesJosé Valim2012-06-101-1/+1
* Merge pull request #6665 from schneems/schneems/raise-migration-errorJosé Valim2012-06-101-0/+15
|\
| * test errors for pending migrationsschneems2012-06-091-0/+15
* | Fix tests, active_authorizer shouldn't include blank valuesPiotr Sarnacki2012-06-091-1/+1
|/
* More assert_match warnings fixed.Arun Agrawal2012-05-301-3/+3
* add a factory method for queue construction so that apps can have multiple qu...Aaron Patterson2012-04-271-0/+8
* configure how unverified request will be handledSergey Nartimov2012-03-091-4/+14
* put and patch both are allowed for updateArun Agrawal2012-02-251-1/+7
* uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-241-4/+0
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-2/+45
* fix a small typo [ci skip]Vijay Dev2012-01-271-1/+1
* Remove redundant instance_variables (@colorize_logging)kennyj2012-01-271-0/+5
* Remove deprecated default_charset= from AC::BaseCarlos Antonio da Silva2012-01-171-0/+8
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1