aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
Commit message (Expand)AuthorAgeFilesLines
* we can't cache when the arguments are a hashAaron Patterson2014-02-271-1/+3
* Merge branch 'master' into adequaterecordAaron Patterson2014-02-271-1/+1
|\
| * Replace "data store" with database [ci skip]Robin Dupret2014-02-271-1/+1
* | Merge branch 'master' into adequaterecordAaron Patterson2014-02-2614-85/+102
|\|
| * Merge pull request #14211 from loganhasson/masterXavier Noria2014-02-261-12/+12
| |\
| | * [ci skip] Move association class method notesLogan Hasson2014-02-261-12/+12
| * | let `insert_record` actuall save the object.Aaron Patterson2014-02-252-4/+3
| * | Merge remote-tracking branch 'chancancode/fix_instance_method_already_impleme...Jon Leighton2014-02-251-2/+3
| |\ \
| | * | Fixed STI classes not defining an attribute method if there is aGodfrey Chan2014-02-231-2/+3
| * | | Merge pull request #14152 from schneems/schneems/fix-ar-wtf-why-is-there-no-e...Aaron Patterson2014-02-251-9/+5
| |\ \ \
| | * | | Handle missing environment from non empty configschneems2014-02-211-9/+5
| * | | | Add missing parantheses in index_exists?Yannick Schutz2014-02-251-1/+1
| * | | | Coerce strings when reading attributes.Yves Senn2014-02-232-7/+21
| | |/ / | |/| |
| * | | Merge pull request #13793 from senny/postgres/dynamic_range_oidYves Senn2014-02-232-40/+48
| |\ \ \
| | * | | deprecate support for pg ranges with excluding beginnings.Yves Senn2014-02-231-0/+12
| | * | | dynamically define PostgreSQL OID range types.Yves Senn2014-02-232-41/+37
| * | | | update version to 4.2.0.alphaYves Senn2014-02-231-1/+1
| |/ / /
| * | | Merge pull request #14164 from vajrasky/fix_typo_max_idGuillermo Iguaran2014-02-221-1/+1
| |\ \ \
| | * | | Fixed typo in comment about MAX_ID.Vajrasky Kok2014-02-231-1/+1
| * | | | Distinguish ConnectionNotEstablished messages: no conn pool for the class, or...Jeremy Kemper2014-02-221-1/+4
| | |/ / | |/| |
| * | | Prevent foreign_key_for? from type casting all attributesWojtek Kruszewski2014-02-211-1/+1
| * | | Revert "context in validation goes through has many relationship"Aaron Patterson2014-02-201-1/+1
| * | | Revert "speed up the collection proxy reader method, but slow down the constr...Arthur Neves2014-02-201-5/+1
* | | | Merge branch 'master' into adequaterecordAaron Patterson2014-02-182-2/+6
|\| | |
| * | | Merge branch '4-1-0-beta2'Rafael Mendonça França2014-02-182-2/+6
| |\ \ \
| | * | | Preparing for 4.1.0.beta2 releaseRafael Mendonça França2014-02-181-1/+1
| | * | | Correctly escape PostgreSQL arrays.Aaron Patterson2014-02-181-1/+5
* | | | | cache queries in the Model.find(id) pathAaron Patterson2014-02-182-0/+28
* | | | | add AST cache to the find_by methodAaron Patterson2014-02-171-0/+35
* | | | | Merge branch 'master' into adequaterecordAaron Patterson2014-02-173-12/+10
|\| | | |
| * | | | Revert "Merge pull request #13344 from ccutrer/fix-from-default-select"Rafael Mendonça França2014-02-171-2/+0
| * | | | No need to use symbolsRafael Mendonça França2014-02-161-3/+3
| * | | | Resolve encoding issues with arrays of hstore (bug 11135).Josh Goodall2014-02-172-7/+7
* | | | | Merge branch 'master' into adequaterecordAaron Patterson2014-02-1749-244/+626
|\| | | |
| * | | | add factory methods for empty alias trackersAaron Patterson2014-02-143-23/+38
| * | | | guarantee a list in the alias tracker so we can remove a conditionalAaron Patterson2014-02-143-6/+12
| * | | | stop exposing table_joinsAaron Patterson2014-02-141-4/+3
| * | | | make most parameters to the AliasTracker requiredAaron Patterson2014-02-142-6/+4
| * | | | make a singleton for AssociationScopeAaron Patterson2014-02-142-1/+7
| * | | | pass the association and connection to the scope methodAaron Patterson2014-02-142-9/+3
| * | | | pass the tracker down the stack and construct it in the scope methodAaron Patterson2014-02-141-18/+18
| * | | | clean up add_constraints signatureAaron Patterson2014-02-141-8/+9
| * | | | remove the reflection delegateAaron Patterson2014-02-141-15/+14
| * | | | remove klass delegatorAaron Patterson2014-02-141-10/+11
| * | | | remove chain delegateAaron Patterson2014-02-141-5/+6
| * | | | remove scope_chain delegateAaron Patterson2014-02-141-3/+3
| * | | | Merge pull request #14048 from pcreux/better-error-message-db-migrate-downCarlos Antonio da Silva2014-02-141-1/+1
| |\ \ \ \
| | * | | | Add hint to error message of task db:migrate:downPhilippe Creux2014-02-131-1/+1
| * | | | | remove more delegate methodsAaron Patterson2014-02-131-7/+9
| * | | | | :scissors: whitespaceAaron Patterson2014-02-131-1/+0