aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28132 from mikeycgto/aead-encrypted-cookiesKasper Timm Hansen2017-05-281-0/+4
|\
| * AEAD encrypted cookies and sessionsMichael Coyne2017-05-221-0/+4
* | Includes namespace in system test skelton when namespace is specifiedyuuji.yaginuma2017-05-281-1/+1
* | Do not show --webpack option in the plugin help messageash2017-05-262-4/+5
* | Merge pull request #29176 from bogdanvlviv/define-path-with__dir__Matthew Draper2017-05-2616-24/+24
|\ \
| * | Define path with __dir__bogdanvlviv2017-05-2316-24/+24
| |/
* | Merge pull request #29195 from kaspth/rails-secrets-better-edit-exceptionKasper Timm Hansen2017-05-252-16/+17
|\ \
| * | Reorder first secrets edit flow.Kasper Timm Hansen2017-05-252-16/+17
| |/
* | We dont actually use the ultra short-hand, so no need to complicate things wi...David Heinemeier Hansson2017-05-241-1/+1
* | Slim down the source definitionDavid Heinemeier Hansson2017-05-241-5/+1
|/
* Unused variableDavid Heinemeier Hansson2017-05-201-1/+0
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-183-24/+13
* Allow capybara minor releasesJustin Coyne2017-05-051-1/+1
* Move `package.json` creation to `create_root_files`yuuji.yaginuma2017-05-041-4/+5
* Remove unnecessary `package.json` deletionyuuji.yaginuma2017-05-011-4/+0
* Ensure bin/yarn matches the one generated by webpackeryuuji.yaginuma2017-04-231-2/+3
* Namespace CSS selectors on error pagesJan Krutisch2017-04-203-18/+18
* Merge pull request #28708 from y-yagi/dont_generate_system_test_filesRafael França2017-04-191-0/+4
|\
| * Don't generate system test files if `skip_system_test` option is specifiedyuuji.yaginuma2017-04-121-0/+4
* | Use released sass-rails instead of master versionRafael Mendonça França2017-04-191-1/+1
* | Add `form_with_generates_remote_forms` config.Kasper Timm Hansen2017-04-162-3/+4
* | Fix rubocop violationsyuuji.yaginuma2017-04-121-1/+1
|/
* SpacesRafael Mendonça França2017-04-071-0/+1
* More :scissors:Rafael Mendonça França2017-04-071-1/+1
* :scissors:Rafael França2017-04-071-1/+1
* Remove unnecessary `javascript` option checkyuuji.yaginuma2017-03-291-4/+1
* Merge pull request #28549 from jess/patch-1Rafael França2017-03-281-0/+1
|\
| * add proper punctuationJess Brown2017-03-231-1/+1
| * make it clear how to enable cachingJess Brown2017-03-231-0/+1
* | Merge pull request #28557 from y-yagi/remove_unnecessary_files_to_api_applica...Rafael França2017-03-271-0/+33
|\ \
| * | Remove unnecessary files to API-only Applications when `app:task` task executedyuuji.yaginuma2017-03-241-0/+33
| |/
* | Merge pull request #28546 from claudiob/drop-j-optionRafael Mendonça França2017-03-271-8/+0
|\ \
| * | Remove -j (--javascript) option from `rails new`claudiob2017-03-231-8/+0
| |/
* | Merge pull request #28541 from ota42y/fix/gemfile_generator_fixEileen M. Uchitelle2017-03-273-2/+6
|\ \
| * | ignore system test gems on Gemfile when execute with --skip-test optionota42y2017-03-273-2/+6
| |/
* / add field ids when generating a scaffold form.Yves Senn2017-03-262-3/+7
|/
* Merge pull request #28534 from claudiob/list-webpackersRafael França2017-03-221-1/+2
|\
| * List options for `rails new --webpack=WEBPACK`claudiob2017-03-221-1/+2
* | Merge pull request #28524 from claudiob/comment-api-keyRafael França2017-03-221-2/+2
|\ \ | |/ |/|
| * Don't add a dummy API key to every new Rails appclaudiob2017-03-221-2/+2
* | Don't comment out config.file_watcher during Rails upgradeyuuji.yaginuma2017-03-221-2/+0
|/
* Start Rails 5.2 developmentMatthew Draper2017-03-221-0/+1
* Default to yielding a `form` variable.Kasper Timm Hansen2017-03-201-8/+8
* Merge pull request #28406 from chukitow/feature/user-form-with-instead-of-for...Kasper Timm Hansen2017-03-201-1/+1
|\
| * disable remote submitsIvan Velasquez2017-03-141-1/+1
| * user form with instead of form for in scaffold generatorIvan Velasquez2017-03-131-1/+1
* | Add `app:update` task to enginesyuuji.yaginuma2017-03-201-1/+1
* | Track the version-compatible config settings inside railtiesMatthew Draper2017-03-184-37/+24
* | Bump Capybara and include Minitest::Assertionseileencodes2017-03-171-1/+1
|/
* Merge pull request #28257 from yahonda/app_generators_use_oracle_enhancedAndrew White2017-03-062-5/+6
|\