aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-2/+2
* Expose Active Storage routesMehmet Emin INAC2017-12-131-13/+32
* Set the Rails environment from an environment variableAaron Patterson2017-12-081-1/+1
* Add failing test for wrong database connectionAaron Patterson2017-12-081-0/+17
* Fix Rails environment when running tests with RubyAaron Patterson2017-12-061-0/+56
* Make `Migrator.current_version` work without a current databaseyuuji.yaginuma2017-12-031-0/+14
* Add DSL for configuring Content-Security-Policy headerAndrew White2017-11-272-0/+198
* Change `form_with` to generates ids by defaultnpezza932017-11-251-0/+62
* Add `environment` as dependency of `load_config` (#31135)Yuji Yaginuma2017-11-141-2/+18
* Do not show credentials in generators helpyuuji.yaginuma2017-11-091-1/+2
* Remove unnecessary migration deletionyuuji.yaginuma2017-11-085-19/+0
* Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-061-2/+154
* Merge pull request #30101 from bogdanvlviv/initialization-active_storageRafael França2017-11-066-2/+24
|\
| * `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-066-2/+24
* | s/an/a/Akira Matsuda2017-11-041-1/+1
|/
* Merge pull request #30579 from bogdanvlviv/fix_ar_internal_metadata_for_a_tes...Sean Griffin2017-10-181-0/+47
|\
| * `ActiveRecord::Tasks::DatabaseTasks.load_schema` has always to establish data...bogdanvlviv2017-10-151-0/+8
| * Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int...bogdanvlviv2017-10-151-0/+39
* | Remove unnecessary `allow_failure: true` optionyuuji.yaginuma2017-10-181-1/+1
|/
* Improve RakeTest#test_db_test_prepare_when_using_sql_formatbogdanvlviv2017-10-081-3/+1
* Invoke rails command inside the railties' test app with TestHelpers::Generati...bogdanvlviv2017-10-083-16/+12
* Remove redundant execution of `Dir.chdir(app_path) { }` in railties' testsbogdanvlviv2017-10-084-230/+194
* Deprecate secret_token, long since usurped by secret_key_base.Kasper Timm Hansen2017-09-281-0/+26
* Fix cookies/session tests broken after merging key rotation.Kasper Timm Hansen2017-09-252-35/+31
* Skip complex cookie tests for now; I'll deal with them tomorrow.Kasper Timm Hansen2017-09-242-0/+6
* Add key rotation message Encryptor and VerifierMichael Coyne2017-09-231-0/+143
* Use `TOPLEVEL_BINDING` in rails runner commandyuuji.yaginuma2017-09-221-0/+12
* Don't expose Active Storage routesyuuji.yaginuma2017-09-161-28/+13
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-114-83/+72
* Remove needless `silence_warnings`yuuji.yaginuma2017-09-092-13/+2
* Run in-app rails commands via fork+load where possibleMatthew Draper2017-09-0417-278/+242
* Don't need the layout hereMatthew Draper2017-09-041-0/+2
* Preload Rails component gems in railties testsMatthew Draper2017-09-043-1/+3
* Remove needless `silence_warnings`yuuji.yaginuma2017-09-011-4/+1
* Make `restart` and `dev:cache` tasks work when customizing pid file pathyuuji.yaginuma2017-08-213-13/+36
* Fix RuboCop offensesKoichi ITO2017-08-165-12/+12
* Add test case to make sure Parameters configuration are executed onceRafael Mendonça França2017-08-151-0/+10
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-1448-0/+96
* Railties updates for frozen string literals.Pat Allan2017-08-141-1/+2
* Merge pull request #29559 from kirs/eager-load-controller-actionsRafael França2017-08-111-0/+60
|\
| * Eager load controller and mailer actionsKir Shatrov2017-07-291-0/+60
* | Deprecate support of older `config.ru`yuuji.yaginuma2017-08-081-0/+31
* | Check for `app.secrets.secret_key_base`, not `app.config.secret_key_base`George Claghorn2017-08-051-3/+1
* | Convert to strings so array can be sorted deterministicallyDavid Heinemeier Hansson2017-08-041-3/+3
* | Deterministic comparisons pleaseDavid Heinemeier Hansson2017-08-031-3/+3
* | Do not eager load ActiveRecord::BaseRafael Mendonça França2017-08-032-10/+6
* | Active Storage routes are now part of the default routesDavid Heinemeier Hansson2017-08-031-9/+37
* | Same issue from AR getting loaded earlierDavid Heinemeier Hansson2017-08-031-3/+3
* | Including new default classes in loading testDavid Heinemeier Hansson2017-08-031-3/+3
* | Active Storage loads AR earlier to extend it so require env laterDavid Heinemeier Hansson2017-08-031-3/+7