| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | Merge pull request #15533 from sgrif/sg-missing-schema-tests | Yves Senn | 2014-06-06 | 1 | -0/+29 |
|\ |
|
| * | Add missing test cases for schema dumping defaults | Sean Griffin | 2014-06-06 | 1 | -0/+29 |
* | | `ActiveRecord::SchemaMigration` has no primary key. | Yves Senn | 2014-06-06 | 1 | -0/+14 |
* | | test refactor, don't hardcode default for `table_name_prefix`. | Yves Senn | 2014-06-06 | 1 | -1/+2 |
* | | test refactor, don't hardcode `primary_key_prefix_type` default. | Yves Senn | 2014-06-06 | 1 | -0/+3 |
* | | 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 | 2 | -0/+16 |
|\ \ \ |
|
| * | | | Fix regression on eager loading association based on SQL query rather | Lauro Caetano | 2014-06-03 | 2 | -0/+16 |
* | | | | 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 |
| |_|_|/ / /
|/| | | | | |
|