aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31434 from olivierlacan/boot-feedbackSean Griffin2017-12-141-0/+4
|\
| * Provide instant feedback when booting RailsOlivier Lacan2017-12-131-0/+4
* | Log call site for all queriesOlivier Lacan2017-12-132-0/+6
|/
* Revert "remove unnecessary `RAILS_ENV` setting"Aaron Patterson2017-12-082-0/+4
* Merge pull request #31241 from matthewd/no-after-forkMatthew Draper2017-12-011-23/+1
|\
| * Drop the before_fork/on_worker_boot adviceMatthew Draper2017-11-271-23/+1
* | Move system test dependencies to test groupAnton Rieder2017-11-301-7/+10
* | Do not overwrite by default if credentials already existsyuuji.yaginuma2017-11-301-2/+4
* | Build the root folder before specific filesRafael Mendonça França2017-11-291-8/+8
* | Use `credentials` instead of `keyfile` in GCS seviceyuuji.yaginuma2017-11-291-1/+1
* | Remove Content-Security-Policy initializer in API-only Applicationsyuuji.yaginuma2017-11-271-0/+6
|/
* Add DSL for configuring Content-Security-Policy headerAndrew White2017-11-271-0/+20
* Use parentheses for multi-line method callsRafael Mendonça França2017-11-251-1/+2
* Deprecate an `after_bundle` callback in Rails plugin templatesyuuji.yaginuma2017-11-181-0/+4
* 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-153-15/+100
|\
| * Add CLI to manage encrypted files/configs.Wojciech Wnętrzak2017-11-154-24/+110
* | 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 .tt extension to all the template filesRafael Mendonça França2017-11-1375-1/+1
* | Revert displaying master key generation info on `rails new`.Kasper Timm Hansen2017-11-122-23/+19
* | Deprecate encrypted secrets in favor of credentials.Kasper Timm Hansen2017-11-121-72/+0
* | 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
* | | `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-061-0/+1
* | | Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-0612-6/+28
* | | 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-219-15/+15
* | | Improve out-of-box experience with System tests including chromedriver-helper...Guillermo Iguaran2017-10-181-0/+2
|/ /
* | Merge pull request #30729 from yalab/nested_scaffoldAaron Patterson2017-09-271-2/+2
|\ \
| * | scaffold nested name controller should be fine.yalab2017-09-271-2/+2
* | | 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 #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
|/ /
* | Inline the lone add_master_key_file_silently use.Kasper Timm Hansen2017-09-141-5/+1