aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | 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-145-0/+31
|\ \ \
| * | | Fix how to compute class name on habtm namespaced.Kassio Borges2014-05-135-0/+31
* | | | Merge pull request #15078 from nbudin/fix_merger_filter_binds_comparison_masterRafael Mendonça França2014-05-143-0/+22
|\ \ \ \
| * | | | Make filter_binds filter out symbols that are equal to stringsNat Budin2014-05-143-0/+22
* | | | | 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
* | | Fix broken proc syntax for 1.9.3Arthur Neves2014-05-091-1/+1
* | | test, regression test for has_many with instance dependent scope.Yves Senn2014-05-092-0/+12
* | | 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-082-0/+20
|\ \ \
| * | | Fixed HABTM's CollectionAssociation sizeFred Wu2014-05-082-0/+20
* | | | 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-052-0/+46
* | Merge pull request #14978 from bogdan/relation-joinRafael Mendonça França2014-05-053-1/+9
|\ \