aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Add counter cache test for class_nameArthur Neves2014-03-171-0/+11
* | | | test should only pass if the pool.size+1 checkout failsAaron Patterson2014-03-171-3/+2
* | | | use a latch to avoid busy loopsAaron Patterson2014-03-171-3/+4
* | | | Reap connections based on owning-thread deathMatthew Draper2014-03-187-68/+66
* | | | Teach PostgreSQLAdapter#reset! to actually resetMatthew Draper2014-03-182-1/+37
* | | | `where.not` adds `references` for `includes`.Yves Senn2014-03-174-0/+26
* | | | format ActiveRecord CHANGELOG. [ci skip]Yves Senn2014-03-171-8/+9
* | | | Extend fixture label replacement to allow string interpolationEric Steele2014-03-154-1/+19
* | | | Merge pull request #14380 from tgxworld/use_teardown_helper_method_in_activer...Yves Senn2014-03-1549-61/+51
|\ \ \ \
| * | | | Use teardown helper method.Guo Xiang Tan2014-03-1449-61/+51
* | | | | Obey `validate: false` option for habtmCarlos Antonio da Silva2014-03-144-1/+39
* | | | | Merge pull request #14387 from huoxito/touch-api-docArthur Nogueira Neves2014-03-141-2/+2
|\ \ \ \ \
| * | | | | Update callbacks executed on AR::Base#touch [skip ci]Washington Luiz2014-03-141-2/+2
| | |/ / / | |/| | |
* / | | | Allow custom JDBC urlsschneems2014-03-142-2/+8
|/ / / /
* / / / Avoid duplicated conditionalsCarlos Antonio da Silva2014-03-141-2/+1
|/ / /
* | | No need to binds be optionalRafael Mendonça França2014-03-131-2/+2
* | | Merge pull request #14372 from arthurnn/fix_query_cache_bindsRafael Mendonça França2014-03-134-12/+24
|\ \ \
| * | | Make select_all on query cache accept a Relation without binds.Arthur Neves2014-03-134-12/+24
* | | | Add test for deprecation warning for passing an AR object to `find`.Lauro Caetano2014-03-131-0/+6
* | | | Test deprecation warning for passing an ActiveRecord object toLauro Caetano2014-03-131-0/+6
|/ / /
* | | passing an instance of an AR object to `find` is deprecatedAaron Patterson2014-03-135-6/+13
* | | passing an ActiveRecord object to `exists?` is deprecated.Aaron Patterson2014-03-135-4/+14
* | | 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