aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Allow additional arguments to be used during type map lookupsSean Griffin2014-05-221-0/+17
* Merge pull request #14803 from kuldeepaggarwal/null_relation_sum_fixMatthew Draper2014-05-221-0/+44
|\
| * Fixed a problem where `sum`, `size`, `average`, `minimum` and `maximum` usedKuldeep Aggarwal2014-05-151-0/+44
* | Merge pull request #15237 from sgrif/sg-move-extract-scaleRafael Mendonça França2014-05-211-2/+2
|\ \
| * | Move extract_scale to decimal typeSean Griffin2014-05-211-2/+2
* | | Rename `oid_type` to `cast_type` to make PG columns consistentSean Griffin2014-05-211-10/+1
|/ /
* | Merge pull request #14613 from Sirupsen/fix-serialize-update-columnRafael Mendonça França2014-05-211-0/+16
|\ \
| * | Fix serialized field returning serialized data after update_columnSimon Eskildsen2014-04-051-0/+16
* | | Revert "Merge pull request #14544 from jefflai2/named_scope_sti"Rafael Mendonça França2014-05-215-23/+1
* | | build fix, use lambda syntax that ruby 1.9.3 understands.Yves Senn2014-05-211-1/+1
* | | pg, extract money tests into separate file.Yves Senn2014-05-212-35/+55
* | | Fix polymorphic eager load with foreign_key as String.Lauro Caetano2014-05-203-0/+19
* | | Merge pull request #14544 from jefflai2/named_scope_stiRafael Mendonça França2014-05-205-1/+23
|\ \ \
| * | | Fixes Issue #13466.Jefferson Lai2014-04-235-1/+23
* | | | Merge pull request #14979 from brocktimus/masterRafael Mendonça França2014-05-201-0/+7
|\ \ \ \
| * | | | Prevented belongs_to: touch propagating up if there are no changes being savedBrock Trappitt2014-05-211-0/+7
* | | | | Revert "Revert "Merge pull request #8313 from alan/only_save_changed_has_one_...Rafael Mendonça França2014-05-201-0/+13
|/ / / /
* | | | Merge pull request #15207 from sgrif/sg-inline-column-helpersRafael Mendonça França2014-05-201-1/+2
|\ \ \ \
| * | | | Inline typecasting helpers from Column to the appropriate typesSean Griffin2014-05-201-1/+2
* | | | | Delegate predicate methods to injected type object on ColumnSean Griffin2014-05-201-1/+1
|/ / / /
* | | | Use the generic type map object for mysql field lookupsSean Griffin2014-05-201-0/+13
* | | | Merge pull request #15203 from sgrif/sg-delegate-type-castRafael Mendonça França2014-05-201-1/+1
|\ \ \ \
| * | | | Replace `type_cast` case statement with delegationSean Griffin2014-05-201-1/+1
* | | | | Merge pull request #15201 from sgrif/sg-types-postgresqlRafael Mendonça França2014-05-201-4/+4
|\ \ \ \ \
| * | | | | Have Postgres OID types inherit from general typesSean Griffin2014-05-201-4/+4
| |/ / / /
* / / / / fix multiple hash preloads. Fixes #14994Aaron Patterson2014-05-201-0/+7
|/ / / /
* | | | Merge pull request #15197 from sgrif/sg-delegate-type-cast-sqlite3Yves Senn2014-05-201-1/+1
|\ \ \ \
| * | | | Delegate `#type_cast` to injected type objects on SQLite3Sean Griffin2014-05-201-1/+1
* | | | | Fixed the inferred table name for HABTM within a schemaEric Chahin2014-05-201-0/+26
|/ / / /
* | | | fix `rake test_sqlite3_mem`.Yves Senn2014-05-201-0/+1
* | | | docs, `instantiate` expects `String` keys. [Rafal Piekarski & Yves Senn]Yves Senn2014-05-201-0/+11
* | | | Remove :timestamp column typeSean Griffin2014-05-195-21/+30
* | | | Fixing test order issuesRafael Mendonça França2014-05-191-2/+8
* | | | Merge pull request #10798 from jcxplorer/fix-enable_extension-with-table_name...Rafael Mendonça França2014-05-191-0/+59
|\ \ \ \
| * | | | Fix migrations with enable_extensionJoao Carlos2013-05-291-0/+59
* | | | | Delegate `Column#type` to the injected type objectSean Griffin2014-05-198-46/+312
* | | | | test, inline `DeveloperWithAggregate`, which is used by a single test.Yves Senn2014-05-192-7/+7
* | | | | Merge pull request #14126 from schuetzm/index_option_for_columnRafael Mendonça França2014-05-191-0/+10
|\ \ \ \ \
| * | | | | Make `:index` in migrations work with all column typesMarc Schütz2014-05-181-0/+10
* | | | | | pg, re-introduce `PostgreSQL::Utils` to unify schema/table extraction.Yves Senn2014-05-192-15/+20
|/ / / / /
* | | | | Add a type object to Column constructorSean Griffin2014-05-175-45/+46
* | | | | Remove dead test code for unsupported adaptersSean Griffin2014-05-1716-172/+80
* | | | | Merge pull request #14428 from jnormore/reset_counters_aliasRafael Mendonça França2014-05-171-3/+13
|\ \ \ \ \
| * | | | | Updates reset_counters to allow counter name in paramsJason Normore2014-05-161-3/+13
* | | | | | Add missing tests for column type cast behaviorSean Griffin2014-05-171-0/+36
|/ / / / /
* | | | | Merge pull request #15071 from leafac/issues/11985Rafael Mendonça França2014-05-161-1/+5
|\ \ \ \ \
| * | | | | Fix `Relation#delete_all` inconsistencyLeandro Facchinetti2014-05-161-1/+5
* | | | | | Merge pull request #15125 from arthurnn/small_refactoring_transaction_clearGodfrey Chan2014-05-161-0/+13
|\ \ \ \ \ \
| * | | | | | Clear transaction state if callback raise rollbackArthur Neves2014-05-151-0/+13
* | | | | | | Remove code related to adapter which are no longer in repoArun Agrawal2014-05-161-30/+0
|/ / / / / /