aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | 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-014-16/+15
|/ / / /
* | | | Merge pull request #23359 from kamipo/make_to_primary_keyRafael França2016-02-012-15/+4
|\ \ \ \
| * | | | Make to primary key instead of an unique index for internal tablesRyuta Kamizono2016-01-312-15/+4
* | | | | Extract `ExplainPrettyPrinter` to appropriate filesRyuta Kamizono2016-02-017-119/+137
* | | | | Merge pull request #23360 from kamipo/oid_money_precision_is_unusedRafael França2016-01-312-8/+0
|\ \ \ \ \
| * | | | | `OID::Money.precision` is unused since #15239Ryuta Kamizono2016-01-312-8/+0
| |/ / / /
* | | | | Remove `case macro` from `calculate_constructable`yui-knk2016-02-011-8/+13
* | | | | Merge pull request #23387 from mcfiredrill/clarify-touching-callbacksKasper Timm Hansen2016-01-311-0/+2
|\ \ \ \ \
| * | | | | clarify the touch true option does not trigger after_save/update [ci skip]Tony Miller2016-02-011-0/+2
* | | | | | Merge pull request #23169 from y-yagi/rake_proxy_in_engineKasper Timm Hansen2016-01-311-1/+1
|\ \ \ \ \ \
| * | | | | | make rake proxy work in rails enginesyuuji.yaginuma2016-01-311-1/+1
* | | | | | | Each concrete classes have responsibility to return `association_class`yui-knk2016-01-311-22/+25
|/ / / / / /
* | | | | | Merge pull request #23362 from vipulnsward/20821-save-doc-updateJon Moss2016-01-301-3/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | - Updated persistence documentation to make it clear that save and save! won'...Vipul A M2016-01-311-3/+3
* | | | | | Revert "Merge pull request #23346 from kamipo/refactor_oid_money_precision"Rafael Mendonça França2016-01-302-5/+9
* | | | | | Merge pull request #23345 from yui-knk/warning_when_composite_primary_key_is_...Rafael França2016-01-301-0/+6
|\ \ \ \ \ \