aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/core.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* ActiveRecord::Base#<=> has been removed. Primary keys may not be in order,Aaron Patterson2013-09-181-9/+0
* do what the superclass does in the case that objects do not matchAaron Patterson2013-09-181-0/+2
* Perf: avoid dupes add fallback logic for codersSam2013-09-111-2/+4
* Use map! to avoid an extra object creationCarlos Antonio da Silva2013-08-021-1/+1
* Remove useless begin..endCarlos Antonio da Silva2013-08-021-2/+1
* add a specific factory method rather than using newAaron Patterson2013-07-231-1/+1
* Revert "Merge pull request #11299 from arunagw/disable_implicit_join_referenc...Yves Senn2013-07-051-0/+5
* Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`.Arun Agrawal2013-07-041-5/+0
* push attribute constant cache in to the attribute methods moduleAaron Patterson2013-07-021-6/+0
* eagerly initialize the attributes module to avoid check-then-set race conditionsAaron Patterson2013-07-021-7/+1
* remove deprecated `ActiveRecord::Base#connection` method.Yves Senn2013-07-011-8/+0