aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18109 from k0kubun/unscoped-joinsSean Griffin2016-02-111-6/+12
|\
| * Allow `joins` to be unscopedTakashi Kokubun2016-01-311-6/+12
* | Merge pull request #23581 from diego-silva/uniqueness-validator-pk-fixSean Griffin2016-02-111-1/+1
|\ \
| * | UniquenessValidator exclude itself when PK changedDiego Silva2016-02-091-1/+1
* | | 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
* | | | rename to 'second_to_last' and 'third_to_last'Brian Christian2016-02-104-21/+21
* | | | allow Array.penultimate and Array.antepenultiate access methodsBrian Christian2016-02-094-1/+51
| |/ / |/| |
* | | 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-071-0/+2
|\ \ \ \
| * | | | Added numeric helper into migrations.Mehmet Emin İNAÇ2016-02-071-0/+2
* | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-02-071-10/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix indentationVijay Dev2016-02-071-1/+1
| * | | | [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-051-4/+6
| |/ / / |/| | |
* | | | Remove the assumption of schema in DATABASE_URLJeremy Baker2016-02-041-1/+1
* | | | 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-031-10/+7
|\ \ \ \ \
| * | | | | Active Record supports MySQL >= 5.0Ryuta Kamizono2016-02-041-10/+7
| |/ / / /
* | | | | SQLite 2 support has been dropped [ci skip]Ryuta Kamizono2016-02-042-3/+0
* | | | | Merge pull request #23457 from matthewd/arel-attributeMatthew Draper2016-02-0411-31/+34
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Extract a Relation#arel_attributeMatthew Draper2016-02-047-16/+20
| * | | | Defer Arel attribute lookup to the model classMatthew Draper2016-02-0411-31/+30
* | | | | 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
* | | | | | Merge pull request #20997 from himesh-r/issue-20995Arthur Neves2016-02-021-1/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Changed id-writer to save join table records based on association primary key...Himesh2016-02-021-1/+4
* | | | | | The minimum supported version of PostgreSQL is now >= 9.1Remo Mueller2016-02-021-3/+2
* | | | | | 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-021-2/+12
* | | | | | Remove unnecessary overriding of `#initialize`yui-knk2016-02-021-12/+0
| |/ / / / |/| | | |
* | | | | Merge pull request #23331 from amatsuda/valid_scope_nameRafael França2016-02-021-0/+10
|\ \ \ \ \
| * | | | | Revert "Remove valid_scope_name? check - use ruby"Akira Matsuda2016-01-281-0/+10
* | | | | | Preparing for Rails 5.0.0.beta2Sean Griffin2016-02-011-1/+1
* | | | | | Merge pull request #23407 from jeremy/corrupt-before-commitJeremy Daer2016-02-011-2/+7
|\ \ \ \ \ \
| * | | | | | Fix corrupt transaction state caused by `before_commit` exceptionsJeremy Daer2016-02-011-2/+7
* | | | | | | Revert "Merge pull request #16400 from bogdan/last-with-sql"Sean Griffin2016-02-011-17/+22
|/ / / / / /
* | | | | | Rename `active_record_internal_metadatas` to `ar_internal_metadata`Yasuo Honda2016-02-011-0/+13
* | | | | | Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadataYasuo Honda2016-02-011-2/+2
| |_|_|/ / |/| | | |