aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\
| * Add tests for the `--webpack` optionTsukuru Tanimichi2017-12-041-0/+14
* | Merge pull request #31311 from y-yagi/ignore_no_database_error_when_loading_s...Kasper Timm Hansen2017-12-032-0/+29
|\ \
| * | Make `Migrator.current_version` work without a current databaseyuuji.yaginuma2017-12-032-0/+29
* | | Fix typo in test error messageclaudiob2017-12-021-1/+1
|/ /
* / Do not overwrite by default if credentials already existsyuuji.yaginuma2017-11-301-0/+8
|/
* Use same version constraint in mysql adapter and generated applicationyuuji.yaginuma2017-11-281-1/+1
* Remove Content-Security-Policy initializer in API-only Applicationsyuuji.yaginuma2017-11-271-0/+2
* Added missing test for presence of CSP initializerPrathamesh Sonpatki2017-11-271-0/+1
* Add DSL for configuring Content-Security-Policy headerAndrew White2017-11-272-0/+198
* Use Puma 3.11 in newly generated applicationsyuuji.yaginuma2017-11-271-1/+1
* Remove field ids from scaffold formyuuji.yaginuma2017-11-261-4/+4
* Change `form_with` to generates ids by defaultnpezza932017-11-251-0/+62
* Fix generator suggestion raise error when I18n.available_locales don’t incl...willnet2017-11-221-0/+13
* Deprecate an `after_bundle` callback in Rails plugin templatesyuuji.yaginuma2017-11-181-0/+32
* Add master key to `gitignore` on `rails new`yuuji.yaginuma2017-11-161-0/+8