aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18984 from rousisk/masterCarlos Antonio da Silva2015-02-181-2/+2
|\
| * Replace deprecated readonly option with scope blocks in docs and guideKonstantinos Rousis2015-02-181-2/+2
* | 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
* Add docs for the type registrySean Griffin2015-02-172-5/+24
* Rm `Type#type_cast`Sean Griffin2015-02-1713-28/+20
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-1722-106/+106
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-1740-79/+79
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-1736-71/+71
* 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-177-90/+19
* correct method name in deprecation messageyuuji.yaginuma2015-02-181-1/+1
* Deprecated passing of `start` value to `find_in_batches` and `find_each` in f...Vipul A M2015-02-173-24/+64
* Merge pull request #18662 from estum/foreign-key-existsYves Senn2015-02-164-15/+63
|\
| * Add methods to get foreign key matching argumentsAnton2015-01-292-40/+36
| * Add `foreign_key_exists?` method.Anton2015-01-243-0/+48
* | fix, `to_table` in `remove_foreign_key` should be plural.Yves Senn2015-02-161-1/+1
* | Register adapter specific types with the global type registrySean Griffin2015-02-157-67/+39
* | Add a global type registry, used to lookup and register typesSean Griffin2015-02-154-0/+336
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-02-141-3/+3
|\ \
| * | Do not use the same name for two `:belongs_to`claudiob2015-02-061-3/+3
* | | Mention `where.not` in the exampleGodfrey Chan2015-02-142-3/+7
* | | Fixed a bug where NULLs are casted into the first enum valueGodfrey Chan2015-02-132-3/+9
* | | Partially revert ae33aeaGodfrey Chan2015-02-132-5/+7
* | | Break up these testsGodfrey Chan2015-02-131-4/+23
* | | oops, 'format' is not a real enumGodfrey Chan2015-02-131-8/+8
* | | Enums mapping is a HWIA [ci skip]Godfrey Chan2015-02-131-2/+3
* | | Enums should be referred to by symbolsGodfrey Chan2015-02-132-6/+20
* | | remove CHANGELOG entry for Rails 5.0 only feature. #18918Yves Senn2015-02-131-7/+0
* | | Do not overwrite secret token value when already present.Wojciech Wnętrzak2015-02-123-2/+15
* | | Merge pull request #18915 from kamipo/extract_date_time_precision_testRafael Mendonça França2015-02-124-271/+102
|\ \ \
| * | | Extract `DateTimePrecisionTest`Ryuta Kamizono2015-02-134-271/+102
* | | | Optimize none? and one? relation query methods to use LIMIT and COUNT.Eugene Gilburg2015-02-126-2/+162
|/ / /
* | | Merge pull request #18886 from kamipo/allow_precision_option_for_time_columnRafael Mendonça França2015-02-127-19/+90
|\ \ \
| * | | Allow `:precision` option for time type columnsRyuta Kamizono2015-02-127-19/+90
* | | | get rid of transaction warning when running PG tests.Yves Senn2015-02-121-1/+1
* | | | pg tests, be clear about the missing type that causes a test skip.Yves Senn2015-02-122-15/+8
* | | | tests, remove unused requires.Yves Senn2015-02-122-2/+0
* | | | Schema creation doesn't load the appTamir Duberstein2015-02-111-1/+1
|/ / /
* | | Don't break enum on PGSean Griffin2015-02-111-1/+1
* | | Refactor enum to be defined in terms of the attributes APISean Griffin2015-02-113-44/+59
* | | `current_scope` shouldn't pollute sibling STI classesSean Griffin2015-02-114-6/+32
* | | Merge pull request #18888 from kamipo/refactor_quote_default_expressionRafael Mendonça França2015-02-114-18/+12
|\ \ \
| * | | Refactor `quote_default_expression`Ryuta Kamizono2015-02-114-18/+12
* | | | Remove the SQLite3 Binary subclassSean Griffin2015-02-112-28/+0
* | | | Remove an unused option that I didn't mean to commit [ci skip]Sean Griffin2015-02-111-2/+1
* | | | Remove most PG specific type subclassesSean Griffin2015-02-1113-90/+59
* | | | Merge pull request #18883 from kamipo/fix_datetime_precision_dumping_zero_for...Sean Griffin2015-02-113-23/+46
|\ \ \ \