aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Do not add master key and credentials when `pretend` option is specifiedyuuji.yaginuma2017-09-121-0/+4
* | Merge pull request #30581 from y-yagi/do_not_add_master_key_twice_to_gitignoreKasper Timm Hansen2017-09-143-17/+15
|\ \
| * | Make master key added to gitignore the same value as when creating appplicationyuuji.yaginuma2017-09-143-17/+15
| |/
* / [ci skip] Prefer credentials to secrets in docs.Kasper Timm Hansen2017-09-132-3/+3
|/
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-118-22/+293
* Explicitly require `test_unit/reporter` in test helperyuuji.yaginuma2017-09-041-0/+1
* Merge pull request #30323 from yhirano55/support_multiple_version_for_gem_methodMatthew Draper2017-08-311-5/+10
|\
| * Support multiple versions arguments for `gem` method of GeneratorsYoshiyuki Hirano2017-08-191-5/+10