aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | test, use `columns_hash[]` in place of `columns.find {}`.Yves Senn2014-05-128-12/+12
* | pg, `change_column_default` accepts `[]`. Closes #11586.Yves Senn2014-05-121-1/+9
* | pg, map `char` and `name` types as string. [dark-panda & Yves Senn]Yves Senn2014-05-121-0/+23
* | pg, fix Infinity and NaN values conversion.Innokenty Mihailov2014-05-121-0/+7
|/
* Handle other pk types in PostgreSQL gracefully.Patrick Robertson2014-05-121-0/+26
* Merge pull request #14999 from yahonda/modify_bind_variable_nameYves Senn2014-05-121-2/+3
|\
| * Modify assert conditions not to be affectedYasuo Honda2014-05-121-2/+3
* | Merge pull request #10662 from take/change-test-name-for-ActiveRecord--Valida...Carlos Antonio da Silva2014-05-111-9/+9
|\ \
| * | Refactor AR's validations_test.rbTakehiro Adachi2013-12-031-9/+9
* | | deprecate, join, preload, eager load of instance dependent associations.Yves Senn2014-05-101-4/+27
* | | test, regression test for has_many with instance dependent scope.Yves Senn2014-05-091-0/+10
* | | Reverts "Fix bugs with changed attributes tracking when transaction gets roll...Arthur Neves2014-05-091-42/+0
* | | set a constant for the "anonymous" habtm model fixes #15022Aaron Patterson2014-05-081-0/+6
* | | test, regression test for unparsable PostgreSQL defaults.Yves Senn2014-05-081-0/+17
* | | Merge pull request #14992 from fredwu/habtm_relation_size_calculation_fixCarlos Antonio da Silva2014-05-081-0/+18
|\ \ \
| * | | Fixed HABTM's CollectionAssociation sizeFred Wu2014-05-081-0/+18
* | | | test, reset changed state in PG's uuid tests.Yves Senn2014-05-081-2/+4
|/ / /
* | | Keep track of dirty attrs after after rollback.Arthur Neves2014-05-071-18/+4
* | | Merge pull request #13166 from bogdan/transaction-magicRafael Mendonça França2014-05-071-0/+56
|\ \ \
| * | | Fix bugs with changed attributes tracking when transaction gets rollbackBogdan Gusiev2013-12-041-0/+56
| |/ /
* | / test, persist inherited class with different table name. Refs #14971.Yves Senn2014-05-071-0/+14
| |/ |/|
* | Add support for module-level table_suffix in modelsJenner LaFave2014-05-051-0/+28
* | Put back Relation#join method as a delegate to ArrayBogdan Gusiev2014-05-052-1/+5
* | Merge pull request #14946 from jcoleman/fix-null-binary-column-logging-exceptionRafael Mendonça França2014-05-041-0/+7
|\ \
| * | Fix exception when logging SQL w/ nil binary value.James Coleman2014-05-021-0/+7
* | | Remove duplicated fixture additionCarlos Antonio da Silva2014-05-031-1/+1
* | | Refactor test to not care about the specific result of valid?Carlos Antonio da Silva2014-05-031-3/+4
* | | Merge pull request #14924 from eric-chahin/issue_13854Matthew Draper2014-05-031-0/+10
|\ \ \