Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | - Renamed NestedParametersTest to NestedParametersPermitTest, to indicate wha... | Vipul A M | 2016-03-13 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #25631 from yahonda/revert_rename_to_ar_internal_metadata | Rafael França | 2016-07-01 | 2 | -28/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Revert "Rename `active_record_internal_metadatas` to `ar_internal_metadata`" | Yasuo Honda | 2016-07-01 | 2 | -28/+0 | |
* | | | | | | | | | | | | Merge pull request #25633 from kamipo/remove_create_table_info_cache | Rafael França | 2016-07-01 | 1 | -6/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Remove `create_table_info_cache` because it not be reused | Ryuta Kamizono | 2016-07-02 | 1 | -6/+1 | |
| |/ / / / / / / / / / / | ||||||
* | | | | / / / / / / / | Do not run `bundle install` when generating a new plugin. | Rafael Mendonça França | 2016-07-01 | 6 | -103/+112 | |
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #25625 from voxik/fix-rails-test-git-layout | Rafael França | 2016-07-01 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Do not depend on Rails git repository layout in ActiveSupport tests. | Vít Ondruch | 2016-07-01 | 1 | -2/+2 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #25620 from kamipo/create_without_primary_key | Rafael França | 2016-07-01 | 2 | -1/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Pass `pk: false` to `connection.insert` explicitly if do not have a primary key | Ryuta Kamizono | 2016-07-01 | 2 | -1/+9 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Fix conditional order broken in ea40ec56. | Kasper Timm Hansen | 2016-07-02 | 1 | -2/+2 | |
* | | | | | | | | | | Merge pull request #25344 from matthewd/debug-locks | Matthew Draper | 2016-07-02 | 4 | -5/+172 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Provide a middleware to debug misbehaving locks | Matthew Draper | 2016-06-10 | 4 | -5/+172 | |
* | | | | | | | | | | | Merge pull request #24146 from matthewd/latch-as-proxy | Matthew Draper | 2016-07-02 | 1 | -5/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Don't inherit from Concurrent::CountDownLatch | Matthew Draper | 2016-03-11 | 1 | -5/+12 | |
* | | | | | | | | | | | | Merge pull request #25615 from tinco/close_hijacked_socket | Matthew Draper | 2016-07-02 | 2 | -0/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | close hijacked i/o socket after use (fixes #25613) | Tinco Andringa | 2016-07-01 | 2 | -0/+15 | |
* | | | | | | | | | | | | | Ensure logging on exceptions only includes what we expect | Matthew Draper | 2016-07-02 | 1 | -0/+23 | |
* | | | | | | | | | | | | | Silence DebugExceptions template render logs during exceptions | Genadi Samokovarov | 2016-07-02 | 1 | -0/+8 | |
* | | | | | | | | | | | | | Make mutation stand out some more. | Kasper Timm Hansen | 2016-07-01 | 1 | -2/+5 | |
* | | | | | | | | | | | | | Merge pull request #25632 from volmer/fix-integration-test-frozen-literals | Kasper Timm Hansen | 2016-07-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix request encoding in tests when string literals are frozen | Volmer | 2016-07-01 | 1 | -1/+1 | |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #25600 from pan/constantize-docfix | Vipul A M | 2016-07-01 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | fix ActiveSupport::Infector.constantize usage API doc [ci skip] | Pan GaoYong | 2016-06-30 | 1 | -4/+4 | |
* | | | | | | | | | | | | | Add regression test for foreign key schema dump caching | eileencodes | 2016-07-01 | 1 | -0/+13 | |
* | | | | | | | | | | | | | Merge pull request #25307 from kamipo/extract_foreign_key_action_from_informa... | Eileen M. Uchitelle | 2016-07-01 | 5 | -36/+46 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Extract foreign key action from `information_schema` | Ryuta Kamizono | 2016-06-07 | 4 | -34/+44 | |
| * | | | | | | | | | | | | | Make `foreign_keys` queries to `SCHEMA` | Ryuta Kamizono | 2016-06-07 | 2 | -2/+2 | |
* | | | | | | | | | | | | | | Fix release task now that NPM is part of the build | eileencodes | 2016-07-01 | 1 | -18/+22 | |
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #25618 from kamipo/fix_release_notes | Rafael França | 2016-07-01 | 1 | -4/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Deprecation passing of `start` value was removed [ci skip] | Ryuta Kamizono | 2016-07-01 | 1 | -4/+0 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #25582 from alexcameron89/action_controller_base | प्रथमेश Sonpatki | 2016-07-01 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | [ci skip] Add 'params' formatting in ActionController::Base | Alex Kitchens | 2016-06-30 | 1 | -4/+4 | |
* | | | | | | | | | | | | | | Merge pull request #25553 from vipulnsward/25543-docs-follow-up | Vipul A M | 2016-06-30 | 1 | -16/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | - Tone down documentation | Vipul A M | 2016-06-28 | 1 | -16/+7 | |
* | | | | | | | | | | | | | | | Merge pull request #25431 from prathamesh-sonpatki/add-note-about-upgrade-gui... | Rafael França | 2016-06-30 | 2 | -1/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Display link to Rails upgrade guide at the end of `rails app:update` task. | Prathamesh Sonpatki | 2016-06-30 | 2 | -1/+10 | |
* | | | | | | | | | | | | | | | | Use sass-rails in our test suite | Rafael Mendonça França | 2016-06-30 | 3 | -1/+10 | |
* | | | | | | | | | | | | | | | | Merge pull request #25612 from vipulnsward/publish-testing-guide | Rafael França | 2016-06-30 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Mark Testing Guide as pubished and reword the title[ci skip] | Vipul A M | 2016-06-30 | 1 | -2/+1 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #25611 from alexcameron89/upgrading_rails_guide | Vipul A M | 2016-06-30 | 1 | -16/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | [ci skip] Fix Typos and Punctuation in Guides - Upgrading | Alex Kitchens | 2016-06-30 | 1 | -16/+16 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Do not allow rack pre releases | Rafael Mendonça França | 2016-06-30 | 2 | -6/+5 | |
* | | | | | | | | | | | | | | | | Merge pull request #25609 from rosenfeld/patch-8 | Eileen M. Uchitelle | 2016-06-30 | 1 | -0/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Add a Rails 5 release note for ActionController::Live becoming a Concern | Rodrigo Rosenfeld Rosas | 2016-06-30 | 1 | -0/+11 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #25608 from rosenfeld/patch-7 | Eileen M. Uchitelle | 2016-06-30 | 1 | -0/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Add an upgrade note related to ActionController::Live becoming a Concern | Rodrigo Rosenfeld Rosas | 2016-06-30 | 1 | -0/+29 | |
* | | | | | | | | | | | | | | | | | Merge pull request #25607 from sstephenson/turbolinks-5-final | Rafael Mendonça França | 2016-06-30 | 3 | -11/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Update to Turbolinks 5.0.0 final | Sam Stephenson | 2016-06-30 | 3 | -11/+6 | |
* | | | | | | | | | | | | | | | | | Point to released coffee-rails | Rafael Mendonça França | 2016-06-30 | 3 | -11/+6 | |
|/ / / / / / / / / / / / / / / / |