aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | | | Clear transaction state if callback raise rollbackArthur Neves2014-05-151-0/+13
* | | | Changed extract_limit in class Column to return correct mysql float and doubl...Aaron Nelson2014-05-161-0/+38
* | | | Merge pull request #15088 from kares/shareable-modulesRafael Mendonça França2014-05-142-20/+15
|\ \ \ \
| * | | | PostgreSQLAdapter::Utils seems to be only used from a single spot - quite red...kares2014-05-142-20/+15
* | | | | Merge pull request #14871 from kassio/kb-fixes-namespaced-habtmRafael Mendonça França2014-05-141-0/+12
|\ \ \ \ \
| * | | | | Fix how to compute class name on habtm namespaced.Kassio Borges2014-05-131-0/+12
* | | | | | Merge pull request #15078 from nbudin/fix_merger_filter_binds_comparison_masterRafael Mendonça França2014-05-141-0/+5
|\ \ \ \ \ \
| * | | | | | Make filter_binds filter out symbols that are equal to stringsNat Budin2014-05-141-0/+5
* | | | | | | remove warning `ambiguous first argument; put parentheses or even spaces`Kuldeep Aggarwal2014-05-151-1/+1
* | | | | | | Fix inheritance of stored_attributes (fixes #14672)Jessica Yao2014-05-141-0/+16
| |_|/ / / / |/| | | | |
* | | | | | pg, clarify default behavior for composite types.Yves Senn2014-05-131-7/+94
| |/ / / / |/| | | |
* | | | | test, move all pg array tests into `postgresql/array_test.rb`.Yves Senn2014-05-132-51/+29
|/ / / /