aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add key rotation message Encryptor and VerifierMichael Coyne2017-09-231-1/+4
|/ /
* | Use `TOPLEVEL_BINDING` in rails runner commandyuuji.yaginuma2017-09-221-2/+2
* | Merge pull request #30657 from yhirano55/fix_restful_wordingRyuta Kamizono2017-09-201-1/+1
|\ \
| * | Use RESTful instead of restfulYoshiyuki Hirano2017-09-201-1/+1
* | | Use credentials in `storage.yml` templateyuuji.yaginuma2017-09-201-1/+1
* | | Use credentials, not secrets, for Active Storage (#30650)Claudio B2017-09-192-5/+5
* | | Use the default Capybara registered puma server configurationThomas Walpole2017-09-181-1/+1
|/ /
* | Add `mini_magick` to default `Gemfile` as commentYoshiyuki Hirano2017-09-171-0/+3
* | Remove frozen_string_literal magic comment from templatesyuuji.yaginuma2017-09-1712-24/+0
|/
* Inline the lone add_master_key_file_silently use.Kasper Timm Hansen2017-09-141-5/+1
* Merge pull request #30582 from y-yagi/do_no_add_master_key_and_credentialsKasper Timm Hansen2017-09-141-0/+4
|\