aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
...
| * Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-113-0/+36
| * Fix typo in method nameyuuji.yaginuma2017-07-111-1/+1
| * Merge pull request #29742 from lugray/default_protect_from_forgeryRafael França2017-07-105-4/+16
| |\
| | * Protect from forgery by defaultLisa Ugray2017-07-105-4/+16
| * | * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-1012-267/+244
| |/
* | Fix test runner's outputyuuji.yaginuma2017-07-302-2/+2
* | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-07-15106-165/+683
|\|
| * Merge pull request #29721 from y-yagi/fix_29696Kasper Timm Hansen2017-07-092-2/+36
| |\
| | * Treat secrets as binaryyuuji.yaginuma2017-07-092-2/+36
| * | Load environment file in `dbconsole` commandyuuji.yaginuma2017-07-093-0/+73
| |/
| * Merge pull request #29695 from y-yagi/secrets_showMatthew Draper2017-07-094-1/+22
| |\
| | * Add `rails secrets:show` commandyuuji.yaginuma2017-07-074-1/+22
| * | Merge pull request #29705 from y-yagi/do_not_update_secrets_yml_encMatthew Draper2017-07-092-1/+21
| |\ \
| | * | Do not update `secrets.yml.enc` when secretes do not changeyuuji.yaginuma2017-07-072-1/+21
| | |/
| * / Update default app files in app_generator_testKoichi ITO2017-07-061-2/+40
| |/
| * Allow mounting same engine under several locationsDavid Rodríguez2017-07-052-0/+92
| * Merge pull request #29677 from eugeneius/parameters_configuration_testsRafael Mendonça França2017-07-051-0/+36
| |\
| | * Fix Parameters configuration integration testsEugene Kenny2017-07-041-0/+41
| * | Force ActionController::Base lazy laod hooks to runRafael Mendonça França2017-07-051-0/+12
| |/
| * Add backticks [ci skip]Ryuta Kamizono2017-07-031-1/+1
| * Merge branch 'master' into require_relative_2017Xavier Noria2017-07-026-12/+61
| |\
| | * Remove redundant `assert_respond_to`Ryuta Kamizono2017-07-031-3/+0
| | * Move test related to `tmp:clear` task to `tmp_test.rb`yuuji.yaginuma2017-07-022-7/+7
| | * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-02253-253/+0
| | * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-02253-0/+253
| | |\
| | | * Enforce frozen string in RubocopKir Shatrov2017-07-01252-0/+252
| | * | Merge pull request #29534 from y-yagi/clear_screenshots_in_tmp_clear_taskEileen M. Uchitelle2017-07-013-2/+49
| | |\ \
| | | * | Clear screenshots files in `tmp:clear` taskyuuji.yaginuma2017-06-273-2/+49
| | * | | Add source code and changelog link to railties.gemspecKoichi ITO2017-07-011-0/+5
| * | | | [Railties] require => require_relativeAkira Matsuda2017-07-0171-107/+107
| |/ / /
| * | | Merge pull request #29418 from dinahshi/scaffold_system_testsEileen M. Uchitelle2017-06-307-13/+104
| |\ \ \ | | |_|/ | |/| |
| | * | Add system tests to generate scaffoldDinah Shi2017-06-307-13/+104
| * | | Ignore public/assetsamingilani2017-06-271-0/+4
| | |/ | |/|
| * | Merge pull request #29560 from fatkodima/remove_unnecessary_tap_callRafael França2017-06-261-1/+1
| |\ \
| | * | Remove unnecessary `tap` call on `ActionDispatch::MiddlewareStack` instancefatkodima2017-06-241-1/+1
| * | | Add `railtie.rb` to the plugin generatorTsukuru Tanimichi2017-06-265-2/+20
| |/ /
| * | Deprecate an `capify!` method in generators and templatesyuuji.yaginuma2017-06-183-2/+10
| * | Add the `<app_root>/test` dir to the `$LOAD_PATH` as a string:Edouard CHIN2017-06-161-1/+1
| * | Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-145-7/+7
| * | Merge pull request #29289 from vergenzt/patch-1Vipul A M2017-06-121-0/+3
| |\ \
| | * | Add note to Railtie docs to use unique filenamesTim Vergenz2017-06-121-0/+3
| * | | Merge pull request #29425 from gsamokovarov/drop-the-irb-termGuillermo Iguaran2017-06-121-1/+1
| |\ \ \
| | * | | Drop IRB out of the web-console Gemfile commentGenadi Samokovarov2017-06-121-1/+1
| * | | | Merge pull request #29263 from assain/default_message_encryptor_to_gcmKasper Timm Hansen2017-06-112-0/+8
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | set message_encryptor default cipher to aes-256-gcmAssain2017-06-122-0/+8
| * | | | Access EDITOR through Ruby's cross-platform ENV.Kasper Timm Hansen2017-06-111-2/+2
| | |_|/ | |/| |
| * | | Make i18n test match the description of the testGuillermo Iguaran2017-06-091-1/+1
| * | | Ensure MSSQL password uses real ENV var.Ken Collins2017-06-051-2/+2
| |/ /
| * | Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-032-3/+4
| * | Make Rails welcome page responsiveLucas Caton2017-06-031-4/+14