| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | Detect mutations of arrays and array members | Sean Griffin | 2014-06-17 | 1 | -0/+23 |
* | | | | | Ensure `OID::Array#type_cast_for_database` matches PG's quoting behavior | Sean Griffin | 2014-06-17 | 2 | -0/+33 |
* | | | | | Merge pull request #15727 from aditya-kapoor/add-tests-for-migration | Matthew Draper | 2014-06-18 | 1 | -0/+17 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Add test cases for Migration#inverse_of | Aditya Kapoor | 2014-06-17 | 1 | -0/+17 |
| | |/ /
| |/| | |
|
* | | | | Don't assume that Hstore columns have always changed | Sean Griffin | 2014-06-17 | 2 | -1/+3 |
* | | | | Don't mess with `column_defaults` when optimistic locking is enabled | Sean Griffin | 2014-06-17 | 1 | -0/+7 |
| |/ /
|/| | |
|
* | | | add `bin/rake db:purge` task to empty the current database. | Yves Senn | 2014-06-17 | 1 | -0/+28 |
* | | | fix typo in test method names. [ci skip] | Yves Senn | 2014-06-17 | 1 | -4/+4 |
* | | | Promote time zone aware attributes to a first class type decorator | Sean Griffin | 2014-06-16 | 2 | -0/+22 |
* | | | Merge pull request #13963 from lucas-clemente/pending_migrations | Rafael Mendonça França | 2014-06-16 | 1 | -0/+50 |
|\ \ \ |
|
| * | | | skip migration check if adapter doesn't support it | Lucas Clemente | 2014-04-19 | 1 | -0/+50 |
* | | | | Merge pull request #15722 from akshay-vishnoi/spell-correct | Zachary Scott | 2014-06-15 | 3 | -3/+3 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | /mysql/i -> MySQL, Spell correct in continuation to #15555 | Akshay Vishnoi | 2014-06-14 | 3 | -3/+3 |
* | | | | Deprecate `serialized_attributes` without replacement | Sean Griffin | 2014-06-14 | 1 | -2/+4 |
|/ / / |
|
* | | | Parsing DATABASE_URI, use URI#hostname: it's smarter about IPv6 | Matthew Draper | 2014-06-14 | 1 | -0/+12 |
* | | | Merge pull request #15343 from dontfidget/fix_polymorphic_automatic_inverse_of | Rafael Mendonça França | 2014-06-13 | 4 | -0/+15 |
|\ \ \ |
|
| * | | | use name specified by 'as' for automatic inverse association to avoid reflect... | Andrew S. Brown | 2014-06-10 | 4 | -0/+15 |
* | | | | Through associations should set both parent ids on join models | Sean Griffin | 2014-06-13 | 2 | -0/+27 |
* | | | | Merge pull request #15674 from sgrif/sg-mutable-attributes | Matthew Draper | 2014-06-14 | 3 | -1/+39 |
|\ \ \ \ |
|
| * | | | | Detect in-place changes on mutable AR attributes | Sean Griffin | 2014-06-13 | 3 | -1/+39 |
* | | | | | Reorder test which does not represent real world usage | Sean Griffin | 2014-06-13 | 1 | -2/+2 |
* | | | | | Merge pull request #15689 from sgrif/sg-attribute-methods | Matthew Draper | 2014-06-14 | 1 | -0/+8 |
|\ \ \ \ \ |
|
| * | | | | | Ensure we always define attribute methods | Sean Griffin | 2014-06-13 | 1 | -0/+8 |
* | | | | | | Merge pull request #15593 from sgrif/sg-attribute | Rafael Mendonça França | 2014-06-13 | 6 | -21/+111 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Introduce an Attribute object to handle the type casting dance | Sean Griffin | 2014-06-13 | 6 | -21/+111 |
* | | | | | | PG arrays should type cast user input | Sean Griffin | 2014-06-13 | 1 | -2/+7 |
* | | | | | | Add a test to ensure we don't get a performance regression on #hash | Sean Griffin | 2014-06-12 | 1 | -0/+7 |
| |/ / / /
|/| | | | |
|
* | | | | | Update test data which doesn't reflect expected usage | Sean Griffin | 2014-06-12 | 2 | -11/+11 |
* | | | | | Pluck should work with columns of the same name from different tables | Sean Griffin | 2014-06-11 | 1 | -0/+7 |
|/ / / / |
|
* | | | | rm cached attributes | Sean Griffin | 2014-06-11 | 1 | -35/+9 |
* | | | | remove deprecation call while initializing `ClassCache` object | Kuldeep Aggarwal | 2014-06-11 | 1 | -6/+0 |
* | | | | Remove deprecated method ActiveRecord::Base.quoted_locking_column | Akshay Vishnoi | 2014-06-10 | 1 | -4/+0 |
* | | | | Merge pull request #15610 from sgrif/silence-warnings | Rafael Mendonça França | 2014-06-10 | 2 | -3/+3 |
|\ \ \ \ |
|
| * | | | | Silence warnings in tests. | Sean Griffin | 2014-06-10 | 2 | -3/+3 |
* | | | | | Keep the types of virtual columns after yaml serialization | Sean Griffin | 2014-06-10 | 1 | -1/+14 |
|/ / / / |
|
* | | | | test, fix typo, `create_index` does not exist. | Yves Senn | 2014-06-10 | 1 | -1/+1 |
* | | | | ActiveRecord::FinderMethods.find passes proc parameter #15382 | James Yang | 2014-06-10 | 1 | -0/+11 |
* | | | | Timestamp values should be present on callbacks | Rafael Mendonça França | 2014-06-09 | 2 | -18/+14 |
* | | | | Rename `type_cast` to `type_cast_from_database` | Sean Griffin | 2014-06-09 | 12 | -101/+101 |
* | | | | Merge pull request #15587 from sgrif/sg-remove-workaround | Rafael Mendonça França | 2014-06-09 | 1 | -15/+8 |
|\ \ \ \ |
|
| * | | | | Remove workaround for non-lazy serialize in tests | Sean Griffin | 2014-06-09 | 1 | -15/+8 |
* | | | | | Make `_before_type_cast` actually be before type cast | Sean Griffin | 2014-06-09 | 6 | -6/+12 |
|/ / / / |
|
* | | | | fix test cases after #15558 merge to master. | Kuldeep Aggarwal | 2014-06-07 | 1 | -3/+3 |
* | | | | Merge pull request #15558 from sgrif/sg-rename-property | Rafael Mendonça França | 2014-06-07 | 5 | -17/+17 |
|\ \ \ \ |
|
| * | | | | Rename `property` to `attribute` | Sean Griffin | 2014-06-07 | 5 | -17/+17 |
* | | | | | Merge pull request #15546 from sgrif/sg-lazy-decorators | Rafael Mendonça França | 2014-06-07 | 2 | -0/+119 |
|\ \ \ \ \ |
|
| * | | | | | Don't query the database schema when calling `serialize` | Sean Griffin | 2014-06-07 | 2 | -0/+119 |
* | | | | | | Ensure time zones don't change after round trip with array columns | Sean Griffin | 2014-06-07 | 1 | -0/+2 |
* | | | | | | Don't rely on `Time.current` in tests | Sean Griffin | 2014-06-07 | 1 | -5/+10 |
| |/ / / /
|/| | | | |
|
* | | | | | Add array support when time zone aware attributes are enabled | Sean Griffin | 2014-06-07 | 1 | -0/+16 |
|/ / / / |
|