aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Properly create through records when called with `where`Sean Griffin2015-02-261-0/+6
* Merge pull request #17601 from kamipo/support_any_unicode_charsetsRafael Mendonça França2015-02-251-2/+2
|\
| * Add `SchemaMigration.create_table` support any unicode charsets for MySQL.Ryuta Kamizono2015-02-261-2/+2
* | Merge pull request #17297 from rebyn/fix/17161-remove-objs-from-has_many-upda...Rafael Mendonça França2015-02-252-0/+26
|\ \ | |/ |/|
| * Add specs for adding-to/clear has_many collections’s behavior on `updated_at`Tu Hoang2014-10-302-0/+26
* | Merge pull request #18936 from arthurnn/txn_callbacksArthur Nogueira Neves2015-02-241-0/+60
|\ \
| * | Rename testsArthur Neves2015-02-241-4/+4
| * | Add before_commitArthur Neves2015-02-241-2/+3
| * | Add transaction callbacks that wont enroll to the transaction.Arthur Neves2015-02-241-0/+59
* | | Merge pull request #17426 from jpcody/fixture_associations_fixAaron Patterson2015-02-241-1/+19
|\ \ \
| * | | Rely on through table name in has_many fixturesJoshua Cody2014-10-291-1/+19
* | | | Merge pull request #18744 from mfazekas/no-table-name-with-fromRafael Mendonça França2015-02-241-0/+11
* | | | Fix mysql's schema.rb dumper so it does not include limit on emulated boolean...Court3nay2015-02-241-0/+5
* | | | rework `disable_referential_integrity` for PostgreSQL.Yves Senn2015-02-241-0/+89
* | | | Remove unused tableRyuta Kamizono2015-02-251-10/+0
* | | | Merge pull request #19030 from kamipo/extract_short_hand_column_methodsRafael Mendonça França2015-02-231-1/+34
|\ \ \ \
| * | | | The short-hand methods should be able to define multiple columnsRyuta Kamizono2015-02-231-1/+19
| * | | | Extract the short-hand methods into `ColumnMethods`Ryuta Kamizono2015-02-231-0/+8
| * | | | Extract `primary_key` method into `ColumnMethods`Ryuta Kamizono2015-02-221-0/+7
* | | | | Allow `:limit` option for MySQL bigint primary key supportRyuta Kamizono2015-02-241-0/+10
* | | | | Require `belongs_to` by default.Josef Šimánek2015-02-211-0/+50
|/ / / /
* | | | Error message testing fixFranky W2015-02-203-5/+11
* | | | Merge branch 'rm-take' into 4-1-stableRafael Mendonça França2015-02-201-1/+29
* | | | Do not test, document or use a private API methodRafael Mendonça França2015-02-202-23/+0
* | | | Merge pull request #16989 from Empact/reload-cache-clearRafael Mendonça França2015-02-201-2/+2
|\ \ \ \
| * | | | Isolate access to @associations_cache and @aggregations cache to the Associat...Ben Woosley2014-09-283-6/+6
* | | | | Merge pull request #17139 from mfazekas/fix_becomes_changed_attributesRafael Mendonça França2015-02-201-0/+6
|\ \ \ \ \
| * | | | | Always reset changed attributes in becomesMiklos Fazekas2015-02-041-0/+6
* | | | | | Add schema dumping tests for datetime and time precisionRyuta Kamizono2015-02-203-8/+34
* | | | | | Format the time string according to the precision of the time columnRyuta Kamizono2015-02-201-0/+19
* | | | | | Allow `:precision` option for time type columnsRyuta Kamizono2015-02-202-1/+66
* | | | | | Merge pull request #18996 from morgoth/deprecate-more-errors-methodsYves Senn2015-02-192-2/+2
|\ \ \ \ \ \
| * | | | | | Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methodsWojciech Wnętrzak2015-02-192-2/+2
* | | | | | | Merge pull request #18916 from kamipo/handle_array_option_in_type_to_sqlRafael Mendonça França2015-02-191-0/+7
|\ \ \ \ \ \ \
| * | | | | | | Should handle array option for `:cast_as`Ryuta Kamizono2015-02-191-0/+7
* | | | | | | | Merge pull request #18979 from kamipo/extract_precision_from_datetime_and_tim...Rafael Mendonça França2015-02-191-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Extract precision from datetime and time columnsRyuta Kamizono2015-02-191-1/+1
| |/ / / / / / /
* | | | | | | | Copy edit the suppressor documentationRafael Mendonça França2015-02-191-1/+0
* | | | | | | | Add `ActiveRecord::Base.suppress`Michael Ryan2015-02-184-0/+32
|/ / / / / / /
* / / / / / / Add `time` option to `#touch`Hyonjee Joo2015-02-181-0/+21
|/ / / / / /
* | | | | | Prefer `drop_table if_exists: true` over raw SQLRyuta Kamizono2015-02-1821-25/+25
* | | | | | prefer `drop_table if_exists: true` over raw SQL.Yves Senn2015-02-1812-12/+12
* | | | | | Rm `Type#type_cast`Sean Griffin2015-02-172-2/+2
* | | | | | `type_cast_from_user` -> `cast`Sean Griffin2015-02-1712-90/+90
* | | | | | `type_cast_for_database` -> `serialize`Sean Griffin2015-02-1714-46/+46
* | | | | | `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-1716-44/+44
* | | | | | Add line endings to files which are missing themSean Griffin2015-02-1716-16/+16
* | | | | | Fix test failures on Mysql 5.5Sean Griffin2015-02-171-1/+1
* | | | | | Update code which depended on methods added by 1502caefSean Griffin2015-02-171-1/+1
* | | | | | Revert "Allow `:precision` option for time type columns"Sean Griffin2015-02-171-65/+0