aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
* | | | docs, nodoc `EnumType`. [ci skip]Yves Senn2015-11-071-1/+1
| |_|/ |/| |
* | | docs, `ActiveRecord::JoinDependency` is not part of the public API.Yves Senn2015-11-071-1/+1
* | | docs, `ActiveRecord::TypeCaster` is not part of the public API.Yves Senn2015-11-073-3/+3
* | | Fix test failuresSean Griffin2015-11-071-0/+1
* | | Ensure `#reset_column_information` clears child classes as wellSean Griffin2015-11-073-0/+28
* | | 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-063-4/+15
* | | 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-045-5/+5
* | | | formatting pass over Active Record changelog. [ci skip]Yves Senn2015-11-041-18/+20
* | | | Remove incorrect commentsAndrew White2015-11-041-4/+0
|/ / /
* | / Fix spelling error [ci skip]Andrew White2015-11-041-1/+1
| |/ |/|
* | Merge pull request #18774 from yuki24/deprecate-original-exception-infavor-of...Jeremy Daer2015-11-0310-22/+39
|\ \
| * | Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-0310-22/+39
* | | Add test_float_limits to mysql2yui-knk2015-11-032-12/+48
|/ /
* | Merge pull request #21841 from yui-knk/fix_migration_statusAndrew White2015-11-023-7/+58
|\ \
| * | Make `db:migrate:status` to render `1_some.rb` format migrate files.yui-knk2015-11-023-7/+58
* | | 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-025-5/+30
* | Allow bigint with default nil for avoiding auto increment primary keyRyuta Kamizono2015-11-024-3/+36
* | Remove `DEFAULT_CHARSET` and `DEFAULT_COLLATION` in `MySQLDatabaseTasks`Ryuta Kamizono2015-11-023-21/+13
* | Add CHANGELOG entry for #22125 [ci skip]Takashi Kokubun2015-11-021-0/+5
* | 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
* | | Update changelog for #22122Sam Davies2015-11-011-0/+5
* | | minor formatting changes [ci skip]yuuji.yaginuma2015-10-311-2/+3
* | | Merge pull request #22125 from k0kubun/left_joinsSean Griffin2015-10-305-3/+10
|\ \ \
| * | | Alias left_joins to left_outer_joinsTakashi Kokubun2015-10-315-3/+10
* | | | 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-308-23/+322
|\ \ \ \
| * | | | Use advisory locks to prevent concurrent migrationsSam Davies2015-10-308-23/+322
* | | | | Fix test failures caused by #12071Sean Griffin2015-10-301-10/+10
| |/ / / |/| | |
* | | | Merge pull request #12071 from Crunch09/outer_joinsSean Griffin2015-10-306-5/+139
|\ \ \ \ | |_|/ / |/| | |
| * | | added ActiveRecord::Relation#left_outer_joinsFlorian Thomas2015-05-196-5/+139
* | | | Ensure `has_and_belongs_to_many` works with `belongs_to_required_by_default`Sean Griffin2015-10-293-2/+16
* | | | Add a changelog entry for #13008Sean Griffin2015-10-291-0/+4
* | | | Merge pull request #13008 from ktheory/sanitize_orderSean Griffin2015-10-292-0/+12
|\ \ \ \
| * | | | Support SQL sanitization in AR::QueryMethods#orderAaron Suggs2013-11-222-0/+12
* | | | | Merge pull request #19511 from larskanis/replace_const_conn_paramsSean Griffin2015-10-291-7/+2
|\ \ \ \ \
| * | | | | PostgreSQL, Replace static connection param list by the one built into libpq.Lars Kanis2015-03-251-7/+2
* | | | | | Don't disable errors when turning standard_conforming_strings onHarry Marr2015-10-292-12/+10
* | | | | | Never pass `nil` to `order`Sean Griffin2015-10-295-22/+7
* | | | | | Merge pull request #22106 from jamis/fix_default_fixture_class_namesYves Senn2015-10-292-3/+15
|\ \ \ \ \ \
| * | | | | | FixtureSet.fixture_class_names should have no default valueJamis Buck2015-10-292-3/+15
* | | | | | | Add CHANGELOG entry for #22101 [ci skip]Andrew White2015-10-291-0/+10
* | | | | | | Revert "Revert "Merge pull request #22026 from akihiro17/fix-preload-associat...Yves Senn2015-10-293-0/+28