aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/configuration_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Added a shared section to config/database.yml that will be loaded for all env...Pierre Schambacher2017-04-261-0/+34
* Set to `form_with_generates_remote_forms` only when config is explicitly spec...yuuji.yaginuma2017-04-221-0/+28
* Configure form_with_generates_remote_forms in its own initializerRafael Mendonça França2017-04-211-0/+32
* Correct spellingBenjamin Fleischer2017-02-051-2/+2
* correctly check error messageyuuji.yaginuma2017-01-251-2/+4
* Merge pull request #27399 from sinogermany/rails-env-for-empty-string-env-varsRafael Mendonça França2017-01-031-0/+12
|\
| * Rails.env falls back to dev mode when env var is emptyDaniel Deng2017-01-041-0/+12
* | Fix configuration test now that Metal#env was removedRafael Mendonça França2017-01-031-1/+1
* | Remove deprecated config.serve_static_filesRafael Mendonça França2017-01-031-10/+0
* | Remove deprecated `config.static_cache_control`Rafael Mendonça França2017-01-031-10/+0
* | "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-3/+3
|/
* Remove aggressive unit test with mock. And add integration level test.Taishi Kasuga2016-11-241-0/+19
* deep symbolize keys on secrets.ymlIsaac Sloan2016-11-211-0/+14
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-9/+9
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-3/+3
* 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