aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22362 from radar/toggle-documentationClaudio B2015-11-201-0/+8
|\
| * Add example for AR::Persistence#toggleRyan Bigg2015-11-211-0/+8
* | 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-193-26/+1
* | Allow specifying the default table options for mysql adaptersSean Griffin2015-11-193-1/+26
* | Rename 'key' to 'lock_id' or 'lock_name' for advisory lockingSam Davies2015-11-188-65/+65
* | Fix incorrect issue number [ci skip]Andrew White2015-11-171-1/+1
* | Merge pull request #22316 from yui-knk/changelog_for_22300Andrew White2015-11-171-0/+6
|\ \
| * | [ci skip] Add CHANGELOG for #22300 (817c1825c15013fd0180762ac5c05a2e024a640d)yui-knk2015-11-181-0/+6
* | | Raise ArgumentError when passing a truthy value to mergeAndrew White2015-11-172-5/+10
|/ /
* | 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-172-3/+9
|\ \ \
| * | | Make `AR::SpawnMethods#merge!` to check an arg is a Procyui-knk2015-11-122-3/+9
* | | | Merge pull request #22300 from yui-knk/fix_21893Sean Griffin2015-11-165-5/+23
|\ \ \ \
| * | | | Except keys of `build_record`'s argument from `create_scope` in initialize_at...yui-knk2015-11-165-5/+23
| | |/ / | |/| |
* | | | 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-0924-98/+208
|/ /
* | Improve support for non Active Record objects on `validates_associated`Kassio Borges2015-11-083-2/+28
* | 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
* | 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
|\ \