Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Update Rails 5 release notes with syntax fixes. | William Johnston | 2016-07-02 | 1 | -3/+4 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #25657 from htanata/fix_typo | Vipul A M | 2016-07-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix typo: accidently -> accidentally. | Hendy Tanata | 2016-07-02 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #25293 from y-yagi/remove_needless_comments | Matthew Draper | 2016-07-03 | 3 | -5/+0 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | remove needless comments | yuuji.yaginuma | 2016-06-06 | 3 | -5/+0 | |
* | | | | | | | | Merge pull request #25647 from aditya-kapoor/correct-guide-command | Vipul A M | 2016-07-02 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Correct guide generation command [ci skip] | Aditya Kapoor | 2016-07-02 | 1 | -3/+3 | |
* | | | | | | | | | Merge pull request #25638 from kamipo/remove_unused_predicate_builder | Sean Griffin | 2016-07-02 | 3 | -19/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove unused `predicate_builder` for `BasicObjectHandler` and `RangeHandler` | Ryuta Kamizono | 2016-07-02 | 3 | -19/+3 | |
* | | | | | | | | | | Merge pull request #25644 from Edouard-chin/forgotten-doc-removal | Vipul A M | 2016-07-02 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | `partial` option on the digest method is no more needed [ci skip]: | Edouard CHIN | 2016-07-02 | 1 | -1/+0 | |
* | | | | | | | | | | | Merge pull request #25646 from y-yagi/refer_to_rails_command_instead_of_rake | Vipul A M | 2016-07-02 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | refer to rails command instead of rake in doc of `SourceAnnotationExtractor` ... | yuuji.yaginuma | 2016-07-02 | 1 | -3/+3 | |
* | | | | | | | | | | | Merge pull request #25222 from vipulnsward/25219-fix-logs | Matthew Draper | 2016-07-02 | 3 | -9/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | - Added test for verifying that we treat line number indications from irb as ... | Vipul A M | 2016-07-01 | 1 | -8/+16 | |
| * | | | | | | | | | | Fixes #25219 | Vipul A M | 2016-07-01 | 2 | -1/+13 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Try the newest bundler | Rafael Mendonça França | 2016-07-02 | 1 | -4/+0 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #25639 from y-yagi/followup_to_25431 | Rafael França | 2016-07-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fix task name to remove | yuuji.yaginuma | 2016-07-02 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #25507 from bquorning/optimize-for-first-result-and-remove... | Rafael França | 2016-07-02 | 3 | -14/+17 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Optimize ActiveRecord::Result#last | Benjamin Quorning | 2016-06-24 | 2 | -1/+7 | |
| * | | | | | | | | | Remove MySQL::DatabaseStatements#select_one | Benjamin Quorning | 2016-06-24 | 1 | -13/+0 | |
| * | | | | | | | | | Add ActiveRecord::Result#first | Benjamin Quorning | 2016-06-24 | 2 | -0/+10 | |
* | | | | | | | | | | Merge pull request #24177 from vipulnsward/rename-test | Rafael França | 2016-07-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | - 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 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |