aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Add test parallelization to Railseileencodes2018-02-153-5/+89
* Don't overwrite config/master.key even on --forceclaudiob2018-02-121-1/+2
* Do not update `load_defaults` version when running `app:update` (#31951)Yuji Yaginuma2018-02-131-0/+15
* Respect --force option for config/master.keyclaudiob2018-02-111-0/+6
* Do not add master key when `RAILS_MASTER_KEY` env specified (#31922)Yuji Yaginuma2018-02-082-0/+24
* Add Rack::TempfileReaper to tests and docsGeorge Claghorn2018-01-301-2/+4
* Remove extra whitespaceDaniel Colson2018-01-252-7/+7
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-2511-39/+39
* Change refute to assert_notDaniel Colson2018-01-251-1/+1
* Use respond_to test helpersDaniel Colson2018-01-253-5/+5
* Add locale selector to email preview (#31596)Hitoshi Nakashima2018-01-181-6/+62
* Add test to properly test down with a blockeileencodes2018-01-181-0/+8
* Refactor migration to move migrations paths to connectioneileencodes2018-01-182-1/+13
* Merge pull request #31651 from eugeneius/use_sha1_digestsSean Griffin2018-01-122-7/+15
|\
| * Use SHA-1 for non-sensitive digests by defaultEugene Kenny2018-01-082-7/+15
* | Merge pull request #31671 from larskanis/pg-1.0Rafael Mendonça França2018-01-111-1/+1
|\ \
| * | PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecordLars Kanis2018-01-101-1/+1
* | | Merge pull request #31624 from y-yagi/fix_minitest_511Aaron Patterson2018-01-101-4/+4
|\ \ \ | |/ / |/| |
| * | Need to use `klass` to get the class name of the test resultyuuji.yaginuma2018-01-031-5/+4
| * | Correctly get source locationyuuji.yaginuma2018-01-031-0/+1
* | | Clean up railties testsbogdanvlviv2018-01-102-19/+0
* | | Merge pull request #31534 from claudiob/kaspth-approachKasper Timm Hansen2018-01-091-2/+2
|\ \ \ | |_|/ |/| |
| * | Don't run rails active_storage:install in new appsclaudiob2017-12-141-2/+2
* | | Allow use_authenticated_message_encryption to be set in new_framework_default...Eugene Kenny2018-01-071-3/+27
* | | Improve the deprecation message for using subclass of Rails::Application to s...Prathamesh Sonpatki2018-01-071-1/+1
| |/ |/|
* | Remove unused methodsyuuji.yaginuma2017-12-281-16/+0
* | Prevent to install gems when run test (#31564)Yuji Yaginuma2017-12-262-4/+12
* | Ensure to use repo's Gemfile in applicationyuuji.yaginuma2017-12-251-0/+5
* | Move `test_skip_bundle` to `AppGeneratorTest`yuuji.yaginuma2017-12-242-9/+9
* | Merge pull request #31520 from yahonda/introduce_frozen_error_classRyuta Kamizono2017-12-202-1/+5
|\ \
| * | Handle `FrozenError` if it is availableYasuo Honda2017-12-202-1/+5
* | | Add test case that configure `config.active_support.hash_digest_class`yuuji.yaginuma2017-12-201-0/+18
* | | Implicitly skip bootsnap for `rails new --dev`yuuji.yaginuma2017-12-191-0/+11
|/ /
* | Merge pull request #31348 from y-yagi/fix_31283Kasper Timm Hansen2017-12-183-8/+44
|\ \
| * | Raise an error only when `require_master_key` is specifiedyuuji.yaginuma2017-12-183-8/+44
* | | Merge pull request #31485 from y-yagi/skip_bootsnap_optionEileen M. Uchitelle2017-12-181-0/+20
|\ \ \ | |/ / |/| |
| * | Add `skip_bootsnap` optionyuuji.yaginuma2017-12-161-0/+20
| |/
* / Add test case that active_storage:install task works within engineyuuji.yaginuma2017-12-171-0/+15
|/
* Merge pull request #26815 from olivierlacan/log-query-sourceEileen M. Uchitelle2017-12-142-4/+11
|\
| * Log call site for all queriesOlivier Lacan2017-12-132-4/+11
* | 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
* Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-121-6/+6
* 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-062-2/+60
* Add more tests for the `--webpack` optionTsukuru Tanimichi2017-12-051-0/+19
* Modify `test_webpack_option`Tsukuru Tanimichi2017-12-051-3/+5
* Merge pull request #31279 from ttanimichi/tests-for-webpack-optionGuillermo Iguaran2017-12-041-0/+14
|\