aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Properly copy nested bind values from subqueried relationsSean Griffin2015-01-091-9/+21
* Properly persist `lock_version` as 0 if the DB has no defaultSean Griffin2015-01-091-2/+4
* Merge pull request #16640 from mfazekas/fix_loop_in_changed_for_autosaveGodfrey Chan2015-01-071-0/+10
|\
| * Fix potenital stack level too deep with autosave or validationMiklos Fazkeas2015-01-041-0/+10
* | Fix count on a separate connection (fixes #18359)brainopia2015-01-081-0/+7
* | Fix lookup of fixtures with non-string labelPrathamesh Sonpatki2015-01-062-0/+7
* | Merge pull request #18350 from brainopia/fix_build_from_bind_valuesSean Griffin2015-01-051-1/+9
|\ \
| * | Correctly fetch bind_values from join in subquerybrainopia2015-01-061-1/+9
* | | Whitespace fixes from #18349Sean Griffin2015-01-051-2/+1
* | | Merge pull request #18349 from jdelStrother/primarykeylessSean Griffin2015-01-051-0/+22
|\ \ \ | |/ / |/| |
| * | Fix rollback of primarykey-less tablesJonathan del Strother2015-01-051-0/+22
* | | Add firebird support to test suiteRay Zane2015-01-055-21/+28
* | | Clean up secure_token_testJon Atack2015-01-051-5/+5
* | | remove deprecated support to preload instance-dependent associaitons.Yves Senn2015-01-052-26/+9
* | | remove deprecated support for PG ranges with exclusive lower bounds.Yves Senn2015-01-051-27/+5
* | | can't kill thread with in-memory db. fixes `rake test:sqlite3_mem`.Yves Senn2015-01-051-0/+2
* | | remove deprecation warning when modifying a Relation with cached arel.Yves Senn2015-01-051-0/+8
| |/ |/|
* | Remove version conditional for calling GC.disableRafael Mendonça França2015-01-041-1/+1
* | Remove Thread hack for Ruby 1.9claudiob2015-01-041-23/+18
* | Add has_secure_token to Active Recordrobertomiranda2015-01-043-0/+48
* | Change the behavior of boolean columns to be closer to Ruby's semantics.Rafael Mendonça França2015-01-041-6/+4
* | Change transaction callbacks to not swallowing errors.Rafael Mendonça França2015-01-042-44/+0
* | Remove deprecated `sanitize_sql_hash_for_conditions`Rafael Mendonça França2015-01-041-11/+0
* | Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`Rafael Mendonça França2015-01-041-6/+0
* | Remove deprecated access to connection specification using a string acessor.Rafael Mendonça França2015-01-041-38/+0
* | Change the default `null` value for `timestamps` to `false`Rafael Mendonça França2015-01-042-61/+27
* | Return an array of pools from `connection_pools`Rafael Mendonça França2015-01-041-3/+1
* | Return a null column from `column_for_attribute` when no column exists.Rafael Mendonça França2015-01-041-4/+18
* | Remove deprecated `serialized_attributes`Rafael Mendonça França2015-01-041-6/+0
* | Remove `cache_attributes` and friendsRafael Mendonça França2015-01-041-14/+0
* | Remove deprecated automatic counter caches on `has_many :through`Rafael Mendonça França2015-01-041-26/+0
* | Remove deprecated `ActiveModel::Dirty#reset_#{attribute}` and `ActiveModel::D...Rafael Mendonça França2015-01-041-12/+0
* | Remove deprecated methods at `Kernel`.Rafael Mendonça França2015-01-042-1/+23
|/
* Prefer `array?` rather than `array`Ryuta Kamizono2015-01-0415-22/+22
* Merge pull request #17227 from claudiob/explicitly-abort-callbacksRafael Mendonça França2015-01-038-26/+163
|\
| * Deprecate `false` as the way to halt AR callbacksclaudiob2015-01-028-26/+163
* | Merge pull request #18307 from brainopia/datetime_regressionRafael Mendonça França2015-01-021-0/+8
|\ \ | |/ |/|
| * Support datetime values in AR::Type::DateTime#type_cast_for_databasebrainopia2015-01-031-0/+8
* | Don't test invalid log encoding against PostgreSQL adapterRafael Mendonça França2015-01-021-4/+6
* | Merge pull request #8547 from printercu/patch-1Rafael Mendonça França2015-01-021-0/+8
|\ \
| * | fix for messages in invalid encoding from db-driversMax Melentiev2013-12-071-0/+9
* | | Merge pull request #17820 from fw42/restore_query_cache_on_rollbackRafael Mendonça França2015-01-021-0/+32
|\ \ \
| * | | Restore query cache on rollbackFlorian Weingarten2014-12-011-0/+32
* | | | Merge pull request #15309 from iantropov/issue_12698_build_throughRafael Mendonça França2015-01-022-1/+12
|\ \ \ \
| * | | | Add setting of FK for throgh associations while buildingIvan Antropov2014-05-252-1/+12
* | | | | Merge pull request #18228 from kamipo/correctly_dump_primary_keyRafael Mendonça França2015-01-021-0/+19
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Improve a dump of the primary key support.Ryuta Kamizono2014-12-291-0/+19
* | | | | Remove support to activerecord-deprecated_findersRafael Mendonça França2015-01-022-3/+2
* | | | | Merge pull request #18067 from kamipo/format_datetime_string_according_to_pre...Rafael Mendonça França2015-01-024-1/+182
|\ \ \ \ \
| * | | | | Format the datetime string according to the precision of the datetime field.Ryuta Kamizono2015-01-022-0/+34