aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22345 from GUI/fix-multi-schema-structure-dumpYves Senn2015-11-301-2/+2
|\
| * Fix rake db:structure:dump on Postgres when multiple schemas are used.Nick Muerdter2015-11-191-2/+2
* | Merge pull request #22363 from yui-knk/mv_ar_test_caseYves Senn2015-11-302-91/+94
|\ \
| * | Remove some bind related test cases from finder_test.rb to sanitize_test.rbyui-knk2015-11-212-91/+94
* | | Merge pull request #18155 from bogdan/collection_association_double_element_fixSean Griffin2015-11-292-0/+12
|\ \ \
| * | | Bugfix collection association #create method …Bogdan Gusiev2015-11-232-0/+12
| |/ /
* | | Merge pull request #22304 from kamipo/schema_dumping_support_for_postgresql_g...Yves Senn2015-11-242-98/+145
|\ \ \
| * | | Add schema dumping support for PostgreSQL geometric data typesRyuta Kamizono2015-11-241-5/+61
| * | | Move `migration/postgresql_geometric_types_test.rb` in `adapters/postgresql/g...Ryuta Kamizono2015-11-242-93/+84
* | | | Fix more test failures caused by #21000Sean Griffin2015-11-231-1/+5
* | | | Merge pull request #21000 from twalpole/find_or_parameter_issuesSean Griffin2015-11-232-37/+64
|\ \ \ \ | |/ / / |/| | |
| * | | Update and fix forbidden attributes testsThomas Walpole2015-11-032-37/+64
* | | | Remove blanket array delegation from `Relation`Sean Griffin2015-11-231-6/+0
| |/ / |/| |
* | | Fix test failure in `adapters/mysql/active_schema_test.rb`Ryuta Kamizono2015-11-202-6/+6
| |/ |/|
* | Revert "Allow specifying the default table options for mysql adapters"Sean Griffin2015-11-191-19/+0
* | Allow specifying the default table options for mysql adaptersSean Griffin2015-11-191-0/+19
* | Rename 'key' to 'lock_id' or 'lock_name' for advisory lockingSam Davies2015-11-184-47/+47
* | Raise ArgumentError when passing a truthy value to mergeAndrew White2015-11-171-4/+7
* | Merge pull request #22271 from timbreitkreutz/twb-9015-schema-dumper-test-for...Yves Senn2015-11-171-0/+32
|\ \
| * | TWB Test case for Issue #9015 - ignore_table and table_prefix at same timeTim Breitkreutz2015-11-131-0/+32
* | | Merge pull request #22257 from yui-knk/fix_merge_to_not_call_to_proc_for_hashAndrew White2015-11-171-0/+4
|\ \ \
| * | | Make `AR::SpawnMethods#merge!` to check an arg is a Procyui-knk2015-11-121-0/+4
* | | | Except keys of `build_record`'s argument from `create_scope` in initialize_at...yui-knk2015-11-164-2/+17
| |/ / |/| |
* | | Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-0917-86/+117
|/ /
* | Improve support for non Active Record objects on `validates_associated`Kassio Borges2015-11-081-0/+12
* | Fix test failuresSean Griffin2015-11-071-0/+1
* | Ensure `#reset_column_information` clears child classes as wellSean Griffin2015-11-072-0/+25
* | Fix wrong `assert_equal` argument order.Kasper Timm Hansen2015-11-071-2/+2
* | Suppress warning (warning about assigned but unused variable)yui-knk2015-11-071-1/+1
* | Avoids mutating the original response in connection management middlewareKevin Buchanan2015-11-061-0/+7
* | Merge pull request #22187 from kamipo/test_binary_data_is_not_logged_is_for_p...Andrew White2015-11-051-1/+1
|\ \
| * | `test_binary_data_is_not_logged` is for prepared statements loggingRyuta Kamizono2015-11-051-1/+1
| |/
* | No need `MysqlDouble` and `MysqlDouble.reset_column_information`Ryuta Kamizono2015-11-052-24/+12
* | Require the count_down_latchRafael Mendonça França2015-11-051-2/+3
* | Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-042-2/+2
|/
* Merge pull request #18774 from yuki24/deprecate-original-exception-infavor-of...Jeremy Daer2015-11-032-5/+14
|\
| * Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-032-5/+14
* | Add test_float_limits to mysql2yui-knk2015-11-032-12/+48
|/
* Fix test_database_created_by_root of mysqlyui-knk2015-11-021-1/+1
* Define `sanitize_sql_for_order` for AR and use it inside `preprocess_order_args`yui-knk2015-11-022-0/+8
* Allow bigint with default nil for avoiding auto increment primary keyRyuta Kamizono2015-11-021-0/+26
* Remove `DEFAULT_CHARSET` and `DEFAULT_COLLATION` in `MySQLDatabaseTasks`Ryuta Kamizono2015-11-021-13/+6
* Merge pull request #22131 from yui-knk/move_test_to_inheritance_testAndrew White2015-11-022-80/+80
|\
| * Move some AR test cases to inheritance_test.rbyui-knk2015-10-312-80/+80
* | Merge pull request #22125 from k0kubun/left_joinsSean Griffin2015-10-302-1/+6
|\ \
| * | Alias left_joins to left_outer_joinsTakashi Kokubun2015-10-312-1/+6
* | | don't sleep in testsAaron Patterson2015-10-301-10/+6
* | | Merge pull request #22122 from samphilipd/sam/manual_locking_on_schema_migrat...Sean Griffin2015-10-304-0/+199
|\ \ \
| * | | Use advisory locks to prevent concurrent migrationsSam Davies2015-10-304-0/+199
* | | | Fix test failures caused by #12071Sean Griffin2015-10-301-10/+10
| |/ / |/| |