aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "Allow specifying the default table options for mysql adapters"Sean Griffin2015-11-191-2/+1
* Allow specifying the default table options for mysql adaptersSean Griffin2015-11-191-1/+2
* Rename 'key' to 'lock_id' or 'lock_name' for advisory lockingSam Davies2015-11-184-18/+18
* Raise ArgumentError when passing a truthy value to mergeAndrew White2015-11-171-1/+3
* Merge pull request #22257 from yui-knk/fix_merge_to_not_call_to_proc_for_hashAndrew White2015-11-171-3/+5
|\
| * Make `AR::SpawnMethods#merge!` to check an arg is a Procyui-knk2015-11-121-3/+5
* | Merge pull request #22300 from yui-knk/fix_21893Sean Griffin2015-11-161-3/+6
|\ \
| * | Except keys of `build_record`'s argument from `create_scope` in initialize_at...yui-knk2015-11-161-3/+6
* | | Merge pull request #22302 from kamipo/remove_not_needed_native_database_types...Yves Senn2015-11-162-4/+0
|\ \ \
| * | | Remove not needed `NATIVE_DATABASE_TYPES` entriesRyuta Kamizono2015-11-162-4/+0
| |/ /
* / / Freeze association foreign keys to reduce allocationsSean Griffin2015-11-151-1/+1
|/ /
* / Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-096-12/+77
|/
* Improve support for non Active Record objects on `validates_associated`Kassio Borges2015-11-081-2/+8
* Update belongs_to.rbEhsan Yousefi2015-11-081-2/+1
* docs, get rid of artifact in `RecordFetchWarning` docs.Yves Senn2015-11-071-0/+2
* 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
* Ensure `#reset_column_information` clears child classes as wellSean Griffin2015-11-071-0/+3
* Avoids mutating the original response in connection management middlewareKevin Buchanan2015-11-061-4/+3
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-043-3/+3
* Remove incorrect commentsAndrew White2015-11-041-4/+0
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-038-17/+25
* Make `db:migrate:status` to render `1_some.rb` format migrate files.yui-knk2015-11-022-7/+17
* Define `sanitize_sql_for_order` for AR and use it inside `preprocess_order_args`yui-knk2015-11-022-5/+17
* Allow bigint with default nil for avoiding auto increment primary keyRyuta Kamizono2015-11-022-3/+6
* Remove `DEFAULT_CHARSET` and `DEFAULT_COLLATION` in `MySQLDatabaseTasks`Ryuta Kamizono2015-11-021-8/+0
* Merge pull request #22125 from k0kubun/left_joinsSean Griffin2015-10-303-2/+4
|\
| * Alias left_joins to left_outer_joinsTakashi Kokubun2015-10-313-2/+4
* | Merge pull request #22122 from samphilipd/sam/manual_locking_on_schema_migrat...Sean Griffin2015-10-304-23/+123
|\ \ | |/ |/|
| * Use advisory locks to prevent concurrent migrationsSam Davies2015-10-304-23/+123
* | Merge pull request #12071 from Crunch09/outer_joinsSean Griffin2015-10-304-5/+56
|\ \
| * | added ActiveRecord::Relation#left_outer_joinsFlorian Thomas2015-05-194-5/+56
* | | Ensure `has_and_belongs_to_many` works with `belongs_to_required_by_default`Sean Griffin2015-10-291-2/+2
* | | Merge pull request #13008 from ktheory/sanitize_orderSean Griffin2015-10-291-0/+7
|\ \ \
| * | | Support SQL sanitization in AR::QueryMethods#orderAaron Suggs2013-11-221-0/+7
* | | | 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-291-7/+2
* | | | | Never pass `nil` to `order`Sean Griffin2015-10-294-16/+7
* | | | | Merge pull request #22106 from jamis/fix_default_fixture_class_namesYves Senn2015-10-291-3/+1
|\ \ \ \ \
| * | | | | FixtureSet.fixture_class_names should have no default valueJamis Buck2015-10-291-3/+1
* | | | | | Revert "Revert "Merge pull request #22026 from akihiro17/fix-preload-associat...Yves Senn2015-10-291-0/+4
* | | | | | Merge pull request #22101 from gocardless/ar-pgbouncer-fixAndrew White2015-10-291-4/+5
|\ \ \ \ \ \
| * | | | | | Check standard_conforming_strings is not readonlyHarry Marr2015-10-291-1/+1
| * | | | | | Avoid disabling postgres errorsHarry Marr2015-10-281-4/+5
| |/ / / / /
* | | | | | Revert "Merge pull request #22026 from akihiro17/fix-preload-association"Sean Griffin2015-10-291-4/+0
* | | | | | Merge pull request #19501 from ccutrer/dry_sti_subclass_finding2Sean Griffin2015-10-291-20/+18
|\ \ \ \ \ \
| * | | | | | Fix a stylistic nitpick in #19501Sean Griffin2015-10-291-3/+3
| * | | | | | Fix test failures caused by #19501Sean Griffin2015-10-291-1/+1