aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* `where` automatically uses bind values nowAaron Patterson2014-03-131-5/+2
* Merge branch 'master' into adequaterecordAaron Patterson2014-03-1341-91/+502
|\
| * make tests pass on Ruby 2.2Aaron Patterson2014-03-131-4/+4
| * Use Sqlite3 adapter in examplesJulian Simioni2014-03-121-2/+2
| * Merge pull request #14364 from why-el/better-docs-for-update-attributeArthur Nogueira Neves2014-03-121-0/+2
| |\
| | * Enhance docs for update_attribute [ci-skip]Mohamed Wael Khobalatte2014-03-121-0/+2
| * | Change usec to 0 on tests that compare secondsArthur Neves2014-03-121-3/+3
| * | Unit test for mysql quote time usecArthur Neves2014-03-121-0/+7
| |/
| * Merge pull request #13040 from kamipo/case_sensitive_comparisonRafael Mendonça França2014-03-126-6/+62
| |\
| | * Only use BINARY for mysql case sensitive uniqueness check when column has a c...Ryuta Kamizono2013-11-266-6/+62
| * | Changelog entry for mysql56 microsecondsArthur Neves2014-03-121-0/+4
| * | Test microsecond on mysql 5.6Arthur Neves2014-03-123-2/+11
| * | MySQL 5.6 and later supports microsecond precision in datetime.Tatsuhiko Miyagawa2014-03-121-0/+8
| * | Remove mocking on save, when not necessaryArthur Neves2014-03-111-3/+1
| * | Merge pull request #14345 from arthurnn/revert_14052Godfrey Chan2014-03-112-3/+16
| |\ \
| | * | Fixes STI when 2+ levels deep.Arthur Neves2014-03-102-3/+16
| * | | `change_table` supports `citext`. Follow up to #12523.Yves Senn2014-03-112-8/+31
| * | | register OID for PostgreSQL citex datatype [Troy Kruthoff & Lachlan Sylvester]lsylvester2014-03-116-2/+89
| |/ /
| * | Merge pull request #8313 from alan/only_save_changed_has_one_objectsRafael Mendonça França2014-03-103-2/+24
| |\ \
| | * | Save has_one associations only if record has changesAlan Kennedy2013-10-313-2/+24
| * | | current_adapter? accepts multiple argumentsRafael Mendonça França2014-03-101-2/+2
| * | | mysql adapter also fails with a number bigger than intRafael Mendonça França2014-03-101-2/+5
| * | | Change the assertions depending in the database adapterRafael Mendonça França2014-03-101-14/+9
| * | | Do proper adapter checkRafael Mendonça França2014-03-101-2/+2
| * | | WhitespacesRafael Mendonça França2014-03-101-2/+2
| * | | Cleanup Parrot after each test.Guo Xiang Tan2014-03-091-7/+3
| * | | Merge pull request #14262 from sferik/flat_mapAndrew White2014-03-095-8/+8
| |\ \ \
| | * | | Replace map.flatten with flat_map in activerecordErik Michaels-Ober2014-03-035-8/+8
| * | | | 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
| * | | | | Remove a reference to an issue [ci skip]Robin Dupret2014-03-051-1/+1
| * | | | | 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-052-34/+25
| * | | | | quick pass over Active Record CHANGELOG. [ci skip].Yves Senn2014-03-051-13/+10
| * | | | | Merge pull request #14263 from robin850/allow_passing_string_to_order_hashYves Senn2014-03-053-5/+52
| |\ \ \ \ \
| | * | | | | Allow string hash values on AR order methodMarcelo Casiraghi2014-03-043-5/+52
| * | | | | | Merge pull request #14261 from MSch/bound-parameters-for-existsAaron Patterson2014-03-042-3/+20
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Make exists? use bound values.Martin Schürrer2014-03-042-3/+20
| | | |/ / / | | |/| | |
| * | | | | Inline block to fix indent [ci skip]Carlos Antonio da Silva2014-03-041-3/+1
| * | | | | Fix enum test unused variable warning.Vipul A M2014-03-041-1/+1
| * | | | | Add Enum type to postgresql adapter's oids to prevent unknown OID warnings.Dieter Komendera2014-03-044-0/+45
| |/ / / /
| * | | | Fix warnings due to:Vipul A M2014-03-032-2/+2
| * | | | Remove unnecessary db call when replacing.Arthur Neves2014-02-282-1/+13
| * | | | 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-283-1/+26
| |/ / / /
| * | | | Fix a bug affecting validations of enum attributesTheMonster2014-02-273-0/+42
* | | | | we can't cache when the arguments are a hashAaron Patterson2014-02-271-1/+3