aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-2134-48/+48
* | | 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
|/ /
* | 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
* | | Refactor Css::Generators::ScaffoldGeneratorYoshiyuki Hirano2017-09-251-3/+3
* | | 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
* | | Make master key added to gitignore the same value as when creating appplicationyuuji.yaginuma2017-09-142-16/+15
|/ /
* | Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-115-5/+129
* | 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
* | | Use REDIS_URL var for Action Cable config templateMr. Outis2017-08-221-1/+1
* | | Merge pull request #30348 from koic/remove_frozen_string_literal_from_templatesGeorge Claghorn2017-08-2141-83/+0
|\ \ \
| * | | Remove frozen_string_literal magic comment from templatesKoichi ITO2017-08-2241-83/+0
* | | | Merge pull request #30352 from yhirano55/update_licenses_linkRyuta Kamizono2017-08-221-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Update MIT licenses link [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
| |/ /
* / / Fix broken link to mysql docs in database.yml [ci skip]Yoshiyuki Hirano2017-08-222-2/+2
|/ /
* | Move common tests from `AppGeneratorTest` and `PluginGeneratorTest` to `Share...bogdanvlviv2017-08-172-0/+4
* | Merge pull request #30260 from kamipo/remove_unused_action_argRafael França2017-08-161-2/+3
|\ \
| * | Remove unused `action` arg for `generate_routing_code`Ryuta Kamizono2017-08-151-2/+3
* | | Add --skip-yarn option to the plugin generatorbogdanvlviv2017-08-153-2/+5
* | | Fix format of generator docs [ci skip]Yoshiyuki Hirano2017-08-151-1/+1
|/ /
* | Merge pull request #30219 from yhirano55/fix_app_generator_api_optionsRafael França2017-08-145-7/+7
|\ \
| * | Refactor `--api` option of the app generatorYoshiyuki Hirano2017-08-135-7/+7
* | | Merge pull request #30244 from yhirano55/refactor_max_age_secondsRafael França2017-08-142-2/+2
|\ \ \
| * | | Refactor max-age secondsYoshiyuki Hirano2017-08-142-2/+2
| |/ /
* | | Merge pull request #30235 from bogdanvlviv/omit-additional-removing-cable_ymlRafael França2017-08-141-1/+0
|\ \ \
| * | | Omit additional removing `config/cable.yml` by the app generatorbogdanvlviv2017-08-131-1/+0
| |/ /
* | | Merge pull request #30239 from bogdanvlviv/improve-plugin_generator_codeRafael França2017-08-141-2/+1
|\ \ \
| * | | Remove `:force` from PASSTHROUGH_OPTIONS for plugin generatorbogdanvlviv2017-08-131-1/+1