aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23377 from bogdan/last-with-sqlEileen M. Uchitelle2016-02-134-17/+78
|\
| * Make ActiveRecord::Relation#last to reverse SQL orderBogdan Gusiev2016-02-134-17/+78
* | Fix grammar `a` to `an` [ci skip]Ryuta Kamizono2016-02-135-5/+5
* | Add the missing author name [ci skip]Ryuta Kamizono2016-02-131-0/+2
|/
* use rails instead of rakeGaurav Sharma2016-02-121-1/+1
* Merge pull request #18109 from k0kubun/unscoped-joinsSean Griffin2016-02-114-6/+29
|\
| * Allow `joins` to be unscopedTakashi Kokubun2016-01-314-6/+31
* | Merge pull request #23581 from diego-silva/uniqueness-validator-pk-fixSean Griffin2016-02-112-1/+12
|\ \
| * | UniquenessValidator exclude itself when PK changedDiego Silva2016-02-092-1/+12
* | | Ensure prepared statement caching still occurs with Adequate RecordSean Griffin2016-02-114-7/+7
* | | Merge pull request #23605 from y-yagi/remove_warnings_in_finder_methodsKasper Timm Hansen2016-02-111-4/+4
|\ \ \
| * | | remove warnings from FinderMethodsyuuji.yaginuma2016-02-111-4/+4
* | | | Merge pull request #23395 from PareshGupta/remove-unused-constantSantiago Pastorino2016-02-103-54/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Remove unused class AttributeMethodCachePareshGupta2016-02-022-25/+0
| * | | remove unused constants from activerecordPareshGupta2016-02-012-30/+6
* | | | build scope chain functionally and remove cachingAaron Patterson2016-02-101-14/+40
* | | | include activerecord and activesupport CHANGELOG entriesBrian Christian2016-02-101-0/+4
* | | | rename to 'second_to_last' and 'third_to_last'Brian Christian2016-02-105-25/+25
* | | | allow Array.penultimate and Array.antepenultiate access methodsBrian Christian2016-02-095-1/+61
| |/ / |/| |
* | | Add numeric type in the doc [ci skip]Ryuta Kamizono2016-02-081-3/+3
* | | Merge pull request #23547 from kamipo/schema_type_returns_symbolSean Griffin2016-02-073-8/+8
|\ \ \
| * | | `schema_type` returns symbol rather than stringRyuta Kamizono2016-02-083-8/+8
* | | | Merge pull request #23508 from meinac/add_numeric_type_into_migrationsSean Griffin2016-02-072-0/+12
|\ \ \ \
| * | | | Added numeric helper into migrations.Mehmet Emin İNAÇ2016-02-072-0/+12
* | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-02-072-12/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix indentationVijay Dev2016-02-071-1/+1
| * | | | [ci skip] Good bye SQLite2yui-knk2016-02-061-2/+0
| * | | | [ci skip] Update internal documents about ActiveRecord's Reflectionyui-knk2016-01-301-11/+14
* | | | | 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