aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Correctly get source locationyuuji.yaginuma2018-01-032-1/+7
| | |_|/ | |/| |
* | | | Clean up railties testsbogdanvlviv2018-01-102-19/+0
* | | | Merge pull request #31534 from claudiob/kaspth-approachKasper Timm Hansen2018-01-093-13/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Don't run rails active_storage:install in new appsclaudiob2017-12-143-13/+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-073-3/+3
| |/ / |/| |
* | | Bump license years for 2018Yoshiyuki Hirano2017-12-311-1/+1
* | | Clarify that config.eager_load controls eager loading [ci skip]Eugene Kenny2017-12-302-2/+2
* | | 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
* | Removes OS specific directory separatorDaniel Lopez2017-12-211-1/+1
* | 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
* | | Remove verbose_query_logs from new_framework_defaults_5_2.rbEugene Kenny2017-12-201-3/+0
* | | Implicitly skip bootsnap for `rails new --dev`yuuji.yaginuma2017-12-192-1/+12
|/ /
* | Merge pull request #31348 from y-yagi/fix_31283Kasper Timm Hansen2017-12-189-16/+71
|\ \
| * | Raise an error only when `require_master_key` is specifiedyuuji.yaginuma2017-12-189-16/+71
* | | Update new_framework_defaults_5_2.rb.ttAnton Rieder2017-12-181-1/+1
* | | Merge pull request #31485 from y-yagi/skip_bootsnap_optionEileen M. Uchitelle2017-12-184-0/+31
|\ \ \ | |/ / |/| |
| * | Add `skip_bootsnap` optionyuuji.yaginuma2017-12-164-0/+31
| |/
* / Add test case that active_storage:install task works within engineyuuji.yaginuma2017-12-171-0/+15
|/
* Merge pull request #31434 from olivierlacan/boot-feedbackSean Griffin2017-12-141-0/+4
|\
| * Provide instant feedback when booting RailsOlivier Lacan2017-12-131-0/+4
* | Merge pull request #26815 from olivierlacan/log-query-sourceEileen M. Uchitelle2017-12-144-4/+17
|\ \
| * | Log call site for all queriesOlivier Lacan2017-12-134-4/+17
| |/
* / 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
* Fix secrets command deprecation messageStefan Wrobel2017-12-111-1/+1
* `create_fixtures` doesn't work since at least a94220b66c9e4890007f66b092b25f8...Edouard CHIN2017-12-111-4/+0
* Set the Rails environment from an environment variableAaron Patterson2017-12-082-5/+2
* Revert "remove unnecessary `RAILS_ENV` setting"Aaron Patterson2017-12-082-0/+4
* Add failing test for wrong database connectionAaron Patterson2017-12-081-0/+17
* Fix Rails environment when running tests with RubyAaron Patterson2017-12-063-3/+64
* 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
|/ /
* | Merge pull request #31241 from matthewd/no-after-forkMatthew Draper2017-12-011-23/+1
|\ \
| * | Drop the before_fork/on_worker_boot adviceMatthew Draper2017-11-271-23/+1
* | | Move system test dependencies to test groupAnton Rieder2017-11-301-7/+10
* | | Do not overwrite by default if credentials already existsyuuji.yaginuma2017-11-302-2/+12
* | | Build the root folder before specific filesRafael Mendonça França2017-11-291-8/+8
* | | Use `credentials` instead of `keyfile` in GCS seviceyuuji.yaginuma2017-11-291-1/+1
| |/ |/|