| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement ActiveRecord::Base.ignored_columns | Jean Boussier | 2015-09-24 | 1 | -1/+8 |
* | introduce `conn.data_source_exists?` and `conn.data_sources`. | Yves Senn | 2015-09-22 | 1 | -2/+2 |
* | Replace AR with ActiveRecord to make it more readable [ci skip] | arvind | 2015-09-08 | 1 | -1/+1 |
* | Return a `Point` object from the PG Point type | Sean Griffin | 2015-06-05 | 1 | -0/+23 |
* | remove duplicates | Koen Punt | 2015-04-03 | 1 | -4/+0 |
* | rm `Column#cast_type` | Sean Griffin | 2015-02-03 | 1 | -1/+1 |
* | Attribute assignment and type casting has nothing to do with columns | Sean Griffin | 2015-01-31 | 1 | -20/+59 |
* | Restore useful documentation removed at | Rafael Mendonça França | 2015-01-27 | 1 | -0/+6 |
* | Update model_schema.rb [ci skip] | Takehiro Adachi | 2015-01-27 | 1 | -20/+0 |
* | Extract an explicit type caster class | Sean Griffin | 2014-12-29 | 1 | -0/+1 |
* | Inject the `PredicateBuilder` into the `Relation` instance | Sean Griffin | 2014-12-26 | 1 | -0/+1 |
* | Remove unused `@relation` instance variable | Sean Griffin | 2014-12-26 | 1 | -2/+0 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
* | Reduce the amount of work performed when instantiating AR models | Sean Griffin | 2014-11-14 | 1 | -1/+1 |
* | Don't modify the columns hash to set defaults from the attributes API | Sean Griffin | 2014-10-31 | 1 | -1/+5 |
* | Rename `default_attributes` to `_default_attributes` | Sean Griffin | 2014-10-31 | 1 | -2/+2 |
* | Change `gsub` to `tr` where possible | Alexander Balashov | 2014-10-06 | 1 | -1/+1 |
* | Remove defunct ivars | Ben Woosley | 2014-09-28 | 1 | -10/+7 |
* | create_join_table uses same logic as HABTM reflections | Stefan Kanev | 2014-07-18 | 1 | -0/+11 |
* | Simplify creation of default attributes on AR instance | Sean Griffin | 2014-06-29 | 1 | -13/+7 |
* | Merge pull request #15801 from sgrif/sg-column-defaults | Rafael Mendonça França | 2014-06-19 | 1 | -2/+2 |
|\ |
|
| * | Don't use column object when calculating type cast defaults | Sean Griffin | 2014-06-18 | 1 | -2/+2 |
* | | Introduce an object to aid in creation and management of `@attributes` | Sean Griffin | 2014-06-19 | 1 | -2/+8 |
|/ |
|
* | Don't type cast the default on the column | Sean Griffin | 2014-06-17 | 1 | -4/+6 |
* | Promote time zone aware attributes to a first class type decorator | Sean Griffin | 2014-06-16 | 1 | -19/+1 |
* | Ensure `column_types` returns a type object, and not a column | Sean Griffin | 2014-06-11 | 1 | -6/+10 |
* | Make `_before_type_cast` actually be before type cast | Sean Griffin | 2014-06-09 | 1 | -1/+7 |
* | Keep column defaults in type cast form | Sean Griffin | 2014-06-03 | 1 | -0/+9 |
* | Remove unused `initialize_attributes` method | Sean Griffin | 2014-06-02 | 1 | -7/+0 |
* | Refactor serialized types to be partially defined as custom properties | Sean Griffin | 2014-05-29 | 1 | -9/+0 |
* | Add a public API to allow users to specify column types | Sean Griffin | 2014-05-26 | 1 | -10/+0 |
* | Remove `Column#primary` | Sean Griffin | 2014-05-23 | 1 | -9/+3 |
* | Remove dead test code for unsupported adapters | Sean Griffin | 2014-05-17 | 1 | -1/+1 |
* | Add support for module-level table_suffix in models | Jenner LaFave | 2014-05-05 | 1 | -1/+10 |
* | added schema_migrations_table_name to ActiveRecord::Base in order that the na... | Jerad Phelps | 2013-10-27 | 1 | -0/+6 |
* | Perf: memoize serialized column list and time zone column list | Sam | 2013-08-27 | 1 | -17/+27 |
* | add a specific factory method rather than using new | Aaron Patterson | 2013-07-23 | 1 | -1/+1 |
* | removes the obsolete private method column_methods_hash [Closes #11406] | Xavier Noria | 2013-07-16 | 1 | -13/+0 |
* | safely publish columns and columns hash info | Aaron Patterson | 2013-03-14 | 1 | -1/+1 |
* | Fix decorating columns for serialized attributes | itzki | 2012-12-10 | 1 | -4/+3 |
* | 1.9 Syntax related changes | AvnerCohen | 2012-11-10 | 1 | -1/+1 |
* | Remove ActiveRecord::Model | Jon Leighton | 2012-10-26 | 1 | -24/+23 |
* | Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing." | Jeremy Kemper | 2012-10-20 | 1 | -1/+1 |
* | Get rid of the ActiveRecord::Model::DeprecationProxy thing. | Jon Leighton | 2012-10-19 | 1 | -1/+1 |
* | Minor refactoring in Active Record model schema methods | Carlos Antonio da Silva | 2012-08-21 | 1 | -5/+3 |
* | The default value can be set once in #column_defaults | Jon Leighton | 2012-08-17 | 1 | -0/+7 |
* | load active_support/concern in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | Refactor to reset_table_name | Dmitry Vorotilin | 2012-07-28 | 1 | -8/+4 |
* | Simplify AR configuration code. | Jon Leighton | 2012-06-15 | 1 | -9/+14 |
* | Fix wrong return value from reset_sequence_name method. | kennyj | 2012-04-14 | 1 | -1/+1 |