aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* 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
* PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-258-24/+24
* Merge pull request #19503 from jasoncodes/no-psqlrcYves Senn2015-03-253-3/+7
|\
| * 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-243-1/+19
|\
| * Fix referencing wrong aliases while joining tables of has many throughpinglamb2015-03-223-1/+19
* | Merge pull request #19493 from larskanis/add_infinity_testYves Senn2015-03-241-0/+9
|\ \
| * | PostgreSQL, Add test case for "Infinity" string assignment to float columns.Lars Kanis2015-03-221-0/+9
| |/
* | [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-233-5/+2
|\ \
| * | remove old unavailable link with relevant fixGaurav Sharma2015-03-233-5/+2
* | | 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-233-1/+20
* | Move #19447 changelog to the top and reword it a bit [ci skip]Carlos Antonio da Silva2015-03-221-6/+8
|/
* 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-214-1/+16
|/
* Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-202-1/+35
* Don't cast nil to string in pg enumsSean Griffin2015-03-192-1/+11
* 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
* | Merge pull request #19404 from dmathieu/remove_rack_envAaron Patterson2015-03-192-35/+1
|\ \
| * | don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-192-35/+1
* | | Merge pull request #19406 from larskanis/add_changelog_entry_for_17680Yves Senn2015-03-191-0/+7
| |/ |/|
* | Active Record changelog pass [skip ci]Jon Atack2015-03-191-35/+38
|/
* Improve test for leaky scope chaineileencodes2015-03-181-1/+7
* Add `clear_association_scope_cache` methodeileencodes2015-03-181-0/+15
* Merge pull request #19348 from Empact/null-scopeYves Senn2015-03-183-2/+19
|\
| * Reuse the CollectionAssociation#reader proxy cache if the foreign key is pres...Ben Woosley2015-03-153-2/+19
* | 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-174-7/+64
* | Drop `references_eager_loaded_tables?` test from `has_include?`Ben Woosley2015-03-171-1/+1
* | Remove unused variable in activerecord reflection_test.Juanito Fatas2015-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
|\ \
| * | Materialize subqueries by adding `DISTINCT`Yasuo Honda2015-03-161-1/+3
| |/
* / Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-1651-87/+141
|/
* Fix leaky chain on polymorphic associationeileencodes2015-03-156-1/+21
* Doc fix about association hierarchykeepcosmos2015-03-151-2/+2
* Fix before_commit when updating a record on the callbackArthur Neves2015-03-142-23/+44
* Merge pull request #19301 from Empact/default-scopesCarlos Antonio da Silva2015-03-126-19/+20
|\
| * Isolate access to .default_scopes in ActiveRecord::Scoping::DefaultBen Woosley2015-03-126-19/+20
* | Require pg~>0.18 to ensure Ruby 2.2 compatibilityMatt Brictson2015-03-112-2/+7
|/