| Commit message (Expand) | Author | Age | Files | Lines |
* | `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 | 2 | -5/+2 |
* | Revert "remove unnecessary `RAILS_ENV` setting" | Aaron Patterson | 2017-12-08 | 2 | -0/+4 |
* | Add failing test for wrong database connection | Aaron Patterson | 2017-12-08 | 1 | -0/+17 |
* | Fix Rails environment when running tests with Ruby | Aaron Patterson | 2017-12-06 | 3 | -3/+64 |
* | Add more tests for the `--webpack` option | Tsukuru Tanimichi | 2017-12-05 | 1 | -0/+19 |
* | Modify `test_webpack_option` | Tsukuru Tanimichi | 2017-12-05 | 1 | -3/+5 |
* | Merge pull request #31279 from ttanimichi/tests-for-webpack-option | Guillermo Iguaran | 2017-12-04 | 1 | -0/+14 |
|\ |
|
| * | Add tests for the `--webpack` option | Tsukuru Tanimichi | 2017-12-04 | 1 | -0/+14 |
* | | Merge pull request #31311 from y-yagi/ignore_no_database_error_when_loading_s... | Kasper Timm Hansen | 2017-12-03 | 2 | -0/+29 |
|\ \ |
|
| * | | Make `Migrator.current_version` work without a current database | yuuji.yaginuma | 2017-12-03 | 2 | -0/+29 |
* | | | Fix typo in test error message | claudiob | 2017-12-02 | 1 | -1/+1 |
|/ / |
|
* | | 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 | 2 | -2/+12 |
* | | | 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 | 2 | -1/+6 |
* | | Use same version constraint in mysql adapter and generated application | yuuji.yaginuma | 2017-11-28 | 2 | -2/+2 |
* | | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 2 | -1/+3 |
* | | 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 | 2 | -0/+8 |
|/ |
|
* | Added missing test for presence of CSP initializer | Prathamesh Sonpatki | 2017-11-27 | 1 | -0/+1 |
* | Add DSL for configuring Content-Security-Policy header | Andrew White | 2017-11-27 | 6 | -34/+264 |
* | Use Puma 3.11 in newly generated applications | yuuji.yaginuma | 2017-11-27 | 2 | -2/+2 |
* | 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 | 3 | -11/+7 |
|/ |
|
* | 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 | 2 | -0/+63 |
* | 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 | 2 | -1/+15 |
* | 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 | 3 | -0/+40 |
* | 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 | 4 | -1/+19 |
* | Pass options onto key file generator. | Kasper Timm Hansen | 2017-11-15 | 1 | -1/+1 |
* | Merge branch 'freeletics-manage-multiple-credential-files' | Kasper Timm Hansen | 2017-11-15 | 9 | -41/+337 |
|\ |
|
| * | Add CLI to manage encrypted files/configs. | Wojciech Wnętrzak | 2017-11-15 | 10 | -50/+347 |
* | | Go through a single credentials instance. | Kasper Timm Hansen | 2017-11-15 | 1 | -9/+10 |
* | | Merge pull request #30004 from npenzin/patch-1 | Yuji Yaginuma | 2017-11-15 | 2 | -2/+3 |
|\ \ |
|
| * | | Ensure plugin_generator adds to new line in Gemfile | Nikita Penzin | 2017-11-14 | 2 | -2/+3 |
* | | | Use released arel | Rafael Mendonça França | 2017-11-14 | 1 | -5/+2 |
| |/
|/| |
|
* | | Add `environment` as dependency of `load_config` (#31135) | Yuji Yaginuma | 2017-11-14 | 1 | -2/+18 |
* | | Use .tt extension to all the template files | Rafael Mendonça França | 2017-11-13 | 98 | -4/+4 |
* | | Merge pull request #30773 from y-yagi/fix_30765 | Eileen M. Uchitelle | 2017-11-12 | 2 | -0/+34 |
|\ \ |
|
| * | | Make automatically synchronize test schema work inside engine | yuuji.yaginuma | 2017-10-02 | 2 | -0/+34 |