| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | serialized Type should delegate `type_cast_for_write` to underlying Type | Yves Senn | 2014-06-06 | 1 | -0/+35 |
|/ / / |
|
* | | | Merge pull request #15503 from sgrif/sg-json-hstore-storage | Yves Senn | 2014-06-06 | 5 | -4/+22 |
|\ \ \ |
|
| * | | | Bring type casting behavior of hstore/json in line with serialized | Sean Griffin | 2014-06-04 | 5 | -4/+22 |
* | | | | `bin/rake db:migrate:status` works with legacy migration numbers. | Yves Senn | 2014-06-06 | 1 | -0/+7 |
* | | | | Merge pull request #14971 from versioncontrol/#14785 | Yves Senn | 2014-06-06 | 1 | -0/+9 |
|\ \ \ \ |
|
| * | | | | Fix Baseclass becomes! subclass. | Edo Balvers | 2014-05-13 | 1 | -0/+9 |
* | | | | | Fix behavior of handling BC era dates. | edogawaconan | 2014-06-05 | 1 | -0/+12 |
* | | | | | Merge pull request #15512 from akshay-vishnoi/delete-deprecated-method | Yves Senn | 2014-06-05 | 1 | -41/+0 |
|\ \ \ \ \ |
|
| * | | | | | Remove deprecated method ActiveRecord::Migrator.proper_table_name | Akshay Vishnoi | 2014-06-05 | 1 | -41/+0 |
* | | | | | | Fix inverse associations test | Leandro Facchinetti | 2014-06-04 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | have an actual `NullColumn` object and update docs accordingly. | Yves Senn | 2014-06-04 | 1 | -0/+1 |
* | | | | | Merge pull request #15504 from sgrif/sg-postgres-defaults | Rafael Mendonça França | 2014-06-04 | 1 | -0/+5 |
|\ \ \ \ \ |
|
| * | | | | | Collapse PG default extractoin of most types to single regex | Sean Griffin | 2014-06-04 | 1 | -0/+5 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #15463 from geopet/refactor_xml_compute_type | Rafael Mendonça França | 2014-06-04 | 1 | -2/+3 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Test the serialized types of virtual columns in XML | Geoff Petrie & Sean Griffin | 2014-06-01 | 1 | -2/+3 |
* | | | | | Merge pull request #15482 from laurocaetano/fix-regression-for-eager-load | Carlos Antonio da Silva | 2014-06-04 | 1 | -0/+4 |
|\ \ \ \ \ |
|
| * | | | | | Fix regression on eager loading association based on SQL query rather | Lauro Caetano | 2014-06-03 | 1 | -0/+4 |
* | | | | | | Merge pull request #15438 from sgrif/sg-null-column | Rafael Mendonça França | 2014-06-03 | 1 | -0/+19 |
|\ \ \ \ \ \ |
|
| * | | | | | | Return a null column when no column exists for an attribute | Sean Griffin | 2014-06-03 | 1 | -0/+19 |
* | | | | | | | Merge pull request #15172 from notEthan/active_record_pretty_print | Rafael Mendonça França | 2014-06-03 | 1 | -0/+68 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | implement ActiveRecord::Base#pretty_print + changelog | Ethan | 2014-05-29 | 1 | -0/+68 |
* | | | | | | | | Merge pull request #15492 from sgrif/sg-dirty-defaults | Rafael Mendonça França | 2014-06-03 | 1 | -0/+28 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Keep column defaults in type cast form | Sean Griffin | 2014-06-03 | 1 | -0/+28 |
* | | | | | | | | | force table creation | Aaron Patterson | 2014-06-03 | 1 | -2/+3 |
* | | | | | | | | | Revert "test pg, we don't care about the internal state of `column#default`." | Yves Senn | 2014-06-03 | 7 | -0/+23 |
| |_|_|/ / / / /
|/| | | | | | | |
|
* | | | | | | | | test pg, remove unused column assignments. Follow up to 254cdf47 | Yves Senn | 2014-06-03 | 5 | -12/+0 |
* | | | | | | | | pg, preserve money type when dumping schema and extract money default. | Yves Senn | 2014-06-03 | 2 | -9/+25 |
* | | | | | | | | test pg, rm unused requires. | Yves Senn | 2014-06-03 | 11 | -27/+0 |
| |_|/ / / / /
|/| | | | | | |
|
* | | | | | | | Respect limit for PG bit strings | Sean Griffin | 2014-06-03 | 1 | -8/+8 |
* | | | | | | | pg, preserve type when schema dumping bit and bit varying columns. | Yves Senn | 2014-06-03 | 1 | -8/+8 |
* | | | | | | | test pg, move bit string type tests into `bit_string_test.rb`. | Yves Senn | 2014-06-03 | 2 | -34/+80 |
* | | | | | | | test pg, we don't care about the internal state of `column#default`. | Yves Senn | 2014-06-03 | 5 | -9/+0 |
|/ / / / / / |
|
* | | | | | | pg, preserve point type when schema dumping. | Yves Senn | 2014-06-03 | 2 | -9/+9 |
* | | | | | | pg test, examples for default values and schema dumping of point types. | Yves Senn | 2014-06-03 | 1 | -0/+21 |
* | | | | | | just use `assert` | Aaron Patterson | 2014-06-02 | 1 | -1/+1 |
* | | | | | | test pg, add basic test cases for point datatype. | Yves Senn | 2014-06-02 | 1 | -0/+45 |
* | | | | | | New records should remain new after yaml serialization | Sean Griffin | 2014-06-01 | 1 | -0/+17 |
* | | | | | | Remove most code related to serialized properties | Sean Griffin | 2014-06-01 | 3 | -5/+9 |
| |/ / / /
|/| | | | |
|
* | | | | | Don't change values in `@raw_attributes` during serialization | Sean Griffin | 2014-06-01 | 2 | -21/+12 |
* | | | | | Merge pull request #15434 from sgrif/sg-clear-caches | Yves Senn | 2014-05-31 | 1 | -0/+20 |
|\ \ \ \ \ |
|
| * | | | | | Clear all caches calculated based on `@columns` when `@columns` changes | Sean Griffin | 2014-05-31 | 1 | -0/+20 |
* | | | | | | Add missing test case for writing unknown attributes | Sean Griffin | 2014-05-30 | 1 | -0/+2 |
|/ / / / / |
|
* | | | | | Update some bad test cases for serialized columns | Sean Griffin | 2014-05-30 | 1 | -53/+17 |
* | | | | | Merge pull request #15427 from sgrif/sg-rename-attribute-ivars | Rafael Mendonça França | 2014-05-30 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Rename attribute related instance variables to better express intent | Sean Griffin | 2014-05-30 | 1 | -1/+1 |
* | | | | | | Allow specifying a default value in overloaded properties | Sean Griffin | 2014-05-30 | 1 | -4/+5 |
|/ / / / / |
|
* | | | | | pg, support default values for enum types. Closes #7814. | Yves Senn | 2014-05-30 | 1 | -0/+11 |
* | | | | | pg, `default_sequence_name` respects schema. Closes #7516. | Yves Senn | 2014-05-30 | 1 | -8/+6 |
* | | | | | Merge pull request #11896 from nkondratyev/fix_pg_columns_for_distinct | Yves Senn | 2014-05-30 | 1 | -0/+11 |
|\ \ \ \ \ |
|
| * | | | | | Fixed `columns_for_distinct` of postgresql adapter | Nikolay Kondratyev | 2013-08-15 | 1 | -0/+11 |