aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Make automatically synchronize test schema work inside engineyuuji.yaginuma2017-10-021-0/+3
* | | 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-123-99/+9
* | | Merge pull request #30770 from y-yagi/do_not_create_credential_in_dummy_appli...Kasper Timm Hansen2017-11-122-2/+3
|\ \ \
| * | | Do not create credentials in dummy applicationyuuji.yaginuma2017-10-022-2/+3
| |/ /
* | | Adjust blank linesRyuta Kamizono2017-11-104-4/+5
* | | Do not show credentials in generators helpyuuji.yaginuma2017-11-091-0/+1
* | | Change output log about skipping instalation of Active Storagebogdanvlviv2017-11-081-1/+1
* | | Do not run `active_storage:install` when bundle install is skippedyuuji.yaginuma2017-11-081-1/+5
* | | Fix comment in `check_class_collision` [ci skip]yuuji.yaginuma2017-11-071-1/+1
* | | Merge pull request #30101 from bogdanvlviv/initialization-active_storageRafael França2017-11-0616-62/+123
|\ \ \
| * | | 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-061-1/+7
| * | | `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-062-0/+7
| * | | Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-0615-61/+109
* | | | Remove unused requireyuuji.yaginuma2017-11-061-1/+0
* | | | Generate the correct path in nested scaffold generatoryuuji.yaginuma2017-11-051-9/+9
|/ / /
* | | 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
* | | | Improve out-of-box experience with System tests including chromedriver-helper...Guillermo Iguaran2017-10-181-0/+2
* | | | redis-rb 4.0 supportJeremy Daer2017-10-081-1/+1
|/ / /
* / / Implement H2 Early Hints for Railseileencodes2017-10-041-1/+7
|/ /
* | Deprecate secret_token, long since usurped by secret_key_base.Kasper Timm Hansen2017-09-281-0/+6
* | Merge pull request #30729 from yalab/nested_scaffoldAaron Patterson2017-09-274-10/+39
|\ \
| * | scaffold nested name controller should be fine.yalab2017-09-274-10/+39
* | | Merge pull request #30614 from kami-zh/yarn-on-bin-updateJavan Makhmali2017-09-271-0/+5
|\ \ \ | |/ / |/| |
| * | Install JavaScript dependencies on updatekami-zh2017-09-161-0/+5
* | | Respect quiet option in all process of `rails new` commandyuuji.yaginuma2017-09-252-16/+16
* | | Merge pull request #30693 from yhirano55/refactor_css_scaffold_generatorKasper Timm Hansen2017-09-241-3/+3
|\ \ \
| * | | Refactor Css::Generators::ScaffoldGeneratorYoshiyuki Hirano2017-09-251-3/+3
* | | | Add key rotation cookies middlewareMichael Coyne2017-09-241-0/+1