aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-3013-163/+86
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-292-3/+3
* Reset `ActiveRecord::Base.configurations` to the value beforeyuuji.yaginuma2018-09-291-1/+2
* Refactor migrations_path command option to databaseGannon McGibbon2018-09-284-13/+33
* Add migrations_paths option to model generatorGannon McGibbon2018-09-272-0/+15
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Eagerly define attribute methods in productionEugene Kenny2018-09-241-0/+47
* Merge pull request #33949 from sjain1107/no-private-defKasper Timm Hansen2018-09-231-8/+10
|\
| * Remove private defSakshi Jain2018-09-231-8/+10
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-235-5/+5
|/
* Make sure this test check the issue solved in #31135Rafael Mendonça França2018-09-221-6/+12
* Switch to supports_cache_versioning? check to a class methodschneems2018-09-201-1/+1
* [close #33907] Error when using "recyclable" cache keys with a store that doe...schneems2018-09-201-0/+12
* Support environment specific credentials file. (#33521)Wojciech Wnętrzak2018-09-192-5/+70
* Add test for `config.active_storage.routes_prefix`yuuji.yaginuma2018-09-151-0/+18
* Remove mysql2 gem version requirement "< 0.6.0"Yasuo Honda2018-09-141-1/+1
* Add a test that exercice better the behavior we expect in the query cacheRafael Mendonça França2018-09-121-2/+43
* Build string set when `filter_attributes` is assignedbogdanvlviv2018-09-121-1/+2
* Fix query cache to load before first requestEileen Uchitelle2018-09-121-0/+33
* Merge pull request #33815 from mberlanda/mberlanda/enhance-config-forRafael França2018-09-111-2/+49
|\
| * refacto: config_for with ActiveSupport::InheritableOptions and symbolized keysMauro Berlanda2018-09-111-2/+49
* | use "minitest" consistentlyXavier Noria2018-09-111-1/+1
* | Use correct variableyuuji.yaginuma2018-09-112-6/+6
* | Remove all references to slave in the codebaseRafael Mendonça França2018-09-104-30/+30
|/
* Configuration item `config.filter_parameters` could also filter out sensitive...Zhang Kang2018-09-071-0/+9
* Use canonical name for block localyuuji.yaginuma2018-09-071-3/+3
* Respect config setting when output deprecation notice in rake tasksyuuji.yaginuma2018-09-044-1/+4
* Merge pull request #33770 from eileencodes/multi-db-improvements-part-3Eileen M. Uchitelle2018-09-012-7/+37
|\
| * Convert configs_for to kwargs, add include_replicasEileen Uchitelle2018-08-312-7/+37
* | Remove needless test order configyuuji.yaginuma2018-09-011-2/+0
* | Merge pull request #33743 from steakknife/steakknife/improve-template-generat...Rafael França2018-08-311-0/+38
|\ \
| * | add github to template actions, light DSL refactorBarry Allard2018-08-301-0/+38
* | | Emit warning for unknown inflection rule when generating model.Yoshiyuki Kinjo2018-08-312-2/+23
| |/ |/|
* | Merge pull request #33637 from eileencodes/ar-connection-management-refactoringEileen M. Uchitelle2018-08-301-10/+10
|\ \
| * | Refactors Active Record connection managementEileen Uchitelle2018-08-301-10/+10
* | | Add migrations_paths option to migration generatorEileen Uchitelle2018-08-301-0/+9
|/ /
* | Merge pull request #33744 from bogdanvlviv/fixes-27852Ryuta Kamizono2018-08-301-1/+1
|\ \
| * | Prevent leaking of user's DB credentials on `rails db:create` failurebogdanvlviv2018-08-291-1/+1
* | | Remove this conditionalEileen Uchitelle2018-08-291-1/+1
* | | Remove unused argumentEileen Uchitelle2018-08-291-1/+1
* | | Merge pull request #33748 from eileencodes/fix-erb-loading-issue-with-db-yamlEileen M. Uchitelle2018-08-291-3/+7
|\ \ \ | |/ / |/| |
| * | Drop load_database_yaml and fix testEileen Uchitelle2018-08-291-3/+7
* | | Merge pull request #33718 from kddeisz/permit-listMatthew Draper2018-08-291-2/+2
|\ \ \ | |_|/ |/| |
| * | Permit list usage cleanup and clearer documentationKevin Deisz2018-08-271-2/+2
| * | Convert over the rest of the blacklist referencesKevin Deisz2018-08-241-2/+2
| |/
* / Generate the same value as a label of view in system test templateyuuji.yaginuma2018-08-291-1/+1
|/
* Merge pull request #33660 from y-yagi/follow_up_32121Richard Schneeman2018-08-211-0/+44
|\
| * Make `rake routes` deprecate before deletingyuuji.yaginuma2018-08-201-0/+44
* | Fix `rails routes -c` for controller name consists of multiple word.Yoshiyuki Kinjo2018-08-201-22/+64
|/
* Update 'rake initializers' to use Rails::Command under the hoodAnnie-Claude Côté2018-08-161-0/+42