aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #8313 from alan/only_save_changed_has_one_objectsRafael Mendonça França2014-03-101-2/+3
|\ \ \ \
| * | | | Save has_one associations only if record has changesAlan Kennedy2013-10-311-2/+3
* | | | | WhitespacesRafael Mendonça França2014-03-101-2/+2
* | | | | Merge pull request #14262 from sferik/flat_mapAndrew White2014-03-093-5/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Replace map.flatten with flat_map in activerecordErik Michaels-Ober2014-03-033-5/+5
* | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-03-071-4/+5
|\ \ \ \ \
| * | | | | fix typo app -> alldmathieu2014-03-071-1/+1
| * | | | | unscope doesn't remove only the default_scope, but all of them.dmathieu2014-03-071-4/+5
* | | | | | Introduce `Rails.gem_version`Prem Sichanugrist2014-03-052-7/+19
* | | | | | get rid of intermediate arrays.Yves Senn2014-03-051-2/+3
* | | | | | we only need to support `asc` and `ASC`. No need for mixed cases. #14263Yves Senn2014-03-051-13/+14
* | | | | | Merge pull request #14263 from robin850/allow_passing_string_to_order_hashYves Senn2014-03-051-3/+6
|\ \ \ \ \ \
| * | | | | | Allow string hash values on AR order methodMarcelo Casiraghi2014-03-041-3/+6
* | | | | | | Merge pull request #14261 from MSch/bound-parameters-for-existsAaron Patterson2014-03-041-1/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Make exists? use bound values.Martin Schürrer2014-03-041-1/+6
| | |/ / / / | |/| | | |
* / | | | | Add Enum type to postgresql adapter's oids to prevent unknown OID warnings.Dieter Komendera2014-03-042-0/+12
|/ / / / /
* | | | | Fix warnings due to:Vipul A M2014-03-031-1/+1
* | | | | Remove unnecessary db call when replacing.Arthur Neves2014-02-281-1/+3
* | | | | Merge pull request #14230 from kuldeepaggarwal/doc-selectRobin Dupret2014-02-281-4/+4
|\ \ \ \ \
| * | | | | [ci skip] correct select examples and doc, ref [522c0fd]Kuldeep Aggarwal2014-03-011-4/+4
* | | | | | `includes` uses SQL parsing when String joins are involved.Yves Senn2014-02-281-1/+10
|/ / / / /
* | | | | Fix a bug affecting validations of enum attributesTheMonster2014-02-271-0/+7
* | | | | Replace "data store" with database [ci skip]Robin Dupret2014-02-271-1/+1
* | | | | 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 '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
* | | | | | 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
* | | | | | 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