aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/configuration_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* applies new string literal convention in railties/testXavier Noria2016-08-061-200/+200
* Merge pull request #25438 from prathamesh-sonpatki/rm-session-store-initializerRafael Mendonça França2016-07-201-0/+16
|\
| * Setup default session store internally, no longer through an application init...Prathamesh Sonpatki2016-07-171-0/+16
* | remove unnecessary sendyuuji.yaginuma2016-07-101-5/+5
|/
* Merge pull request #25652 from prathamesh-sonpatki/rm-boot-railsGuillermo Iguaran2016-07-081-2/+1
|\
| * Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-2/+1
* | Fix typo in test caseAbhishek Jain2016-07-081-1/+1
|/
* Added a shared section to config/secrets.yml that will be loaded for all envi...David Heinemeier Hansson2016-05-211-0/+25
* Fix some typos in comments.Joe Rafaniello2016-05-041-1/+1
* Fix test nameVipul A M2016-04-231-1/+1
* Fixed couple of semantics in the configuration_test.rbAkshay2016-02-281-2/+2
* Show permitted flag in the output of AC::Parameters#inspectPrathamesh Sonpatki2016-02-241-1/+1
* Alternative to #23638 log to STDOUT via env varschneems2016-02-171-0/+11
* Implement ActionController::Parameters#inspectBenjamin Quorning2016-02-171-1/+1
* Correct config option from only_api to api_only in testAkshay2016-02-121-1/+1
* Default new apps to tag logs with `request_id`schneems2016-01-061-0/+18
* add option for per-form CSRF tokensBen Toews2016-01-041-1/+1
* ApplicationMailer should be generated by default just like every other Applic...David Heinemeier Hansson2015-12-171-0/+1
* Merge branch 'master' into merge-action-cableRafael Mendonça França2015-12-161-0/+1
|\
| * Introduce ApplicationRecord, an Active Record layer supertypeGenadi Samokovarov2015-12-161-0/+1
* | Accept a Pathname in Application#config_forRafael Mendonça França2015-12-151-0/+15
|/
* Internal test migrations use the private 'Current' versionMatthew Draper2015-12-151-1/+1
* Make debug_exception_response_format config depends on api_only when is not setJorge Bejar2015-12-091-0/+25
* Add tests for api_only configuration settingJorge Bejar2015-12-091-0/+15
* 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