aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/configuration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add enabled flag to the public file server.Kasper Timm Hansen2015-11-031-6/+16
* rails/application: allow passing an env to config_forSimon Eskildsen2015-10-301-0/+16
* raise `ArgumentError` when `SECRET_KEY_BASE` is an integerArun Agrawal2015-10-271-0/+13
* Merge pull request #19135 from yuki24/access-control-supportJeremy Daer2015-10-131-0/+10
|\
| * Add the ability of returning arbitrary headers to ActionDispatch::StaticYuki Nishijima2015-06-131-0/+10
* | Eliminate overlapping `app/assets` load pathJeremy Daer2015-09-291-104/+128
* | Fix typo in configuration test descritive > descriptive [ci skip]amitkumarsuroliya2015-09-261-1/+1
|/
* Merge pull request #18587 from chrismcg/allow_deliver_later_queue_name_to_be_...Rafael Mendonça França2015-06-031-0/+13
|\
| * Allow configuration of ActionMailer queue nameChris McGrath2015-06-021-0/+13
* | Document inline image mailer preview interceptorAndrew White2015-05-041-2/+15
* | Fix railties configuration testAndrew White2015-05-041-2/+2
|/
* Remove deprecated `serve_static_assets` configurationRafael Mendonça França2015-01-041-16/+0
* Remove deprecation warning when log_level is not explicit set on productionRafael Mendonça França2015-01-041-30/+0
* Remove some warningsRafael Mendonça França2015-01-031-32/+32
* Merge pull request #18100 from chancancode/serve_static_filesGodfrey Chan2014-12-191-1/+57
* Fix "nonexistent" typo in testsMelissa Xie2014-12-021-1/+1
* Bugfix config.action_view.default_form_builder optionBogdan Gusiev2014-12-011-0/+39
* Added tests for log_level deprecationGodfrey Chan2014-11-251-13/+18
* Set the test_order in the basic app as well, see 58e8b48Godfrey Chan2014-11-251-0/+25
* :scissors:Rafael Mendonça França2014-11-101-1/+1
* No need to sync config.secret_token and secrets.secret_tokenRafael Mendonça França2014-11-101-34/+2
* Merge pull request #16535 from bf4/patch-1Rafael Mendonça França2014-11-101-0/+137
|\
| * `secret_token` is now saved in `Rails.application.secrets.secret_token`Benjamin Fleischer2014-11-021-0/+137
* | add lib to $LOAD_PATH on application inhertence. fixes #17106Aaron Patterson2014-11-041-1/+2
* | add a test for #17106Aaron Patterson2014-11-041-0/+13
|/
* Fix another false assertionsYuki Nishijima2014-09-211-1/+1
* Tell the user which file is missing when config/database.yml was not foundAkira Matsuda2014-09-101-0/+9
* Expectations firstAkira Matsuda2014-08-281-1/+1
* Fix / improve some assertionsCarlos Antonio da Silva2014-07-301-6/+4
* Remove some globals from configuration testsCarlos Antonio da Silva2014-07-301-20/+20
* Merge branch 'rm-remove-mocha'Rafael Mendonça França2014-07-191-7/+23
|\
| * Stop using mocha on configuration_testRafael Mendonça França2014-07-071-7/+23
* | Add Rails::Application#config_forRafael Mendonça França2014-07-151-0/+84
|/
* Rename preview_enabled option to show_previewsRafael Mendonça França2014-07-011-7/+7
* Add configuration to enable mail previewsLeonard Garvey2014-07-011-0/+24
* Merge pull request #15933 from rafael/masterRafael Mendonça França2014-06-271-0/+38
|\
| * Improvements per code review.Rafael Chacón2014-06-271-0/+25
| * Add always_permitted_parameters as an option.Rafael Chacón2014-06-261-0/+13
* | allow preview interceptors to be registered through `config.action_mailer`.Yves Senn2014-06-151-0/+32
* | 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