| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | Revert displaying master key generation info on `rails new`. | Kasper Timm Hansen | 2017-11-12 | 3 | -23/+20 |
* | | | Deprecate encrypted secrets in favor of credentials. | Kasper Timm Hansen | 2017-11-12 | 6 | -167/+50 |
* | | | Merge pull request #30770 from y-yagi/do_not_create_credential_in_dummy_appli... | Kasper Timm Hansen | 2017-11-12 | 3 | -2/+5 |
|\ \ \ |
|
| * | | | Do not create credentials in dummy application | yuuji.yaginuma | 2017-10-02 | 3 | -2/+5 |
| |/ / |
|
* | | | Adjust blank lines | Ryuta Kamizono | 2017-11-10 | 4 | -4/+5 |
* | | | Do not show credentials in generators help | yuuji.yaginuma | 2017-11-09 | 2 | -1/+3 |
* | | | Merge pull request #31093 from bogdanvlviv/express-console-command-in-the-log | Rafael França | 2017-11-08 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Change output log about skipping instalation of Active Storage | bogdanvlviv | 2017-11-08 | 1 | -1/+1 |
* | | | | Remove redundant passing --skip-active-storage in test cases | bogdanvlviv | 2017-11-08 | 5 | -6/+6 |
|/ / / |
|
* | | | Remove unnecessary migration deletion | yuuji.yaginuma | 2017-11-08 | 5 | -19/+0 |
* | | | Do not run `active_storage:install` when bundle install is skipped | yuuji.yaginuma | 2017-11-08 | 4 | -3/+24 |
* | | | Fix comment in `check_class_collision` [ci skip] | yuuji.yaginuma | 2017-11-07 | 1 | -1/+1 |
* | | | Fix `bin/rails db:migrate` with specified `VERSION` | bogdanvlviv | 2017-11-06 | 1 | -2/+154 |
* | | | Merge pull request #30101 from bogdanvlviv/initialization-active_storage | Rafael França | 2017-11-06 | 32 | -102/+384 |
|\ \ \ |
|
| * | | | Execution of `active_storage:install` should respect `--quiet` during `rails ... | bogdanvlviv | 2017-11-06 | 1 | -1/+1 |
| * | | | Rails::Generators::Actions#execute_command allows option `capture` | bogdanvlviv | 2017-11-06 | 2 | -1/+23 |
| * | | | `rails new` runs `rails active_storage:install` | bogdanvlviv | 2017-11-06 | 14 | -36/+91 |
| * | | | Add --skip-active-storage and do so automatically when --skip-active-record i... | bogdanvlviv | 2017-11-06 | 20 | -65/+270 |
* | | | | Remove unused require | yuuji.yaginuma | 2017-11-06 | 1 | -1/+0 |
* | | | | Merge pull request #31053 from y-yagi/fix_namespaced_generator | Eileen M. Uchitelle | 2017-11-05 | 3 | -10/+39 |
|\ \ \ \ |
|
| * | | | | Generate the correct path in nested scaffold generator | yuuji.yaginuma | 2017-11-05 | 3 | -10/+39 |
| |/ / / |
|
* / / / | s/an/a/ | Akira Matsuda | 2017-11-04 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #30813 from y-yagi/remove_unused_secrets_yml | Ryuta Kamizono | 2017-10-26 | 2 | -36/+0 |
|\ \ \ |
|
| * | | | Remove unused `secrets.yml` template | yuuji.yaginuma | 2017-10-06 | 2 | -36/+0 |
* | | | | Merge pull request #30978 from y-yagi/change_vendor_path_to_app_root | George Claghorn | 2017-10-24 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Change `VENDOR_PATH` to `APP_ROOT` in `bin/yarn` | yuuji.yaginuma | 2017-10-25 | 1 | -2/+2 |
* | | | | | add _ for unused last arg | Renan Gurgel | 2017-10-24 | 1 | -1/+1 |
* | | | | | Space between { and | missing. | Renan Gurgel | 2017-10-23 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Avoid slicing from Thor's original HWIA | Akira Matsuda | 2017-10-22 | 1 | -2/+1 |
* | | | | [Railties] require_relative => require | Akira Matsuda | 2017-10-21 | 74 | -115/+115 |
* | | | | Merge pull request #30579 from bogdanvlviv/fix_ar_internal_metadata_for_a_tes... | Sean Griffin | 2017-10-18 | 1 | -0/+47 |
|\ \ \ \ |
|
| * | | | | `ActiveRecord::Tasks::DatabaseTasks.load_schema` has always to establish data... | bogdanvlviv | 2017-10-15 | 1 | -0/+8 |
| * | | | | Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int... | bogdanvlviv | 2017-10-15 | 1 | -0/+39 |
* | | | | | Improve out-of-box experience with System tests including chromedriver-helper... | Guillermo Iguaran | 2017-10-18 | 2 | -0/+4 |
* | | | | | Merge pull request #30911 from y-yagi/remove_unnecessary_allow_failure_true | Ryuta Kamizono | 2017-10-18 | 1 | -1/+1 |
|\ \ \ \ \ |
|