aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
...
* 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-252-0/+63
* Rubocop styleDixit Patel2017-11-241-0/+2
* Fix generator suggestion raise error when I18n.available_locales don’t incl...willnet2017-11-222-1/+15
* 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-183-0/+40
* 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-164-1/+19
* Pass options onto key file generator.Kasper Timm Hansen2017-11-151-1/+1
* Merge branch 'freeletics-manage-multiple-credential-files'Kasper Timm Hansen2017-11-159-41/+337
|\
| * Add CLI to manage encrypted files/configs.Wojciech Wnętrzak2017-11-1510-50/+347
* | Go through a single credentials instance.Kasper Timm Hansen2017-11-151-9/+10
* | Merge pull request #30004 from npenzin/patch-1Yuji Yaginuma2017-11-152-2/+3
|\ \
| * | Ensure plugin_generator adds to new line in GemfileNikita Penzin2017-11-142-2/+3
* | | Use released arelRafael Mendonça França2017-11-141-5/+2
| |/ |/|
* | Add `environment` as dependency of `load_config` (#31135)Yuji Yaginuma2017-11-141-2/+18
* | Use .tt extension to all the template filesRafael Mendonça França2017-11-1398-4/+4
* | Merge pull request #30773 from y-yagi/fix_30765Eileen M. Uchitelle2017-11-122-0/+34
|\ \
| * | Make automatically synchronize test schema work inside engineyuuji.yaginuma2017-10-022-0/+34
* | | Revert displaying master key generation info on `rails new`.Kasper Timm Hansen2017-11-123-23/+20
* | | Deprecate encrypted secrets in favor of credentials.Kasper Timm Hansen2017-11-126-167/+50
* | | Merge pull request #30770 from y-yagi/do_not_create_credential_in_dummy_appli...Kasper Timm Hansen2017-11-123-2/+5
|\ \ \
| * | | Do not create credentials in dummy applicationyuuji.yaginuma2017-10-023-2/+5
| |/ /
* | | Adjust blank linesRyuta Kamizono2017-11-104-4/+5
* | | Do not show credentials in generators helpyuuji.yaginuma2017-11-092-1/+3
* | | Merge pull request #31093 from bogdanvlviv/express-console-command-in-the-logRafael França2017-11-081-1/+1
|\ \ \
| * | | Change output log about skipping instalation of Active Storagebogdanvlviv2017-11-081-1/+1
* | | | Remove redundant passing --skip-active-storage in test casesbogdanvlviv2017-11-085-6/+6
|/ / /
* | | Remove unnecessary migration deletionyuuji.yaginuma2017-11-085-19/+0
* | | Do not run `active_storage:install` when bundle install is skippedyuuji.yaginuma2017-11-084-3/+24
* | | Fix comment in `check_class_collision` [ci skip]yuuji.yaginuma2017-11-071-1/+1
* | | Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-061-2/+154
* | | Merge pull request #30101 from bogdanvlviv/initialization-active_storageRafael França2017-11-0632-102/+384
|\ \ \
| * | | Execution of `active_storage:install` should respect `--quiet` during `rails ...bogdanvlviv2017-11-061-1/+1
| * | | Rails::Generators::Actions#execute_command allows option `capture`bogdanvlviv2017-11-062-1/+23
| * | | `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-0614-36/+91
| * | | Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-0620-65/+270
* | | | Remove unused requireyuuji.yaginuma2017-11-061-1/+0
* | | | Merge pull request #31053 from y-yagi/fix_namespaced_generatorEileen M. Uchitelle2017-11-053-10/+39
|\ \ \ \
| * | | | Generate the correct path in nested scaffold generatoryuuji.yaginuma2017-11-053-10/+39
| |/ / /
* / / / s/an/a/Akira Matsuda2017-11-041-1/+1
|/ / /
* | | Merge pull request #30813 from y-yagi/remove_unused_secrets_ymlRyuta Kamizono2017-10-262-36/+0
|\ \ \
| * | | Remove unused `secrets.yml` templateyuuji.yaginuma2017-10-062-36/+0
* | | | Merge pull request #30978 from y-yagi/change_vendor_path_to_app_rootGeorge Claghorn2017-10-241-2/+2
|\ \ \ \
| * | | | Change `VENDOR_PATH` to `APP_ROOT` in `bin/yarn`yuuji.yaginuma2017-10-251-2/+2
* | | | | add _ for unused last argRenan Gurgel2017-10-241-1/+1
* | | | | Space between { and | missing.Renan Gurgel2017-10-231-1/+1
|/ / / /
* | | | Avoid slicing from Thor's original HWIAAkira Matsuda2017-10-221-2/+1
* | | | [Railties] require_relative => requireAkira Matsuda2017-10-2174-115/+115