aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #31434 from olivierlacan/boot-feedback"Matthew Draper2018-01-191-4/+0
* Refactor migration to move migrations paths to connectioneileencodes2018-01-181-1/+1
* Provide a sensible default hostGeorge Claghorn2018-01-161-2/+0
* Extract content types from blob dataGeorge Claghorn2018-01-151-0/+2
* Merge pull request #31572 from kami-zh/fix-templateYuji Yaginuma2018-01-131-2/+3
|\
| * Fix comment about initializers to adapt to the factkami-zh2017-12-271-2/+3
* | Merge pull request #31651 from eugeneius/use_sha1_digestsSean Griffin2018-01-122-0/+4
|\ \
| * | Use SHA-1 for non-sensitive digests by defaultEugene Kenny2018-01-082-0/+4
* | | Use unsafe_inline as the default for script_src CSP until we get a nonce alte...David Heinemeier Hansson2018-01-121-1/+1
* | | Add note about having to restart when modifying initializerDavid Heinemeier Hansson2018-01-121-0/+2
* | | Use complete variable names rather than single-letter abbreviations for styleDavid Heinemeier Hansson2018-01-121-8/+8
* | | 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-2/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Need to use `klass` to get the class name of the test resultyuuji.yaginuma2018-01-031-1/+2
| * | | Correctly get source locationyuuji.yaginuma2018-01-031-1/+6
* | | | Merge pull request #31534 from claudiob/kaspth-approachKasper Timm Hansen2018-01-092-11/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Don't run rails active_storage:install in new appsclaudiob2017-12-142-11/+0
* | | | Improve the deprecation message for using subclass of Rails::Application to s...Prathamesh Sonpatki2018-01-071-1/+1
| |/ / |/| |
* | | Clarify that config.eager_load controls eager loading [ci skip]Eugene Kenny2017-12-302-2/+2
| |/ |/|
* | Removes OS specific directory separatorDaniel Lopez2017-12-211-1/+1
* | 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-191-1/+1
* | Merge pull request #31348 from y-yagi/fix_31283Kasper Timm Hansen2017-12-186-8/+27
|\ \
| * | Raise an error only when `require_master_key` is specifiedyuuji.yaginuma2017-12-186-8/+27
| |/
* | Update new_framework_defaults_5_2.rb.ttAnton Rieder2017-12-181-1/+1
* | Add `skip_bootsnap` optionyuuji.yaginuma2017-12-163-0/+11
|/
* Merge pull request #31434 from olivierlacan/boot-feedbackSean Griffin2017-12-141-0/+4
|\
| * Provide instant feedback when booting RailsOlivier Lacan2017-12-131-0/+4
* | Log call site for all queriesOlivier Lacan2017-12-132-0/+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-081-4/+1
* Revert "remove unnecessary `RAILS_ENV` setting"Aaron Patterson2017-12-082-0/+4
* Fix Rails environment when running tests with RubyAaron Patterson2017-12-061-1/+4
* 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-301-2/+4
* | 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
* | Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-281-1/+1
* | Use same version constraint in mysql adapter and generated applicationyuuji.yaginuma2017-11-281-1/+1
* | Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-271-1/+1
* | Make form_with_generates_ids default value to be falseRafael Mendonça França2017-11-271-4/+0
* | Remove Content-Security-Policy initializer in API-only Applicationsyuuji.yaginuma2017-11-271-0/+6
|/
* Add DSL for configuring Content-Security-Policy headerAndrew White2017-11-274-34/+66
* Use Puma 3.11 in newly generated applicationsyuuji.yaginuma2017-11-271-1/+1
* Merge pull request #31167 from albertoalmagro/clean-db-ambiguityRafael França2017-11-261-2/+2
|\
| * Remove DB naming ambiguityAlberto Almagro2017-11-261-2/+2