aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove field ids from scaffold formyuuji.yaginuma2017-11-262-7/+3
|/
* Remove duplicated `form_with_generates_remote_forms` settingyuuji.yaginuma2017-11-261-1/+0
* Use parentheses for multi-line method callsRafael Mendonça França2017-11-252-5/+10
* Make form_with_generates_ids default in Rails 5.2Rafael Mendonça França2017-11-251-2/+7
* Change `form_with` to generates ids by defaultnpezza932017-11-251-0/+1
* Rubocop styleDixit Patel2017-11-241-0/+2
* Fix generator suggestion raise error when I18n.available_locales don’t incl...willnet2017-11-221-1/+2
* Fix formatting of `credentials` and `encrypted` [ci skip]yuuji.yaginuma2017-11-191-8/+8
* Deprecate an `after_bundle` callback in Rails plugin templatesyuuji.yaginuma2017-11-181-0/+4
* Fixed example of `Rails.application.encrypted` method usageWojciech Wnętrzak2017-11-161-1/+1
* Add master key to `gitignore` on `rails new`yuuji.yaginuma2017-11-163-1/+11
* Pass options onto key file generator.Kasper Timm Hansen2017-11-151-1/+1
* Merge branch 'freeletics-manage-multiple-credential-files'Kasper Timm Hansen2017-11-157-40/+253
|\
| * Add CLI to manage encrypted files/configs.Wojciech Wnętrzak2017-11-158-49/+263
* | Go through a single credentials instance.Kasper Timm Hansen2017-11-151-9/+10
* | Merge pull request #30004 from npenzin/patch-1Yuji Yaginuma2017-11-151-1/+1
|\ \
| * | Ensure plugin_generator adds to new line in GemfileNikita Penzin2017-11-141-1/+1
* | | Use released arelRafael Mendonça França2017-11-141-5/+2
| |/ |/|
* | Use .tt extension to all the template filesRafael Mendonça França2017-11-1397-2/+2
* | Merge pull request #30773 from y-yagi/fix_30765Eileen M. Uchitelle2017-11-121-0/+3
|\ \