Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Upgrade Mocha from v1.3.0 to v1.5.0 | James Mead | 2018-04-07 | 1 | -1/+1 | |
| * | | | | | | | | Make Mocha setup explcitly Minitest-specific | James Mead | 2018-04-07 | 2 | -2/+2 | |
| * | | | | | | | | Simplify declaration of mocha dependency in Gemfile | James Mead | 2018-04-07 | 1 | -3/+1 | |
* | | | | | | | | | Fix test class name for `Assertions` module | yuuji.yaginuma | 2018-04-08 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #32491 from yhirano55/enable_verbose_in_activestorage | Ryuta Kamizono | 2018-04-08 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Enable verbose option in ActiveStorage | Yoshiyuki Hirano | 2018-04-08 | 1 | -0/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #32489 from yhirano55/update_railties_rdoc_main | Xavier Noria | 2018-04-07 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | rewords a bit RDOC_MAIN.rdoc [ci skip] | Yoshiyuki Hirano | 2018-04-08 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* | / / / / / / | rewords a bit README.md [ci skip] | Xavier Noria | 2018-04-07 | 1 | -4/+4 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #32487 from yhirano55/update_releasing_rails | Ryuta Kamizono | 2018-04-07 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Update URLs in RELEASING_RAILS.md [ci skip] | Yoshiyuki Hirano | 2018-04-07 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #32485 from bogdanvlviv/fix-actionview/CHANGELOG.md | Ryuta Kamizono | 2018-04-07 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix `actionview/CHANGELOG.md` | bogdanvlviv | 2018-04-07 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #32482 from yhirano55/remove_record_tag_helper | Andrew White | 2018-04-07 | 4 | -58/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove RecordTagHelper | Yoshiyuki Hirano | 2018-04-07 | 4 | -58/+4 | |
* | | | | | | | Merge pull request #32350 from rails/use-current-model-for-as-url-host | Andrew White | 2018-04-07 | 6 | -6/+26 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use a current model to provide the host for service urls | Andrew White | 2018-04-06 | 6 | -6/+26 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Partially revert 0bfdd1d | yuuji.yaginuma | 2018-04-07 | 1 | -1/+5 | |
* | | | | | | | Upgrade capybara to 3.0.1 to make sure our tests are passing | Rafael Mendonça França | 2018-04-06 | 1 | -1/+3 | |
|/ / / / / / | ||||||
* | | | | | | Protect all active storage controllers agains CSRF | Rafael Mendonça França | 2018-04-06 | 5 | -5/+11 | |
* | | | | | | Add Brewfile to make easier to install all dependencies we need to run tests | Rafael Mendonça França | 2018-04-06 | 1 | -0/+13 | |
* | | | | | | Merge pull request #32481 from yhirano55/add_securing_rails_app_guide_link_to... | Rafael França | 2018-04-06 | 1 | -0/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ci skip] Add securing rails app guide link to credential section | Yoshiyuki Hirano | 2018-04-07 | 1 | -0/+3 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #32355 from kamipo/delegate_to_klass_in_a_scope | Rafael França | 2018-04-06 | 5 | -1/+30 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Deprecate accessibility of private/protected class methods in named scope | Ryuta Kamizono | 2018-03-30 | 4 | -4/+16 | |
| * | | | | | | Bring back private class methods accessibility in named scope | Ryuta Kamizono | 2018-03-27 | 4 | -2/+19 | |
* | | | | | | | Merge pull request #32472 from Edouard-chin/ec-activesupport-teardown | Rafael França | 2018-04-06 | 2 | -1/+42 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Rename the class as there is already an existing class with that name | Edouard CHIN | 2018-04-06 | 1 | -1/+1 | |
| * | | | | | | | `SetupAndTeardown#teardown` should call any subsequent after_teardown: | Edouard CHIN | 2018-04-06 | 2 | -1/+42 | |
* | | | | | | | | Merge pull request #32479 from kylekeesling/ie11-activestorage-direct-upload-... | Javan Makhmali | 2018-04-06 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fixes a bug in IE11 that broke direct uploads | kylekeesling | 2018-04-06 | 2 | -2/+2 | |
* | | | | | | | | | Merge pull request #32480 from bogdanvlviv/add-changelog-about-dig-session-23864 | Rafael França | 2018-04-06 | 2 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Add changelog entry for #32446 | bogdanvlviv | 2018-04-06 | 2 | -2/+6 | |
* | | | | | | | | | Fix structure:dump for multiple databases | eileencodes | 2018-04-06 | 1 | -2/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #32477 from bogdanvlviv/fix-test-added-in-32444 | Eileen M. Uchitelle | 2018-04-06 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix test added in #32444 | bogdanvlviv | 2018-04-06 | 1 | -2/+4 | |
| |/ / / / / / / | ||||||
* | | / / / / / | Fix broken `ServerTest` with Capybara 3.0.0 | yuuji.yaginuma | 2018-04-06 | 2 | -14/+10 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Remove redundant type check | Andrew White | 2018-04-06 | 1 | -2/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #32462 from yhirano55/add_ujs_desc_to_rakefile_in_actionview | Rafael França | 2018-04-04 | 1 | -2/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use comment instead of desc in actionview's Rakefile | Yoshiyuki Hirano | 2018-04-05 | 1 | -2/+2 | |
| * | | | | | | Add :ujs desc to Rakefile in actionview | Yoshiyuki Hirano | 2018-04-05 | 1 | -0/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #32441 from composerinteralia/refute-not | Rafael França | 2018-04-04 | 20 | -27/+223 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Autocorrect `refute` RuboCop violations | Daniel Colson | 2018-04-03 | 14 | -27/+27 | |
| * | | | | | | Add custom RuboCop for `assert_not` over `refute` | Daniel Colson | 2018-04-03 | 6 | -0/+196 | |
* | | | | | | | Merge pull request #32444 from matrinox/fix-return-response-mutation-rack-logger | Rafael Mendonça França | 2018-04-04 | 2 | -5/+21 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Stop mutating body response | Geoff Lee | 2018-04-03 | 2 | -5/+21 | |
* | | | | | | | | Merge pull request #32446 from sinsoku/add_dig_to_session | Rafael França | 2018-04-04 | 2 | -0/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add #dig to ActionDispatch::Request::Session | claudiob | 2018-04-04 | 2 | -0/+20 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #32447 from utilum/splat | Rafael França | 2018-04-04 | 2 | -3/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | passing splat keyword arguments as a single Hash | utilum | 2018-04-04 | 2 | -3/+4 | |
| |/ / / / / / / |