| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #19586 from mechanicles/fix-eager-loading-for-find-methods | Rafael Mendonça França | 2015-03-31 | 2 | -1/+18 |
|\ |
|
| * | Fix eager loading association using default_scope for finder methods. | Santosh Wadghule | 2015-03-31 | 2 | -1/+18 |
* | | Make method as nodoc since we are already docummenting at AbstractAdapter | Rafael Mendonça França | 2015-03-31 | 1 | -1/+1 |
* | | use Model.reset_column_information to clear table cache connection wide. | Kuldeep Aggarwal | 2015-03-31 | 2 | -2/+4 |
* | | [ci skip] Combine complementary AR #find doc lines | Alexander Dimitriyadi | 2015-03-30 | 1 | -3/+1 |
|/ |
|
* | Clarify the role of `ActiveRecord::Core.encode_with` | Sean Griffin | 2015-03-29 | 1 | -4/+8 |
* | Reduce memory usage when loading types in PG | Sean Griffin | 2015-03-29 | 4 | -10/+40 |
* | use correct method in batches test | yuuji.yaginuma | 2015-03-29 | 1 | -2/+3 |
* | [skip ci] Improve `warn_on_records_fetched` documentation | Jon Atack | 2015-03-27 | 2 | -7/+6 |
* | Partially merge #17650 | Sean Griffin | 2015-03-26 | 3 | -147/+20 |
|\ |
|
| * | PostgreSQL, Use ruby-pg's built-in capabilities for array en-/decoding in C. | Lars Kanis | 2015-03-25 | 3 | -147/+10 |
| * | PostgreSQL, Add input type casts for primitive types. | Lars Kanis | 2015-03-25 | 1 | -0/+10 |
* | | Partially merge #17650 | Sean Griffin | 2015-03-26 | 8 | -24/+24 |
|\| |
|
| * | PostgreSQL, Fix OID based type casts in C for primitive types. | Lars Kanis | 2015-03-25 | 8 | -24/+24 |
* | | Merge pull request #18846 from hundredwatt/feat/warn-on-result-set-size | Rafael Mendonça França | 2015-03-26 | 5 | -0/+102 |
|\ \ |
|
| * | | Add `config.active_record.warn_on_records_fetched_greater_than` option | Jason Nochlin | 2015-03-25 | 5 | -0/+102 |
| |/ |
|
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-03-26 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | [ci skip] Add <tt> tag to `save!` and `create!` | yui-knk | 2015-03-21 | 1 | -1/+1 |
* | | Merge pull request #19503 from jasoncodes/no-psqlrc | Yves Senn | 2015-03-25 | 3 | -3/+7 |
|\ \ |
|
| * | | Avoid loading user's psqlrc when loading test structure | Jason Weathered | 2015-03-25 | 1 | -1/+1 |
|/ / |
|
* | | Revert "Merge pull request #19500 from ccutrer/dry_sti_subclass_finding" | Rafael Mendonça França | 2015-03-24 | 1 | -19/+19 |
* | | DRY up STI subclass logic | Cody Cutrer | 2015-03-24 | 1 | -19/+19 |
* | | Merge pull request #19452 from pinglamb/fix-referencing-wrong-alias-when-join... | Carlos Antonio da Silva | 2015-03-24 | 3 | -1/+19 |
|\ \ |
|
| * | | Fix referencing wrong aliases while joining tables of has many through | pinglamb | 2015-03-22 | 3 | -1/+19 |
* | | | Merge pull request #19493 from larskanis/add_infinity_test | Yves Senn | 2015-03-24 | 1 | -0/+9 |
|\ \ \ |
|
| * | | | PostgreSQL, Add test case for "Infinity" string assignment to float columns. | Lars Kanis | 2015-03-22 | 1 | -0/+9 |
| |/ / |
|
* | | | [ci skip] Remove unacceptable method name | yui-knk | 2015-03-24 | 1 | -1/+1 |
* | | | Merge pull request #19449 from Gaurav2728/gaurav-unavailable_link | Rafael Mendonça França | 2015-03-23 | 3 | -5/+2 |
|\ \ \ |
|
| * | | | remove old unavailable link with relevant fix | Gaurav Sharma | 2015-03-23 | 3 | -5/+2 |
* | | | | update mysql link that has been replaced | Gaurav Sharma | 2015-03-23 | 1 | -1/+1 |
|/ / / |
|
* | | | Provide a more truthful #inspect | Matthew Draper | 2015-03-23 | 1 | -0/+4 |
* | | | Make sure to persist a newly-nil serialized value | Matthew Draper | 2015-03-23 | 3 | -1/+20 |
* | | | Move #19447 changelog to the top and reword it a bit [ci skip] | Carlos Antonio da Silva | 2015-03-22 | 1 | -6/+8 |
|/ / |
|
* | | Merge pull request #19442 from joevandyk/patch-1 | Matthew Draper | 2015-03-22 | 1 | -1/+3 |
|\ \ |
|
| * | | Fix documentation for find_or_create_by | Joe Van Dyk | 2015-03-21 | 1 | -1/+3 |
* | | | Delegate limit to subtype | wallerjake | 2015-03-21 | 4 | -1/+16 |
|/ / |
|
* | | Revert "Merge pull request #19404 from dmathieu/remove_rack_env" | Jeremy Kemper | 2015-03-20 | 2 | -1/+35 |
* | | Don't cast nil to string in pg enums | Sean Griffin | 2015-03-19 | 2 | -1/+11 |
* | | Updated MySQL documentation link to MySQL latest version 5.6 everywhere [ci s... | amitkumarsuroliya | 2015-03-19 | 2 | -4/+4 |
* | | Updated MySQL documentation link to latest version MySQL 5.6 [ci skip] | amitkumarsuroliya | 2015-03-19 | 1 | -2/+2 |
* | | Merge pull request #19407 from amitsuroliya/mysql_adapter_doc | Yves Senn | 2015-03-19 | 1 | -1/+1 |
|\ \ |
|
| * | | Updated MySQL documentation link for STRICT_ALL_TABLES | amitkumarsuroliya | 2015-03-19 | 1 | -1/+1 |
* | | | Merge pull request #19404 from dmathieu/remove_rack_env | Aaron Patterson | 2015-03-19 | 2 | -35/+1 |
|\ \ \ |
|
| * | | | don't fallback to RACK_ENV when RAILS_ENV is not present | Damien Mathieu | 2015-03-19 | 2 | -35/+1 |
* | | | | Merge pull request #19406 from larskanis/add_changelog_entry_for_17680 | Yves Senn | 2015-03-19 | 1 | -0/+7 |
| |/ /
|/| | |
|
* | | | Active Record changelog pass [skip ci] | Jon Atack | 2015-03-19 | 1 | -35/+38 |
|/ / |
|
* | | Improve test for leaky scope chain | eileencodes | 2015-03-18 | 1 | -1/+7 |
* | | Add `clear_association_scope_cache` method | eileencodes | 2015-03-18 | 1 | -0/+15 |
* | | Merge pull request #19348 from Empact/null-scope | Yves Senn | 2015-03-18 | 3 | -2/+19 |
|\ \ |
|
| * | | Reuse the CollectionAssociation#reader proxy cache if the foreign key is pres... | Ben Woosley | 2015-03-15 | 3 | -2/+19 |