| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate an `capify!` method in generators and templates | yuuji.yaginuma | 2017-06-18 | 1 | -0/+1 |
* | Use `require_relative` instead of `require` with full path | bogdanvlviv | 2017-06-14 | 2 | -2/+2 |
* | Merge pull request #29425 from gsamokovarov/drop-the-irb-term | Guillermo Iguaran | 2017-06-12 | 1 | -1/+1 |
|\ |
|
| * | Drop IRB out of the web-console Gemfile comment | Genadi Samokovarov | 2017-06-12 | 1 | -1/+1 |
* | | Merge pull request #29263 from assain/default_message_encryptor_to_gcm | Kasper Timm Hansen | 2017-06-11 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | set message_encryptor default cipher to aes-256-gcm | Assain | 2017-06-12 | 1 | -0/+4 |
* | | Ensure MSSQL password uses real ENV var. | Ken Collins | 2017-06-05 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #29079 from orhantoy/feature/fix-scaffold_controller-gener... | Eileen M. Uchitelle | 2017-06-02 | 1 | -1/+1 |
|\ |
|
| * | [ci skip] Fix `scaffold_controller` generator usage | Orhan Toy | 2017-05-29 | 1 | -1/+1 |
* | | Remove the pathname dependency from bin/update and bin/setup | Ben Woosley | 2017-05-31 | 2 | -4/+2 |
* | | Merge pull request #29088 from greysteil/better-spacing-in-production-environ... | Matthew Draper | 2017-05-31 | 1 | -3/+4 |
|\ \ |
|
| * | | Better spacing in environments/production.rb file | Grey Baker | 2017-05-15 | 1 | -3/+4 |
* | | | Replace therubyracer with mini_racer | Sam | 2017-05-30 | 1 | -1/+1 |
* | | | Add option for class_attribute default (#29270) | David Heinemeier Hansson | 2017-05-29 | 1 | -4/+4 |
| |/
|/| |
|
* | | Doh. We are doing this on secrets:setup. Revert "Ignore the encrypted secrets... | David Heinemeier Hansson | 2017-05-29 | 1 | -3/+0 |
* | | Merge pull request #29266 from ojiry/add-elm-option-to-generator-desc | Eileen M. Uchitelle | 2017-05-29 | 1 | -1/+1 |
|\ \ |
|
| * | | Add elm option of webpack to generator description | Ryoji Yoshioka | 2017-05-29 | 1 | -1/+1 |
* | | | Ignore the encrypted secrets key file that is created by rails secrets:setup | David Heinemeier Hansson | 2017-05-29 | 1 | -0/+3 |
|/ / |
|
* | | Merge pull request #28132 from mikeycgto/aead-encrypted-cookies | Kasper Timm Hansen | 2017-05-28 | 1 | -0/+4 |
|\ \ |
|
| * | | AEAD encrypted cookies and sessions | Michael Coyne | 2017-05-22 | 1 | -0/+4 |
* | | | Includes namespace in system test skelton when namespace is specified | yuuji.yaginuma | 2017-05-28 | 1 | -1/+1 |
* | | | Do not show --webpack option in the plugin help message | ash | 2017-05-26 | 2 | -4/+5 |
* | | | Merge pull request #29176 from bogdanvlviv/define-path-with__dir__ | Matthew Draper | 2017-05-26 | 16 | -24/+24 |
|\ \ \ |
|
| * | | | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 16 | -24/+24 |
| |/ / |
|
* | | | Merge pull request #29195 from kaspth/rails-secrets-better-edit-exception | Kasper Timm Hansen | 2017-05-25 | 2 | -16/+17 |
|\ \ \ |
|
| * | | | Reorder first secrets edit flow. | Kasper Timm Hansen | 2017-05-25 | 2 | -16/+17 |
| |/ / |
|
* | | | We dont actually use the ultra short-hand, so no need to complicate things wi... | David Heinemeier Hansson | 2017-05-24 | 1 | -1/+1 |
* | | | Slim down the source definition | David Heinemeier Hansson | 2017-05-24 | 1 | -5/+1 |
|/ / |
|
* | | Unused variable | David Heinemeier Hansson | 2017-05-20 | 1 | -1/+0 |
* | | Use recyclable cache keys (#29092) | David Heinemeier Hansson | 2017-05-18 | 3 | -24/+13 |
|/ |
|
* | Allow capybara minor releases | Justin Coyne | 2017-05-05 | 1 | -1/+1 |
* | Move `package.json` creation to `create_root_files` | yuuji.yaginuma | 2017-05-04 | 1 | -4/+5 |
* | Remove unnecessary `package.json` deletion | yuuji.yaginuma | 2017-05-01 | 1 | -4/+0 |
* | Ensure bin/yarn matches the one generated by webpacker | yuuji.yaginuma | 2017-04-23 | 1 | -2/+3 |
* | Namespace CSS selectors on error pages | Jan Krutisch | 2017-04-20 | 3 | -18/+18 |
* | Merge pull request #28708 from y-yagi/dont_generate_system_test_files | Rafael França | 2017-04-19 | 1 | -0/+4 |
|\ |
|
| * | Don't generate system test files if `skip_system_test` option is specified | yuuji.yaginuma | 2017-04-12 | 1 | -0/+4 |
* | | Use released sass-rails instead of master version | Rafael Mendonça França | 2017-04-19 | 1 | -1/+1 |
* | | Add `form_with_generates_remote_forms` config. | Kasper Timm Hansen | 2017-04-16 | 2 | -3/+4 |
* | | Fix rubocop violations | yuuji.yaginuma | 2017-04-12 | 1 | -1/+1 |
|/ |
|
* | Spaces | Rafael Mendonça França | 2017-04-07 | 1 | -0/+1 |
* | More :scissors: | Rafael Mendonça França | 2017-04-07 | 1 | -1/+1 |
* | :scissors: | Rafael França | 2017-04-07 | 1 | -1/+1 |
* | Remove unnecessary `javascript` option check | yuuji.yaginuma | 2017-03-29 | 1 | -4/+1 |
* | Merge pull request #28549 from jess/patch-1 | Rafael França | 2017-03-28 | 1 | -0/+1 |
|\ |
|
| * | add proper punctuation | Jess Brown | 2017-03-23 | 1 | -1/+1 |
| * | make it clear how to enable caching | Jess Brown | 2017-03-23 | 1 | -0/+1 |
* | | Merge pull request #28557 from y-yagi/remove_unnecessary_files_to_api_applica... | Rafael França | 2017-03-27 | 1 | -0/+33 |
|\ \ |
|
| * | | Remove unnecessary files to API-only Applications when `app:task` task executed | yuuji.yaginuma | 2017-03-24 | 1 | -0/+33 |
| |/ |
|
* | | Merge pull request #28546 from claudiob/drop-j-option | Rafael Mendonça França | 2017-03-27 | 1 | -8/+0 |
|\ \ |
|