| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | 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 |
* | | Merge pull request #18200 from brainopia/rollback_frozen_records | Arthur Nogueira Neves | 2015-03-07 | 2 | -1/+21 |
|\ \ |
|
| * | | Fix transaction state for unsynced records when entering transaction | brainopia | 2015-03-04 | 2 | -0/+10 |
| * | | Fix rollback of frozen records | brainopia | 2015-03-04 | 2 | -1/+11 |
* | | | Merge pull request #19234 from sivsushruth/doc_fix | Kasper Timm Hansen | 2015-03-07 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Doc fix [ci skip] | Sushruth Sivaramakrishnan | 2015-03-07 | 1 | -1/+1 |
* | | | | Merge pull request #19230 from prathamesh-sonpatki/fix-clear-doc | Robin Dupret | 2015-03-06 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | Updated documentation of CollectionProxy#clear [ci skip] | Prathamesh Sonpatki | 2015-03-06 | 1 | -0/+3 |
* | | | | | Merge pull request #19221 from matthewd/random-tests | Matthew Draper | 2015-03-06 | 2 | -6/+1 |
|\ \ \ \ \ |
|
| * | | | | | Revert "For now, we will keep sorting the tests." | Matthew Draper | 2015-03-06 | 1 | -1/+1 |
| * | | | | | 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 | 3 | -3/+3 |
* | | | | | | 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 | 3 | -3/+3 |
* | | | | | remove unnecessary rescue | Aaron Patterson | 2015-03-05 | 1 | -2/+0 |
|/ / / / |
|
* | | | | Some documentation edits [ci skip] | Robin Dupret | 2015-03-05 | 2 | -12/+14 |
* | | | | 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 | 6 | -4/+93 |
* | | | Add `Column#bigint?` method | Ryuta Kamizono | 2015-03-04 | 3 | -3/+7 |
* | | | add CHANGELOG entry for #19176. [ci skip] | Yves Senn | 2015-03-04 | 1 | -0/+4 |
|/ / |
|