Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Ruby 2.4 Array#sum: fix non-numeric #sum feature detection | Jeremy Daer | 2016-04-19 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #24552 from yui-knk/raise_argument_error | Jeremy Daer | 2016-04-19 | 2 | -0/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Raise `ArgumentError` when an invalid form is passed to `Date#to_time` | yui-knk | 2016-04-17 | 2 | -0/+5 | |
* | | | | | | | | | Merge pull request #23497 from kamipo/extract_schema_qualified_name | Jeremy Daer | 2016-04-19 | 1 | -8/+15 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Extract `extract_schema_qualified_name` method | Ryuta Kamizono | 2016-02-05 | 1 | -8/+15 | |
* | | | | | | | | | | Merge pull request #23515 from kamipo/extract_arel_visitor | Jeremy Daer | 2016-04-19 | 4 | -28/+12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Extract `arel_visitor` and move up to the abstract adapter | Ryuta Kamizono | 2016-04-04 | 4 | -28/+12 | |
* | | | | | | | | | | | Travis: cache unicode data downloads and beanstalkd build | Jeremy Daer | 2016-04-19 | 4 | -17/+29 | |
| |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Cable: Extract stream handler construction | Jeremy Daer | 2016-04-18 | 6 | -25/+75 | |
* | | | | | | | | | | Ruby 2.4: compat with new Array#sum | Jeremy Daer | 2016-04-18 | 3 | -3/+58 | |
* | | | | | | | | | | Merge pull request #23523 from kamipo/avoid_truncation_in_uniqueness_validation | Jeremy Daer | 2016-04-18 | 3 | -13/+49 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Avoid a string value truncation in uniqueness validation | Ryuta Kamizono | 2016-02-12 | 2 | -13/+22 | |
* | | | | | | | | | | | Merge pull request #23522 from kamipo/add_value_too_long_exception_class | Jeremy Daer | 2016-04-18 | 5 | -0/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add `ActiveRecord::ValueTooLong` exception class | Ryuta Kamizono | 2016-02-06 | 4 | -0/+18 | |
* | | | | | | | | | | | | Merge pull request #24614 from kamipo/foreign_key_respects_table_name_prefix_... | Jeremy Daer | 2016-04-18 | 4 | -2/+39 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | `foreign_key` respects `table_name_prefix` and `table_name_suffix` | Ryuta Kamizono | 2016-04-19 | 3 | -2/+35 | |
* | | | | | | | | | | | | | Merge pull request #24615 from vipulnsward/16917-release-notes | Santiago Pastorino | 2016-04-18 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Add #16917 to release notes | Vipul A M | 2016-04-19 | 1 | -0/+3 | |
* | | | | | | | | | | | | | | Merge pull request #24613 from vipulnsward/fix-dbs-test-assertions | Santiago Pastorino | 2016-04-18 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fixed assertions with regex used in dbs tests | Vipul A M | 2016-04-19 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | `ActiveSupport::Duration` supports ISO8601 formatting and parsing. | Arnau Siches, Andrey Novikov | 2016-04-18 | 5 | -0/+294 | |
| |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #23622 from kamipo/primary_key_should_be_not_null | Jeremy Daer | 2016-04-18 | 6 | -4/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Primary key should be `NOT NULL` | Ryuta Kamizono | 2016-03-12 | 5 | -4/+11 | |
* | | | | | | | | | | | | | Cable: Periodic timers refresh | Jeremy Daer | 2016-04-18 | 4 | -39/+83 | |
* | | | | | | | | | | | | | Fix isolated test failures due to referencing ActiveRecord::Tasks::DatabaseAl... | Jeremy Daer | 2016-04-18 | 3 | -0/+3 | |
* | | | | | | | | | | | | | Merge pull request #24607 from vipulnsward/where-clause-frozen-array | Sean Griffin | 2016-04-18 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Don't create new arrays when trying to compute non_empty_predicates for where... | Vipul A M | 2016-04-18 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | Database comments: switch to keyword args for new table options | Jeremy Daer | 2016-04-18 | 11 | -69/+79 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #24577 from mechanicles/fix-fetch-cache-miss | Jeremy Daer | 2016-04-18 | 3 | -2/+33 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix forced cache miss for fetch. | Santosh Wadghule | 2016-04-18 | 3 | -2/+31 | |
* | | | | | | | | | | | | | | Merge pull request #24600 from tomkadwill/action-cabel-channel-typos | Vipul A M | 2016-04-18 | 4 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Fix typos in ActionCable Channel [ci skip] | Tom Kadwill | 2016-04-18 | 4 | -5/+5 | |
* | | | | | | | | | | | | | | | removes unneeded require in rails/railtie.rb | Xavier Noria | 2016-04-18 | 1 | -2/+1 | |
* | | | | | | | | | | | | | | | Merge pull request #24535 from tomash/association-validate-docs | Vipul A M | 2016-04-18 | 1 | -4/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | [ci skip] Update ActiveRecord associations documentation to avoid confusion w... | Tomasz Stachewicz | 2016-04-18 | 1 | -4/+8 | |
* | | | | | | | | | | | | | | | | Merge pull request #24587 from mechanicles/doc-consistency | Xavier Noria | 2016-04-18 | 1 | -19/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Document consistency [ci skip] | Santosh Wadghule | 2016-04-17 | 1 | -19/+19 | |
* | | | | | | | | | | | | | | | | Merge pull request #24581 from vipulnsward/add-reference-named-unique-index-test | Yves Senn | 2016-04-18 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Add test to verify named unique index, when creating reference via add_reference | Vipul A M | 2016-04-16 | 1 | -0/+5 | |
| | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #22806 from Envek/solid_durations | Jeremy Daer | 2016-04-17 | 4 | -11/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Change 1.week to create 1 week durations instead of 7 days durations. | Andrey Novikov | 2016-04-18 | 4 | -11/+36 | |
* | | | | | | | | | | | | | | | | | Merge pull request #24603 from prathamesh-sonpatki/fix-wording-about-adapters... | Jeremy Daer | 2016-04-17 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Fix wording related to adapters supporting database comments [ci skip] | Prathamesh Sonpatki | 2016-04-18 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | Merge pull request #24602 from prathamesh-sonpatki/add-note-about-db-comments... | Jeremy Daer | 2016-04-17 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Add note about ability to add database comments to release notes [ci skip] | Prathamesh Sonpatki | 2016-04-18 | 1 | -0/+3 | |
| |/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Merge pull request #24601 from prathamesh-sonpatki/fix-ar-changelog | Jeremy Daer | 2016-04-17 | 1 | -23/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Move CHANGELOG entry about database notices at the top [ci skip] | Prathamesh Sonpatki | 2016-04-18 | 1 | -23/+20 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #24595 from maclover7/jm-cleanup-2 | Rafael França | 2016-04-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Specify that behavior will be deprecated in Rails 5.1 | Jon Moss | 2016-04-17 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #24551 from bogdanvlviv/notice_for_tasks | Jeremy Daer | 2016-04-17 | 8 | -14/+130 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |