| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Set Ruby version in Gemfile and .ruby-version by default | Alberto Almagro | 2017-07-31 | 3 | -0/+7 |
|/ |
|
* | Merge pull request #29926 from pawandubey:fix-test-with-absolute-paths | Kasper Timm Hansen | 2017-07-25 | 1 | -1/+4 |
|\ |
|
| * | Allow bin/rails test task to take absolute paths as arguments | Pawan Dubey | 2017-07-25 | 1 | -3/+3 |
|/ |
|
* | Stop creating ApplicationRecord on model generation | Lisa Ugray | 2017-07-24 | 1 | -0/+9 |
* | Merge pull request #29902 from y-yagi/fix_29880 | Rafael França | 2017-07-24 | 1 | -2/+6 |
|\ |
|
| * | Do not show URL in boot info when using Puma | yuuji.yaginuma | 2017-07-24 | 1 | -2/+6 |
* | | Merge pull request #29853 from lugray/move_generator_namespacing_to_base | Rafael França | 2017-07-24 | 2 | -36/+37 |
|\ \ |
|
| * | | Move generator namespacing to Base | Lisa Ugray | 2017-07-19 | 2 | -36/+37 |
* | | | Revert "Include rack-mini-profiler by default" | Rafael França | 2017-07-24 | 1 | -2/+0 |
* | | | Include rack-mini-profiler by default | schneems | 2017-07-24 | 1 | -0/+2 |
| |/
|/| |
|
* | | Make `rails yarn:install` ignore dev dependencies | printercu | 2017-07-19 | 1 | -1/+1 |
|/ |
|
* | support `-` as an argument to `rails runner` | Cody Cutrer | 2017-07-17 | 2 | -2/+7 |
* | Add bootsnap to default Gemfile: | Burke Libbey | 2017-07-17 | 2 | -0/+4 |
* | Set `RAILS_ENV` before load application file | yuuji.yaginuma | 2017-07-17 | 1 | -1/+4 |
* | Merge pull request #29782 from y-yagi/follow_up_29699 | Kasper Timm Hansen | 2017-07-16 | 1 | -1/+1 |
|\ |
|
| * | Set `represent_boolean_as_integer` via `configuration` | yuuji.yaginuma | 2017-07-16 | 1 | -1/+1 |
* | | Merge pull request #29358 from robin850/dbconsole-connection | Kasper Timm Hansen | 2017-07-16 | 3 | -8/+25 |
|\ \ |
|
| * | | Properly expand the environment's name | Robin Dupret | 2017-07-16 | 3 | -7/+6 |
| * | | Deprecate environment as an argument for dbconsole and console | Robin Dupret | 2017-07-16 | 1 | -0/+6 |
| * | | Allow to pass a connection to the `dbconsole` command | Robin Dupret | 2017-07-16 | 1 | -2/+14 |
| |/ |
|
* / | Fix root not being defined on Travis. | Kasper Timm Hansen | 2017-07-16 | 1 | -1/+6 |
|/ |
|
* | Merge pull request #29645 from y-yagi/check_component_when_run_app_update | Kasper Timm Hansen | 2017-07-16 | 3 | -23/+37 |
|\ |
|
| * | Do not generate unused components contents in `app:update` task | yuuji.yaginuma | 2017-07-16 | 3 | -23/+37 |
* | | Remove blank lines in setup | Yoshiyuki Hirano | 2017-07-16 | 1 | -2/+3 |
|/ |
|
* | Allow to edit secrets in mutiple apps at the same time | yuuji.yaginuma | 2017-07-13 | 1 | -1/+2 |
* | Change sqlite3 boolean serialization to use 1 and 0 | Lisa Ugray | 2017-07-11 | 2 | -0/+8 |
* | Fix typo in method name | yuuji.yaginuma | 2017-07-11 | 1 | -1/+1 |
* | Merge pull request #29742 from lugray/default_protect_from_forgery | Rafael França | 2017-07-10 | 3 | -3/+8 |
|\ |
|
| * | Protect from forgery by default | Lisa Ugray | 2017-07-10 | 3 | -3/+8 |
* | | * Don't eagerly require Rails' minitest plugin. | Kasper Timm Hansen | 2017-07-10 | 8 | -262/+179 |
|/ |
|
* | Merge pull request #29721 from y-yagi/fix_29696 | Kasper Timm Hansen | 2017-07-09 | 1 | -2/+2 |
|\ |
|
| * | Treat secrets as binary | yuuji.yaginuma | 2017-07-09 | 1 | -2/+2 |
* | | Load environment file in `dbconsole` command | yuuji.yaginuma | 2017-07-09 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #29695 from y-yagi/secrets_show | Matthew Draper | 2017-07-09 | 1 | -0/+4 |
|\ |
|
| * | Add `rails secrets:show` command | yuuji.yaginuma | 2017-07-07 | 1 | -0/+4 |
* | | Do not update `secrets.yml.enc` when secretes do not change | yuuji.yaginuma | 2017-07-07 | 1 | -1/+3 |
|/ |
|
* | Merge branch 'master' into require_relative_2017 | Xavier Noria | 2017-07-02 | 1 | -2/+9 |
|\ |
|
| * | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 131 | -131/+0 |
| * | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 131 | -0/+131 |
| |\ |
|
| | * | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 131 | -0/+131 |
| * | | Merge pull request #29534 from y-yagi/clear_screenshots_in_tmp_clear_task | Eileen M. Uchitelle | 2017-07-01 | 1 | -2/+9 |
| |\ \ |
|
| | * | | Clear screenshots files in `tmp:clear` task | yuuji.yaginuma | 2017-06-27 | 1 | -2/+9 |
* | | | | [Railties] require => require_relative | Akira Matsuda | 2017-07-01 | 70 | -103/+103 |
|/ / / |
|
* | | | Merge pull request #29418 from dinahshi/scaffold_system_tests | Eileen M. Uchitelle | 2017-06-30 | 5 | -11/+68 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add system tests to generate scaffold | Dinah Shi | 2017-06-30 | 5 | -11/+68 |
* | | | Ignore public/assets | amingilani | 2017-06-27 | 1 | -0/+4 |
| |/
|/| |
|
* | | Merge pull request #29560 from fatkodima/remove_unnecessary_tap_call | Rafael França | 2017-06-26 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove unnecessary `tap` call on `ActionDispatch::MiddlewareStack` instance | fatkodima | 2017-06-24 | 1 | -1/+1 |
* | | | Add `railtie.rb` to the plugin generator | Tsukuru Tanimichi | 2017-06-26 | 3 | -2/+14 |
|/ / |
|
* | | Deprecate an `capify!` method in generators and templates | yuuji.yaginuma | 2017-06-18 | 1 | -0/+1 |