| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | Merge pull request #23442 from prathamesh-sonpatki/improve-pg-version-old-err... | Rafael França | 2016-02-03 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Mention supported PG version in the error message. | Prathamesh Sonpatki | 2016-02-03 | 1 | -1/+1 |
* | | | | | | Typos in AR tests | Akira Matsuda | 2016-02-03 | 6 | -10/+10 |
* | | | | | | Merge pull request #20997 from himesh-r/issue-20995 | Arthur Neves | 2016-02-02 | 2 | -2/+5 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Changed id-writer to save join table records based on association primary key... | Himesh | 2016-02-02 | 2 | -2/+5 |
* | | | | | | The minimum supported version of PostgreSQL is now >= 9.1 | Remo Mueller | 2016-02-02 | 2 | -3/+8 |
* | | | | | | Ensure tz aware attributes continue to work with arrays | Sean Griffin | 2016-02-02 | 1 | -1/+1 |
* | | | | | | Avoid infinite recursion when bad values are passed to tz aware fields | Sean Griffin | 2016-02-02 | 2 | -2/+19 |
* | | | | | | Remove unnecessary overriding of `#initialize` | yui-knk | 2016-02-02 | 1 | -12/+0 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge pull request #23331 from amatsuda/valid_scope_name | Rafael França | 2016-02-02 | 2 | -0/+29 |
|\ \ \ \ \ |
|
| * | | | | | Suppress :warning:s | Akira Matsuda | 2016-01-28 | 1 | -1/+1 |
| * | | | | | scope needs the second argument | Akira Matsuda | 2016-01-28 | 1 | -1/+1 |
| * | | | | | Revert "Remove valid_scope_name? check - use ruby" | Akira Matsuda | 2016-01-28 | 2 | -0/+29 |
* | | | | | | Add some Action Cable CHANGELOG entries | Rafael Mendonça França | 2016-02-01 | 1 | -3/+0 |
* | | | | | | Preparing for Rails 5.0.0.beta2 | Sean Griffin | 2016-02-01 | 2 | -1/+6 |
* | | | | | | Merge pull request #23407 from jeremy/corrupt-before-commit | Jeremy Daer | 2016-02-01 | 2 | -2/+33 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix corrupt transaction state caused by `before_commit` exceptions | Jeremy Daer | 2016-02-01 | 2 | -2/+33 |
* | | | | | | | Revert "Merge pull request #16400 from bogdan/last-with-sql" | Sean Griffin | 2016-02-01 | 3 | -60/+31 |
|/ / / / / / |
|
* | | | | | | Rename `active_record_internal_metadatas` to `ar_internal_metadata` | Yasuo Honda | 2016-02-01 | 2 | -0/+28 |
* | | | | | | Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadata | Yasuo Honda | 2016-02-01 | 3 | -11/+11 |
* | | | | | | tabenai (typo) | Akira Matsuda | 2016-02-01 | 1 | -6/+6 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge pull request #23391 from erullmann/join_table_indexes | Rafael França | 2016-02-01 | 1 | -0/+4 |
|\ \ \ \ \ |
|
| * | | | | | Added references option to join tables | Ernst Rullmann | 2016-01-31 | 1 | -0/+4 |
* | | | | | | Avoid extra `show variables` in migration | Ryuta Kamizono | 2016-02-01 | 5 | -21/+15 |
|/ / / / / |
|
* | | | | | Merge pull request #23359 from kamipo/make_to_primary_key | Rafael França | 2016-02-01 | 4 | -40/+5 |
|\ \ \ \ \ |
|
| * | | | | | Make to primary key instead of an unique index for internal tables | Ryuta Kamizono | 2016-01-31 | 4 | -40/+5 |
* | | | | | | Merge pull request #23373 from kamipo/remove_duplicated_composite_primary_key... | Rafael França | 2016-02-01 | 3 | -17/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Remove duplicated composite primary key tests | Ryuta Kamizono | 2016-02-01 | 3 | -17/+1 |
* | | | | | | | Extract `ExplainPrettyPrinter` to appropriate files | Ryuta Kamizono | 2016-02-01 | 7 | -119/+137 |
|/ / / / / / |
|
* | | | | | | Merge pull request #23372 from kamipo/use_index_in_create_in_test_schema | Rafael França | 2016-02-01 | 2 | -11/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | Use `t.index` in `create_table` instead of `add_index` in test schema | Ryuta Kamizono | 2016-01-31 | 2 | -11/+9 |
* | | | | | | | Merge pull request #23374 from prathamesh-sonpatki/migration-compatiblity-tests | Rafael França | 2016-01-31 | 1 | -0/+30 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Added test for backward compatibility of null constraints on timestamp columns | Prathamesh Sonpatki | 2016-01-31 | 1 | -0/+30 |
| |/ / / / / / |
|
* | | | | | | | :speak_no_evil: :warning: | Akira Matsuda | 2016-02-01 | 2 | -2/+6 |
* | | | | | | | Merge pull request #23360 from kamipo/oid_money_precision_is_unused | Rafael França | 2016-01-31 | 2 | -8/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | `OID::Money.precision` is unused since #15239 | Ryuta Kamizono | 2016-01-31 | 2 | -8/+0 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Remove `case macro` from `calculate_constructable` | yui-knk | 2016-02-01 | 1 | -8/+13 |
* | | | | | | | Merge pull request #23387 from mcfiredrill/clarify-touching-callbacks | Kasper Timm Hansen | 2016-01-31 | 1 | -0/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | clarify the touch true option does not trigger after_save/update [ci skip] | Tony Miller | 2016-02-01 | 1 | -0/+2 |
* | | | | | | | | Merge pull request #23169 from y-yagi/rake_proxy_in_engine | Kasper Timm Hansen | 2016-01-31 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | make rake proxy work in rails engines | yuuji.yaginuma | 2016-01-31 | 1 | -1/+1 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #23379 from yui-knk/define_association_class_on_each_concr... | Kasper Timm Hansen | 2016-01-31 | 1 | -22/+25 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Each concrete classes have responsibility to return `association_class` | yui-knk | 2016-01-31 | 1 | -22/+25 |
| |/ / / / / / / |
|
* / / / / / / / | Wrangle the asset build into something that sounds more general | Matthew Draper | 2016-02-01 | 1 | -0/+3 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #23362 from vipulnsward/20821-save-doc-update | Jon Moss | 2016-01-30 | 1 | -3/+3 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | - Updated persistence documentation to make it clear that save and save! won'... | Vipul A M | 2016-01-31 | 1 | -3/+3 |
* | | | | | | | Revert "Merge pull request #23346 from kamipo/refactor_oid_money_precision" | Rafael Mendonça França | 2016-01-30 | 2 | -5/+9 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Merge pull request #23345 from yui-knk/warning_when_composite_primary_key_is_... | Rafael França | 2016-01-30 | 2 | -0/+13 |
|\ \ \ \ \ \ |
|
| * | | | | | | Warn if `AR.primary_key` is called for a table who has composite primary key | yui-knk | 2016-01-30 | 2 | -0/+13 |
* | | | | | | | Merge pull request #23349 from kamipo/refactor_column_exists | Rafael França | 2016-01-30 | 1 | -7/+8 |
|\ \ \ \ \ \ \ |
|