aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* Add bootsnap to default Gemfile:Burke Libbey2017-07-172-0/+4
* Set `represent_boolean_as_integer` via `configuration`yuuji.yaginuma2017-07-161-1/+1
* Merge pull request #29645 from y-yagi/check_component_when_run_app_updateKasper Timm Hansen2017-07-161-1/+1
|\
| * Do not generate unused components contents in `app:update` taskyuuji.yaginuma2017-07-161-1/+1
* | Remove blank lines in setupYoshiyuki Hirano2017-07-161-2/+3
|/
* Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-111-0/+4
* Fix typo in method nameyuuji.yaginuma2017-07-111-1/+1
* Protect from forgery by defaultLisa Ugray2017-07-102-3/+4
* [Railties] require => require_relativeAkira Matsuda2017-07-0132-43/+43
* Merge pull request #29418 from dinahshi/scaffold_system_testsEileen M. Uchitelle2017-06-305-11/+68
|\
| * Add system tests to generate scaffoldDinah Shi2017-06-305-11/+68
* | Ignore public/assetsamingilani2017-06-271-0/+4
* | Add `railtie.rb` to the plugin generatorTsukuru Tanimichi2017-06-263-2/+14
* | Deprecate an `capify!` method in generators and templatesyuuji.yaginuma2017-06-181-0/+1
* | Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-142-2/+2
* | Merge pull request #29425 from gsamokovarov/drop-the-irb-termGuillermo Iguaran2017-06-121-1/+1
|\ \
| * | Drop IRB out of the web-console Gemfile commentGenadi Samokovarov2017-06-121-1/+1
| |/
* | Merge pull request #29263 from assain/default_message_encryptor_to_gcmKasper Timm Hansen2017-06-111-0/+4
|\ \ | |/ |/|
| * set message_encryptor default cipher to aes-256-gcmAssain2017-06-121-0/+4
* | Ensure MSSQL password uses real ENV var.Ken Collins2017-06-051-2/+2
|/
* Merge pull request #29079 from orhantoy/feature/fix-scaffold_controller-gener...Eileen M. Uchitelle2017-06-021-1/+1
|\
| * [ci skip] Fix `scaffold_controller` generator usageOrhan Toy2017-05-291-1/+1
* | Remove the pathname dependency from bin/update and bin/setupBen Woosley2017-05-312-4/+2
* | Merge pull request #29088 from greysteil/better-spacing-in-production-environ...Matthew Draper2017-05-311-3/+4
|\ \
| * | Better spacing in environments/production.rb fileGrey Baker2017-05-151-3/+4
* | | Replace therubyracer with mini_racerSam2017-05-301-1/+1
* | | Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-4/+4
| |/ |/|
* | Doh. We are doing this on secrets:setup. Revert "Ignore the encrypted secrets...David Heinemeier Hansson2017-05-291-3/+0
* | Merge pull request #29266 from ojiry/add-elm-option-to-generator-descEileen M. Uchitelle2017-05-291-1/+1
|\ \
| * | Add elm option of webpack to generator descriptionRyoji Yoshioka2017-05-291-1/+1
* | | Ignore the encrypted secrets key file that is created by rails secrets:setupDavid Heinemeier Hansson2017-05-291-0/+3
|/ /
* | 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