| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Update old link in pessimistic.rb comments | Alexander Leishman | 2015-03-18 | 1 | -1/+1 |
* | | Fix NullRelation.update_all and .exists? signature to match the same on Relation | Ben Woosley | 2015-03-18 | 1 | -2/+2 |
* | | Add config.active_record.dump_schemas. | Ryan Wallace | 2015-03-17 | 4 | -7/+64 |
* | | Drop `references_eager_loaded_tables?` test from `has_include?` | Ben Woosley | 2015-03-17 | 1 | -1/+1 |
* | | Remove unused variable in activerecord reflection_test. | Juanito Fatas | 2015-03-17 | 1 | -1/+1 |
* | | reflection doc fix about hierarchy | keepcosmos | 2015-03-17 | 1 | -1/+1 |
* | | Merge pull request #19359 from yahonda/mysql_subclient | Rafael Mendonça França | 2015-03-16 | 1 | -1/+3 |
|\ \ |
|
| * | | Materialize subqueries by adding `DISTINCT` | Yasuo Honda | 2015-03-16 | 1 | -1/+3 |
| |/ |
|
* / | Closes rails/rails#18864: Renaming transactional fixtures to transactional tests | Brandon Weiss | 2015-03-16 | 51 | -87/+141 |
|/ |
|
* | Fix leaky chain on polymorphic association | eileencodes | 2015-03-15 | 6 | -1/+21 |
* | Doc fix about association hierarchy | keepcosmos | 2015-03-15 | 1 | -2/+2 |
* | Fix before_commit when updating a record on the callback | Arthur Neves | 2015-03-14 | 2 | -23/+44 |
* | Merge pull request #19301 from Empact/default-scopes | Carlos Antonio da Silva | 2015-03-12 | 6 | -19/+20 |
|\ |
|
| * | Isolate access to .default_scopes in ActiveRecord::Scoping::Default | Ben Woosley | 2015-03-12 | 6 | -19/+20 |
* | | Require pg~>0.18 to ensure Ruby 2.2 compatibility | Matt Brictson | 2015-03-11 | 2 | -2/+7 |
|/ |
|
* | Revert "Merge pull request #15476 from JacobEvelyn/master" | Jeremy Kemper | 2015-03-11 | 1 | -3/+0 |
* | pg, `disable_referential_integrity` only catches AR errors. | Yves Senn | 2015-03-11 | 2 | -3/+25 |
* | fix typo in transaction argument. Closes #19265. | Yves Senn | 2015-03-11 | 1 | -1/+1 |
* | Fix json_test | palkan | 2015-03-11 | 1 | -0/+1 |
* | Add YAML compatibility for objects from Rails 4.2 | Sean Griffin | 2015-03-10 | 4 | -27/+239 |
* | Attempt to provide backwards compatible YAML deserialization | Sean Griffin | 2015-03-10 | 4 | -0/+76 |
* | Merge pull request #19275 from keepcosmos/remove-autoload-path | Rafael Mendonça França | 2015-03-10 | 1 | -16/+16 |
|\ |
|
| * | remove unnecessary path parameters | keepcosmos | 2015-03-10 | 1 | -16/+16 |
* | | ‘test_after_commit’ gem is not required in Rails 5 remove note from doc | Gaurav Sharam | 2015-03-10 | 1 | -5/+3 |
|/ |
|
* | Fix intermittent test failures | Sean Griffin | 2015-03-09 | 1 | -0/+1 |
* | Fix intermittent test failures | Sean Griffin | 2015-03-09 | 1 | -0/+1 |
* | Target Ruby 2.2.1 in gemspecs | Peter Suschlik | 2015-03-09 | 1 | -1/+1 |