| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecord | Lars Kanis | 2018-01-10 | 1 | -1/+1 |
* | | | | | Merge pull request #31624 from y-yagi/fix_minitest_511 | Aaron Patterson | 2018-01-10 | 1 | -2/+8 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Need to use `klass` to get the class name of the test result | yuuji.yaginuma | 2018-01-03 | 1 | -1/+2 |
| * | | | | Correctly get source location | yuuji.yaginuma | 2018-01-03 | 1 | -1/+6 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #31534 from claudiob/kaspth-approach | Kasper Timm Hansen | 2018-01-09 | 2 | -11/+0 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Don't run rails active_storage:install in new apps | claudiob | 2017-12-14 | 2 | -11/+0 |
* | | | | Improve the deprecation message for using subclass of Rails::Application to s... | Prathamesh Sonpatki | 2018-01-07 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Clarify that config.eager_load controls eager loading [ci skip] | Eugene Kenny | 2017-12-30 | 2 | -2/+2 |
| |/
|/| |
|
* | | Removes OS specific directory separator | Daniel Lopez | 2017-12-21 | 1 | -1/+1 |
* | | Remove verbose_query_logs from new_framework_defaults_5_2.rb | Eugene Kenny | 2017-12-20 | 1 | -3/+0 |
* | | Implicitly skip bootsnap for `rails new --dev` | yuuji.yaginuma | 2017-12-19 | 1 | -1/+1 |
* | | Merge pull request #31348 from y-yagi/fix_31283 | Kasper Timm Hansen | 2017-12-18 | 6 | -8/+27 |
|\ \ |
|
| * | | Raise an error only when `require_master_key` is specified | yuuji.yaginuma | 2017-12-18 | 6 | -8/+27 |
| |/ |
|
* | | Update new_framework_defaults_5_2.rb.tt | Anton Rieder | 2017-12-18 | 1 | -1/+1 |
* | | Add `skip_bootsnap` option | yuuji.yaginuma | 2017-12-16 | 3 | -0/+11 |
|/ |
|
* | Merge pull request #31434 from olivierlacan/boot-feedback | Sean Griffin | 2017-12-14 | 1 | -0/+4 |
|\ |
|
| * | Provide instant feedback when booting Rails | Olivier Lacan | 2017-12-13 | 1 | -0/+4 |
* | | Log call site for all queries | Olivier Lacan | 2017-12-13 | 2 | -0/+6 |
|/ |
|
* | Fix secrets command deprecation message | Stefan Wrobel | 2017-12-11 | 1 | -1/+1 |
* | `create_fixtures` doesn't work since at least a94220b66c9e4890007f66b092b25f8... | Edouard CHIN | 2017-12-11 | 1 | -4/+0 |
* | Set the Rails environment from an environment variable | Aaron Patterson | 2017-12-08 | 1 | -4/+1 |
* | Revert "remove unnecessary `RAILS_ENV` setting" | Aaron Patterson | 2017-12-08 | 2 | -0/+4 |
* | Fix Rails environment when running tests with Ruby | Aaron Patterson | 2017-12-06 | 1 | -1/+4 |
* | Merge pull request #31241 from matthewd/no-after-fork | Matthew Draper | 2017-12-01 | 1 | -23/+1 |
|\ |
|
| * | Drop the before_fork/on_worker_boot advice | Matthew Draper | 2017-11-27 | 1 | -23/+1 |
* | | Move system test dependencies to test group | Anton Rieder | 2017-11-30 | 1 | -7/+10 |
* | | Do not overwrite by default if credentials already exists | yuuji.yaginuma | 2017-11-30 | 1 | -2/+4 |
* | | Build the root folder before specific files | Rafael Mendonça França | 2017-11-29 | 1 | -8/+8 |
* | | Use `credentials` instead of `keyfile` in GCS sevice | yuuji.yaginuma | 2017-11-29 | 1 | -1/+1 |
* | | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 1 | -1/+1 |
* | | Use same version constraint in mysql adapter and generated application | yuuji.yaginuma | 2017-11-28 | 1 | -1/+1 |
* | | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 1 | -1/+1 |
* | | Make form_with_generates_ids default value to be false | Rafael Mendonça França | 2017-11-27 | 1 | -4/+0 |
* | | Remove Content-Security-Policy initializer in API-only Applications | yuuji.yaginuma | 2017-11-27 | 1 | -0/+6 |
|/ |
|
* | Add DSL for configuring Content-Security-Policy header | Andrew White | 2017-11-27 | 4 | -34/+66 |
* | Use Puma 3.11 in newly generated applications | yuuji.yaginuma | 2017-11-27 | 1 | -1/+1 |
* | Merge pull request #31167 from albertoalmagro/clean-db-ambiguity | Rafael França | 2017-11-26 | 1 | -2/+2 |
|\ |
|
| * | Remove DB naming ambiguity | Alberto Almagro | 2017-11-26 | 1 | -2/+2 |
* | | Remove field ids from scaffold form | yuuji.yaginuma | 2017-11-26 | 2 | -7/+3 |
|/ |
|
* | Remove duplicated `form_with_generates_remote_forms` setting | yuuji.yaginuma | 2017-11-26 | 1 | -1/+0 |
* | Use parentheses for multi-line method calls | Rafael Mendonça França | 2017-11-25 | 2 | -5/+10 |
* | Make form_with_generates_ids default in Rails 5.2 | Rafael Mendonça França | 2017-11-25 | 1 | -2/+7 |
* | Change `form_with` to generates ids by default | npezza93 | 2017-11-25 | 1 | -0/+1 |
* | Rubocop style | Dixit Patel | 2017-11-24 | 1 | -0/+2 |
* | Fix generator suggestion raise error when I18n.available_locales don’t incl... | willnet | 2017-11-22 | 1 | -1/+2 |
* | Fix formatting of `credentials` and `encrypted` [ci skip] | yuuji.yaginuma | 2017-11-19 | 1 | -8/+8 |
* | Deprecate an `after_bundle` callback in Rails plugin templates | yuuji.yaginuma | 2017-11-18 | 1 | -0/+4 |
* | Fixed example of `Rails.application.encrypted` method usage | Wojciech Wnętrzak | 2017-11-16 | 1 | -1/+1 |
* | Add master key to `gitignore` on `rails new` | yuuji.yaginuma | 2017-11-16 | 3 | -1/+11 |
* | Pass options onto key file generator. | Kasper Timm Hansen | 2017-11-15 | 1 | -1/+1 |