aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23519 from kamipo/mariadb_does_not_support_json_typeSean Griffin2016-02-061-1/+1
|\
| * MariaDB does not support JSON typeRyuta Kamizono2016-02-061-1/+1
* | Remove duplicated `require 'arel'`Ryuta Kamizono2016-02-061-1/+0
|/
* Revert "Dump indexes in `create_table` instead of `add_index`"Sean Griffin2016-02-053-21/+16
* Remove accidental additional testJeremy Baker2016-02-041-5/+0
* Add a resolver test for the missing schemeJeremy Baker2016-02-042-0/+11
* Remove the assumption of schema in DATABASE_URLJeremy Baker2016-02-041-1/+1
* Typos in AR testsAkira Matsuda2016-02-044-5/+5
* Merge pull request #23460 from kamipo/innodb_supports_fulltext_and_spatial_in...Sean Griffin2016-02-031-1/+1
|\
| * InnoDB supports FULLTEXT and Spatial Indexes [ci skip]Ryuta Kamizono2016-02-041-1/+1
* | Merge pull request #23458 from kamipo/activerecord_supports_mysql_5.0_and_upSean Griffin2016-02-032-12/+8
|\ \
| * | Active Record supports MySQL >= 5.0Ryuta Kamizono2016-02-042-12/+8
| |/
* | SQLite 2 support has been dropped [ci skip]Ryuta Kamizono2016-02-042-3/+0
* | Merge pull request #23457 from matthewd/arel-attributeMatthew Draper2016-02-0412-31/+38
|\ \ | |/ |/|
| * Extract a Relation#arel_attributeMatthew Draper2016-02-047-16/+20
| * Defer Arel attribute lookup to the model classMatthew Draper2016-02-0412-31/+34
* | Merge pull request #23442 from prathamesh-sonpatki/improve-pg-version-old-err...Rafael França2016-02-031-1/+1
|\ \
| * | Mention supported PG version in the error message.Prathamesh Sonpatki2016-02-031-1/+1
* | | Typos in AR testsAkira Matsuda2016-02-036-10/+10
* | | Merge pull request #20997 from himesh-r/issue-20995Arthur Neves2016-02-022-2/+5
|\ \ \ | |/ / |/| |
| * | Changed id-writer to save join table records based on association primary key...Himesh2016-02-022-2/+5
* | | The minimum supported version of PostgreSQL is now >= 9.1Remo Mueller2016-02-022-3/+8
* | | Ensure tz aware attributes continue to work with arraysSean Griffin2016-02-021-1/+1
* | | Avoid infinite recursion when bad values are passed to tz aware fieldsSean Griffin2016-02-022-2/+19
* | | Remove unnecessary overriding of `#initialize`yui-knk2016-02-021-12/+0
| |/ |/|
* | Merge pull request #23331 from amatsuda/valid_scope_nameRafael França2016-02-022-0/+29
|\ \
| * | Suppress :warning:sAkira Matsuda2016-01-281-1/+1
| * | scope needs the second argumentAkira Matsuda2016-01-281-1/+1
| * | Revert "Remove valid_scope_name? check - use ruby"Akira Matsuda2016-01-282-0/+29
* | | Add some Action Cable CHANGELOG entriesRafael Mendonça França2016-02-011-3/+0
* | | Preparing for Rails 5.0.0.beta2Sean Griffin2016-02-012-1/+6
* | | Merge pull request #23407 from jeremy/corrupt-before-commitJeremy Daer2016-02-012-2/+33
|\ \ \
| * | | Fix corrupt transaction state caused by `before_commit` exceptionsJeremy Daer2016-02-012-2/+33
* | | | Revert "Merge pull request #16400 from bogdan/last-with-sql"Sean Griffin2016-02-013-60/+31
|/ / /
* | | Rename `active_record_internal_metadatas` to `ar_internal_metadata`Yasuo Honda2016-02-012-0/+28
* | | Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadataYasuo Honda2016-02-013-11/+11
* | | tabenai (typo)Akira Matsuda2016-02-011-6/+6
* | | Merge pull request #23391 from erullmann/join_table_indexesRafael França2016-02-011-0/+4
|\ \ \
| * | | Added references option to join tablesErnst Rullmann2016-01-311-0/+4
* | | | Avoid extra `show variables` in migrationRyuta Kamizono2016-02-015-21/+15
|/ / /
* | | Merge pull request #23359 from kamipo/make_to_primary_keyRafael França2016-02-014-40/+5
|\ \ \
| * | | Make to primary key instead of an unique index for internal tablesRyuta Kamizono2016-01-314-40/+5
* | | | Merge pull request #23373 from kamipo/remove_duplicated_composite_primary_key...Rafael França2016-02-013-17/+1
|\ \ \ \
| * | | | Remove duplicated composite primary key testsRyuta Kamizono2016-02-013-17/+1
* | | | | Extract `ExplainPrettyPrinter` to appropriate filesRyuta Kamizono2016-02-017-119/+137
|/ / / /
* | | | Merge pull request #23372 from kamipo/use_index_in_create_in_test_schemaRafael França2016-02-012-11/+9
|\ \ \ \
| * | | | Use `t.index` in `create_table` instead of `add_index` in test schemaRyuta Kamizono2016-01-312-11/+9
* | | | | Merge pull request #23374 from prathamesh-sonpatki/migration-compatiblity-testsRafael França2016-01-311-0/+30
|\ \ \ \ \
| * | | | | Added test for backward compatibility of null constraints on timestamp columnsPrathamesh Sonpatki2016-01-311-0/+30
| |/ / / /
* | | | | :speak_no_evil: :warning:Akira Matsuda2016-02-012-2/+6