aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't invoke sql_runtime if logger is not set to infoeileencodes2015-04-042-2/+3
* remove duplicatesKoen Punt2015-04-031-4/+0
* Freeze static arguments for gsubbrainopia2015-04-023-4/+4
* Prefer string patterns for gsubbrainopia2015-04-023-3/+3
* Merge pull request #19586 from mechanicles/fix-eager-loading-for-find-methodsRafael Mendonça França2015-03-311-1/+1
|\
| * Fix eager loading association using default_scope for finder methods.Santosh Wadghule2015-03-311-1/+1
* | Make method as nodoc since we are already docummenting at AbstractAdapterRafael Mendonça França2015-03-311-1/+1
* | [ci skip] Combine complementary AR #find doc linesAlexander Dimitriyadi2015-03-301-3/+1
|/
* Clarify the role of `ActiveRecord::Core.encode_with`Sean Griffin2015-03-291-4/+8
* Reduce memory usage when loading types in PGSean Griffin2015-03-293-10/+34
* [skip ci] Improve `warn_on_records_fetched` documentationJon Atack2015-03-272-7/+6
* Partially merge #17650Sean Griffin2015-03-263-147/+20
|\
| * PostgreSQL, Use ruby-pg's built-in capabilities for array en-/decoding in C.Lars Kanis2015-03-253-147/+10
| * PostgreSQL, Add input type casts for primitive types.Lars Kanis2015-03-251-0/+10
* | Partially merge #17650Sean Griffin2015-03-263-10/+10
|\|
| * PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-253-10/+10
* | Merge pull request #18846 from hundredwatt/feat/warn-on-result-set-sizeRafael Mendonça França2015-03-263-0/+67
|\ \
| * | Add `config.active_record.warn_on_records_fetched_greater_than` optionJason Nochlin2015-03-253-0/+67
| |/
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-03-261-1/+1
|\ \ | |/ |/|
| * [ci skip] Add <tt> tag to `save!` and `create!`yui-knk2015-03-211-1/+1
* | Avoid loading user's psqlrc when loading test structureJason Weathered2015-03-251-1/+1
* | Revert "Merge pull request #19500 from ccutrer/dry_sti_subclass_finding"Rafael Mendonça França2015-03-241-19/+19
* | DRY up STI subclass logicCody Cutrer2015-03-241-19/+19
* | Merge pull request #19452 from pinglamb/fix-referencing-wrong-alias-when-join...Carlos Antonio da Silva2015-03-241-1/+1
|\ \
| * | Fix referencing wrong aliases while joining tables of has many throughpinglamb2015-03-221-1/+1
* | | [ci skip] Remove unacceptable method nameyui-knk2015-03-241-1/+1
* | | Merge pull request #19449 from Gaurav2728/gaurav-unavailable_linkRafael Mendonça França2015-03-231-2/+1
|\ \ \
| * | | remove old unavailable link with relevant fixGaurav Sharma2015-03-231-2/+1
* | | | update mysql link that has been replacedGaurav Sharma2015-03-231-1/+1
|/ / /
* | | Provide a more truthful #inspectMatthew Draper2015-03-231-0/+4
* | | Make sure to persist a newly-nil serialized valueMatthew Draper2015-03-231-1/+3
|/ /
* | Merge pull request #19442 from joevandyk/patch-1Matthew Draper2015-03-221-1/+3
|\ \
| * | Fix documentation for find_or_create_byJoe Van Dyk2015-03-211-1/+3
* | | Delegate limit to subtypewallerjake2015-03-211-1/+1
|/ /
* | Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-201-1/+1
* | Don't cast nil to string in pg enumsSean Griffin2015-03-191-1/+3
* | Updated MySQL documentation link to MySQL latest version 5.6 everywhere [ci s...amitkumarsuroliya2015-03-192-4/+4
* | Updated MySQL documentation link to latest version MySQL 5.6 [ci skip]amitkumarsuroliya2015-03-191-2/+2
* | Merge pull request #19407 from amitsuroliya/mysql_adapter_docYves Senn2015-03-191-1/+1
|\ \
| * | Updated MySQL documentation link for STRICT_ALL_TABLESamitkumarsuroliya2015-03-191-1/+1
* | | don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-191-1/+1
|/ /
* | Add `clear_association_scope_cache` methodeileencodes2015-03-181-0/+15
* | Merge pull request #19348 from Empact/null-scopeYves Senn2015-03-181-2/+2
|\ \
| * | Reuse the CollectionAssociation#reader proxy cache if the foreign key is pres...Ben Woosley2015-03-151-2/+2
* | | Update old link in pessimistic.rb commentsAlexander Leishman2015-03-181-1/+1
* | | Fix NullRelation.update_all and .exists? signature to match the same on RelationBen Woosley2015-03-181-2/+2
* | | Add config.active_record.dump_schemas.Ryan Wallace2015-03-172-1/+18
* | | Drop `references_eager_loaded_tables?` test from `has_include?`Ben Woosley2015-03-171-1/+1
* | | reflection doc fix about hierarchykeepcosmos2015-03-171-1/+1
* | | Merge pull request #19359 from yahonda/mysql_subclientRafael Mendonça França2015-03-161-1/+3
|\ \ \