| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Fix a regression introduced by removing unnecessary db call when replacing | Shintaro Kojima | 2015-04-04 | 1 | -0/+2 |
* | | | | use singular table name if pluralize_table_names is setted as false while cre... | Mehmet Emin İNAÇ | 2015-04-06 | 1 | -0/+22 |
|/ / / |
|
* | | | Merge pull request #19586 from mechanicles/fix-eager-loading-for-find-methods | Rafael Mendonça França | 2015-03-31 | 1 | -0/+17 |
|\ \ \ |
|
| * | | | Fix eager loading association using default_scope for finder methods. | Santosh Wadghule | 2015-03-31 | 1 | -0/+17 |
* | | | | use Model.reset_column_information to clear table cache connection wide. | Kuldeep Aggarwal | 2015-03-31 | 2 | -2/+4 |
|/ / / |
|
* | / | use correct method in batches test | yuuji.yaginuma | 2015-03-29 | 1 | -2/+3 |
| |/
|/| |
|
* | | Partially merge #17650 | Sean Griffin | 2015-03-26 | 5 | -14/+14 |
|\ \ |
|
| * | | PostgreSQL, Fix OID based type casts in C for primitive types. | Lars Kanis | 2015-03-25 | 5 | -14/+14 |
* | | | Add `config.active_record.warn_on_records_fetched_greater_than` option | Jason Nochlin | 2015-03-25 | 1 | -0/+28 |
|/ / |
|
* | | Merge pull request #19503 from jasoncodes/no-psqlrc | Yves Senn | 2015-03-25 | 1 | -2/+2 |
* | | Merge pull request #19452 from pinglamb/fix-referencing-wrong-alias-when-join... | Carlos Antonio da Silva | 2015-03-24 | 1 | -0/+11 |
|\ \ |
|
| * | | Fix referencing wrong aliases while joining tables of has many through | pinglamb | 2015-03-22 | 1 | -0/+11 |
* | | | 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 |
| |/ / |
|
* | | | remove old unavailable link with relevant fix | Gaurav Sharma | 2015-03-23 | 2 | -3/+1 |
* | | | Make sure to persist a newly-nil serialized value | Matthew Draper | 2015-03-23 | 1 | -0/+10 |
|/ / |
|
* | | Delegate limit to subtype | wallerjake | 2015-03-21 | 2 | -0/+9 |
* | | Revert "Merge pull request #19404 from dmathieu/remove_rack_env" | Jeremy Kemper | 2015-03-20 | 1 | -0/+34 |
* | | Don't cast nil to string in pg enums | Sean Griffin | 2015-03-19 | 1 | -0/+8 |
* | | don't fallback to RACK_ENV when RAILS_ENV is not present | Damien Mathieu | 2015-03-19 | 1 | -34/+0 |
* | | Improve test for leaky scope chain | eileencodes | 2015-03-18 | 1 | -1/+7 |
* | | Merge pull request #19348 from Empact/null-scope | Yves Senn | 2015-03-18 | 1 | -0/+12 |
|\ \ |
|
| * | | Reuse the CollectionAssociation#reader proxy cache if the foreign key is pres... | Ben Woosley | 2015-03-15 | 1 | -0/+12 |
* | | | Add config.active_record.dump_schemas. | Ryan Wallace | 2015-03-17 | 1 | -6/+39 |
* | | | Remove unused variable in activerecord reflection_test. | Juanito Fatas | 2015-03-17 | 1 | -1/+1 |
* | | | Closes rails/rails#18864: Renaming transactional fixtures to transactional tests | Brandon Weiss | 2015-03-16 | 49 | -79/+115 |
|/ / |
|
* | | Fix leaky chain on polymorphic association | eileencodes | 2015-03-15 | 5 | -0/+20 |
* | | Fix before_commit when updating a record on the callback | Arthur Neves | 2015-03-14 | 1 | -0/+22 |
* | | pg, `disable_referential_integrity` only catches AR errors. | Yves Senn | 2015-03-11 | 1 | -1/+23 |
* | | Fix json_test | palkan | 2015-03-11 | 1 | -0/+1 |
* | | Add YAML compatibility for objects from Rails 4.2 | Sean Griffin | 2015-03-10 | 3 | -26/+222 |
* | | Attempt to provide backwards compatible YAML deserialization | Sean Griffin | 2015-03-10 | 1 | -0/+43 |
* | | Fix intermittent test failures | Sean Griffin | 2015-03-09 | 1 | -0/+1 |
* | | Fix intermittent test failures | Sean Griffin | 2015-03-09 | 1 | -0/+1 |
* | | Merge pull request #18200 from brainopia/rollback_frozen_records | Arthur Nogueira Neves | 2015-03-07 | 1 | -0/+18 |
|\ \ |
|
| * | | Fix transaction state for unsynced records when entering transaction | brainopia | 2015-03-04 | 1 | -0/+9 |
| * | | Fix rollback of frozen records | brainopia | 2015-03-04 | 1 | -0/+9 |
* | | | Merge pull request #19221 from matthewd/random-tests | Matthew Draper | 2015-03-06 | 1 | -5/+0 |
|\ \ \ |
|
| * | | | Revert "Leave all our tests as order_dependent! for now" | Matthew Draper | 2015-03-06 | 1 | -5/+0 |
* | | | | tests, sequences are derived from the base class. | Yves Senn | 2015-03-06 | 1 | -7/+10 |
* | | | | Revert ":cut: remove unnecessary rescue Exceptions" | Yves Senn | 2015-03-06 | 2 | -2/+2 |
* | | | | replace `repair_validations` with a disposable subclass. | Yves Senn | 2015-03-06 | 1 | -32/+33 |
| |_|/
|/| | |
|
* | | | tests, remove side effects on `Joke` during `base_test.rb`. | Yves Senn | 2015-03-06 | 1 | -23/+28 |
* | | | :cut: remove unnecessary rescue Exceptions | Aaron Patterson | 2015-03-05 | 2 | -2/+2 |
* | | | remove unnecessary rescue | Aaron Patterson | 2015-03-05 | 1 | -2/+0 |
|/ / |
|
* | | add ActiveRecord::Enum testcase about multiple enums declaring at a time | keepcosmos | 2015-03-05 | 1 | -0/+14 |
* | | add regression test. Closes #18400. | Yves Senn | 2015-03-05 | 1 | -0/+6 |
* | | Remove duplicated test | Ryuta Kamizono | 2015-03-04 | 1 | -20/+0 |
* | | Correctly dump `serial` and `bigserial` | Ryuta Kamizono | 2015-03-04 | 1 | -0/+60 |
|/ |
|
* | Merge pull request #19176 from imajes/master | Yves Senn | 2015-03-03 | 1 | -0/+16 |
|\ |
|