aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/core.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded `@column_types` instance variableSean Griffin2014-06-221-2/+0
* Return a null object from `AttributeSet#[]`Sean Griffin2014-06-201-1/+3
* docs, configurations method is listed in the docs. [ci skip]Yves Senn2014-06-201-1/+0
* Introduce an object to aid in creation and management of `@attributes`Sean Griffin2014-06-191-4/+3
* Remove unused column types overrideSean Griffin2014-06-131-3/+0
* Merge pull request #15689 from sgrif/sg-attribute-methodsMatthew Draper2014-06-141-0/+1
|\
| * Ensure we always define attribute methodsSean Griffin2014-06-131-0/+1
* | Merge pull request #15593 from sgrif/sg-attributeRafael Mendonça França2014-06-131-19/+18
|\ \ | |/ |/|
| * Introduce an Attribute object to handle the type casting danceSean Griffin2014-06-131-19/+18
* | Defer to super, rather than re-implementing Object#hashSean Griffin2014-06-121-1/+5
* | Fix performance regression on preloading HABTM associationsSean Griffin2014-06-121-1/+1
|/
* Keep the types of virtual columns after yaml serializationSean Griffin2014-06-101-0/+1
* Move conditionals about freezing closer to the definition of `freeze`Sean Griffin2014-06-071-0/+6
* Bring type casting behavior of hstore/json in line with serializedSean Griffin2014-06-041-3/+6
* Merge pull request #15172 from notEthan/active_record_pretty_printRafael Mendonça França2014-06-031-0/+23
|\
| * implement ActiveRecord::Base#pretty_print + changelogEthan2014-05-291-0/+23
* | Keep column defaults in type cast formSean Griffin2014-06-031-1/+1
* | Remove unused `initialize_attributes` methodSean Griffin2014-06-021-3/+2
* | New records should remain new after yaml serializationSean Griffin2014-06-011-1/+2
* | Remove most code related to serialized propertiesSean Griffin2014-06-011-1/+1
* | Rename attribute related instance variables to better express intentSean Griffin2014-05-301-11/+11
|/
* Fixed serialization for records with an attribute named `format`.Godfrey Chan2014-05-221-0/+2
* Merge branch 'master' into adequaterecordAaron Patterson2014-04-201-0/+1
|\
| * `@destroyed` should always be set to `false` when an object is duped.Kuldeep Aggarwal2014-04-191-0/+1
* | use an array for bind params to simplify substitutionAaron Patterson2014-04-121-4/+4
* | decouple the factory method from the constructing modelAaron Patterson2014-04-101-2/+2
* | remove intelligence from StatementCache#initializeAaron Patterson2014-04-101-2/+2
* | stop caching the class on the statement cache objectAaron Patterson2014-04-101-2/+2
* | tests still pass when caching unprepared statementsAaron Patterson2014-04-091-1/+0
* | Merge branch 'master' into adequaterecordAaron Patterson2014-04-071-1/+1
|\|
| * Ensure we are returning either `true` or `false` for `#==`Godfrey Chan2014-03-291-1/+1
* | add the deprecation to adequate record tooAaron Patterson2014-03-131-1/+5
* | we can't cache when the arguments are a hashAaron Patterson2014-02-271-1/+3
* | cache queries in the Model.find(id) pathAaron Patterson2014-02-181-0/+26
* | add AST cache to the find_by methodAaron Patterson2014-02-171-0/+35
|/
* Add config to disable schema dump after migrationEmil Soman2014-02-061-0/+9
* Make arel methods private APIRafael Mendonça França2014-02-011-2/+2
* Fixing issue with activerecord serialization not being able to dump a record ...Mauricio Linhares2014-01-291-1/+1
* Move changed_attributes into dirty.rbKeenan Brock2014-01-221-14/+2
* Restore ActiveRecord states after a rollback for models w/o callbacksGodfrey Chan2014-01-181-6/+3
* Ensure Active Record connection consistencyschneems2014-01-091-1/+8
* Automatically maintain test database schemaJon Leighton2014-01-021-0/+3
* [ci skip] used new syntax for scopesKuldeep Aggarwal2013-11-271-1/+1
* Changed message for Model.inspectArun Agrawal2013-11-091-1/+1
* Merge pull request #12390 from kennyj/rename_to_association_methodsRafael Mendonça França2013-11-051-4/+4
|\
| * Renamed generated_feature_methods to generated_association_methods.kennyj2013-09-281-4/+4
* | Revert "ActiveRecord::Base#<=> has been removed. Primary keys may not be in ...David Heinemeier Hansson2013-11-021-0/+9
|/
* Merge pull request #10816 from bogdan/less-dirty-dirtyRafael Mendonça França2013-09-231-3/+1
* Add back options argument in the ActiveRecord::Base.initialize methodRafael Mendonça França2013-09-211-2/+10
* support objects with blank string primary keysAaron Patterson2013-09-181-1/+1