| Commit message (Expand) | Author | Age | Files | Lines |
* | Move test related to `tmp:clear` task to `tmp_test.rb` | yuuji.yaginuma | 2017-07-02 | 2 | -7/+7 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 117 | -117/+0 |
* | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 117 | -0/+117 |
|\ |
|
| * | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 116 | -0/+116 |
* | | Merge pull request #29534 from y-yagi/clear_screenshots_in_tmp_clear_task | Eileen M. Uchitelle | 2017-07-01 | 1 | -0/+36 |
|\ \ |
|
| * | | Clear screenshots files in `tmp:clear` task | yuuji.yaginuma | 2017-06-27 | 1 | -0/+36 |
| |/ |
|
* | | Merge pull request #29418 from dinahshi/scaffold_system_tests | Eileen M. Uchitelle | 2017-06-30 | 2 | -2/+36 |
|\ \
| |/
|/| |
|
| * | Add system tests to generate scaffold | Dinah Shi | 2017-06-30 | 2 | -2/+36 |
* | | Add `railtie.rb` to the plugin generator | Tsukuru Tanimichi | 2017-06-26 | 1 | -0/+2 |
* | | Deprecate an `capify!` method in generators and templates | yuuji.yaginuma | 2017-06-18 | 1 | -2/+5 |
* | | Use `require_relative` instead of `require` with full path | bogdanvlviv | 2017-06-14 | 2 | -4/+4 |
|/ |
|
* | Make i18n test match the description of the test | Guillermo Iguaran | 2017-06-09 | 1 | -1/+1 |
* | Replace therubyracer with mini_racer | Sam | 2017-05-30 | 1 | -1/+1 |
* | Do not use UTF8 in test SecretsCommandTest#test_edit_secrets | Pavel Valena | 2017-05-30 | 1 | -1/+1 |
* | Merge pull request #29146 from y-yagi/fix_29138 | Kasper Timm Hansen | 2017-05-28 | 1 | -0/+6 |
|\ |
|
| * | Correctly set user_supplied_options when there is no whitespace in option spe... | yuuji.yaginuma | 2017-05-24 | 1 | -0/+6 |
* | | Merge pull request #28132 from mikeycgto/aead-encrypted-cookies | Kasper Timm Hansen | 2017-05-28 | 1 | -9/+84 |
|\ \ |
|
| * | | AEAD encrypted cookies and sessions | Michael Coyne | 2017-05-22 | 1 | -9/+84 |
| |/ |
|
* | | Make reset execution assertions easier to read. | Kasper Timm Hansen | 2017-05-28 | 1 | -15/+11 |
* | | Includes namespace in system test skelton when namespace is specified | yuuji.yaginuma | 2017-05-28 | 1 | -0/+5 |
* | | Use models to match the docs. | Kasper Timm Hansen | 2017-05-27 | 1 | -1/+1 |
* | | ActiveSupport::CurrentAttributes provides a thread-isolated attributes single... | David Heinemeier Hansson | 2017-05-26 | 1 | -0/+88 |
* | | Merge pull request #29176 from bogdanvlviv/define-path-with__dir__ | Matthew Draper | 2017-05-26 | 10 | -16/+16 |
|\ \ |
|
| * | | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 10 | -16/+16 |
| |/ |
|
* | | Remove redundant test method | Andy Atkinson | 2017-05-25 | 1 | -7/+1 |
* | | Reorder first secrets edit flow. | Kasper Timm Hansen | 2017-05-25 | 1 | -5/+2 |
|/ |
|
* | Use recyclable cache keys (#29092) | David Heinemeier Hansson | 2017-05-18 | 3 | -4/+7 |
* | Allow irb options to be passed from `rails console` command | yuuji.yaginuma | 2017-05-08 | 1 | -4/+12 |
* | Should escape meta characters in regexp | Ryuta Kamizono | 2017-05-07 | 11 | -75/+75 |
* | CLI arg `--port` has precedence over env `PORT`. | koshigoe | 2017-05-01 | 1 | -0/+12 |
* | Also raise error when VERSION is nil | Rafael Mendonça França | 2017-04-27 | 1 | -0/+6 |
* | Merge pull request #28896 from pschambacher/load_with_shared | Rafael França | 2017-04-26 | 1 | -0/+34 |
|\ |
|
| * | Added a shared section to config/database.yml that will be loaded for all env... | Pierre Schambacher | 2017-04-26 | 1 | -0/+34 |
* | | Merge pull request #28897 from rafaelfranca/fix-name-error-error-page | Aaron Patterson | 2017-04-26 | 1 | -0/+14 |
|\ \ |
|
| * | | Do not try to encoding the parameters when the controller is not defined | Rafael Mendonça França | 2017-04-26 | 1 | -0/+14 |
| |/ |
|
* | | Merge pull request #28244 from ixti/improve/action-mailer-preview-params | Rafael França | 2017-04-26 | 1 | -0/+51 |
|\ \
| |/
|/| |
|
| * | Pass request params to ActionMailer::Preview | Alexey Zapparov | 2017-03-01 | 1 | -0/+51 |
* | | Replace \Z to \z | Ryuta Kamizono | 2017-04-24 | 1 | -3/+3 |
* | | Set to `form_with_generates_remote_forms` only when config is explicitly spec... | yuuji.yaginuma | 2017-04-22 | 1 | -0/+28 |
* | | Configure form_with_generates_remote_forms in its own initializer | Rafael Mendonça França | 2017-04-21 | 1 | -0/+32 |
* | | Merge pull request #28708 from y-yagi/dont_generate_system_test_files | Rafael França | 2017-04-19 | 1 | -0/+11 |
|\ \ |
|
| * | | Don't generate system test files if `skip_system_test` option is specified | yuuji.yaginuma | 2017-04-12 | 1 | -0/+11 |
* | | | Add additional raise UnknownMigrationVersionError | bogdanvlviv | 2017-04-19 | 1 | -1/+31 |
* | | | Fix `bin/rails db:forward` first migration | bogdanvlviv | 2017-04-19 | 1 | -0/+25 |
* | | | Merge pull request #28685 from rails/smooth-form-with-upgrading | Kasper Timm Hansen | 2017-04-17 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | Add `form_with_generates_remote_forms` config. | Kasper Timm Hansen | 2017-04-16 | 1 | -1/+0 |
| |/ / |
|
* | | | Let run_secrets_generator handle chdir. | Kasper Timm Hansen | 2017-04-16 | 1 | -3/+1 |
* | | | Use the config value directly when call `secrets` | yuuji.yaginuma | 2017-04-16 | 1 | -8/+26 |
|/ / |
|
* | | Remove duplicated "test" prefix | Ryuta Kamizono | 2017-04-07 | 2 | -4/+4 |
* | | Merge pull request #28057 from eugeneius/clear_active_connections | Matthew Draper | 2017-04-04 | 1 | -0/+8 |
|\ \ |
|