aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* Don't recurse infinitely when calling non-existent method on superKris Kemper2014-05-221-0/+12
* Push limit to type objectsSean Griffin2014-05-221-3/+3
* Merge pull request #15249 from sgrif/sg-register-types-in-adapterRafael Mendonça França2014-05-221-9/+1
|\
| * Use the generic type map for all PG type registrationsSean Griffin2014-05-221-9/+1
* | Merge pull request #15248 from sgrif/sg-additional-type-map-argsRafael Mendonça França2014-05-221-0/+17
|\ \
| * | Allow additional arguments to be used during type map lookupsSean Griffin2014-05-221-0/+17
| |/
* | pg test, extract tsvector tests into `postgresql/full_text_test.rb`Yves Senn2014-05-222-27/+31
* | pg test, move timestamp tests over to `postgresql/timestamp_test.rb`.Yves Senn2014-05-222-43/+53
* | pg test, extract network address type tests into separate file.Yves Senn2014-05-223-51/+79
* | pg test, remove unused code.Yves Senn2014-05-221-3/+0
|/
* 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-211-6/+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-201-0/+13
* | | Merge pull request #14544 from jefflai2/named_scope_stiRafael Mendonça França2014-05-201-1/+6
|\ \ \
| * | | Fixes Issue #13466.Jefferson Lai2014-04-231-1/+6
* | | | 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-191-1/+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-174-45/+45
* | | | | Remove dead test code for unsupported adaptersSean Griffin2014-05-1715-164/+80