| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Bring back the ability to provide :order for update_all. | thedarkone | 2011-07-25 | 1 | -0/+20 |
* | | | Merge pull request #2238 from cesario/order-with-extra-spaces | Aaron Patterson | 2011-07-24 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Ordering with extra spaces was raising a SQL exception | Franck Verrot | 2011-07-24 | 1 | -0/+4 |
| |/ / |
|
* | | | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-07-24 | 2 | -4/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | Changed a few instances of of words in the API docs written in British Englis... | Oemuer Oezkir | 2011-07-24 | 2 | -4/+4 |
* | | | Merge pull request #2086 from amatsuda/date_multiparameter_nil | Xavier Noria | 2011-07-23 | 1 | -24/+9 |
|\ \ \
| |/ /
|/| | |
|
| * | | convert multiple Date parameters into a nil if any of its bits were blank | Akira Matsuda | 2011-07-15 | 1 | -24/+9 |
* | | | forgot to add this test case | Aaron Patterson | 2011-07-22 | 1 | -0/+14 |
* | | | adding more tests around database uri parsing | Aaron Patterson | 2011-07-21 | 1 | -0/+34 |
* | | | move around tests | Aaron Patterson | 2011-07-21 | 2 | -30/+10 |
* | | | fix postgres connection url test | Terence Lee | 2011-07-20 | 1 | -1/+1 |
* | | | Added test for postgres connections as URL. Fixed query param parsing. | Glenn Gillen | 2011-07-20 | 1 | -0/+13 |
* | | | Provide database connection settings as a URL. | Glenn Gillen | 2011-07-20 | 1 | -0/+11 |
* | | | assign_nested_attributes_for_collection_association should work with Ruby 1.9... | Franck Verrot | 2011-07-20 | 1 | -0/+5 |
* | | | Revert "this fixes a brittle test in fixtures_test.rb which fails when you ar... | Aaron Patterson | 2011-07-20 | 1 | -2/+2 |
* | | | bigdecimal should be typecast to a float on sqlite3. fixes #2162 | Aaron Patterson | 2011-07-20 | 2 | -1/+12 |
* | | | this fixes a brittle test in fixtures_test.rb which fails when you are in a t... | Josh Kalderimis | 2011-07-20 | 1 | -2/+2 |
* | | | ActiveRecord: Fix eager loading so that giving a blank order clause generates... | Elliot Winkler | 2011-07-18 | 1 | -0/+12 |
* | | | Merge pull request #195 from bigfix/active_model_include_serialization | José Valim | 2011-07-18 | 2 | -143/+133 |
|\ \ \ |
|
| * | | | Move to_xml tests to xml_serialization_test.rb | John Firebaugh | 2011-07-17 | 2 | -143/+133 |
| |/ / |
|
* | | | Refactor test case to use anonymous class - Thank you @tenderlove | Prem Sichanugrist | 2011-07-18 | 1 | -13/+8 |
* | | | Raise an ArgumentError if user passing less number of argument in the dynamic... | Prem Sichanugrist | 2011-07-17 | 2 | -0/+23 |
* | | | Revert "Fix failure in test_preserves_existing_fixture_data from test/cases/f... | Jon Leighton | 2011-07-17 | 1 | -2/+2 |
|/ / |
|
* | | Merge pull request #2063 from elight/master | Santiago Pastorino | 2011-07-14 | 1 | -2/+27 |
|\ \ |
|
| * | | Fix and unit test for https://github.com/rails/rails/issues/2059 | Evan Light | 2011-07-14 | 1 | -2/+27 |
* | | | Merge pull request #1807 from caius/find_in_batches_id_bug | Santiago Pastorino | 2011-07-14 | 1 | -0/+16 |
|\ \ \
| |/ /
|/| | |
|
| * | | Stop find_in_batches using the records after yielding. | Caius Durling | 2011-06-21 | 1 | -0/+16 |
* | | | Fix failure in test_preserves_existing_fixture_data from test/cases/fixtures_... | Jon Leighton | 2011-07-12 | 1 | -2/+2 |
* | | | Fix exception if old and new targets are both nil. Fixes #1471. | Jon Leighton | 2011-07-12 | 3 | -1/+14 |
* | | | Merge pull request #1929 from sobrinho/master | Santiago Pastorino | 2011-07-11 | 1 | -0/+14 |
|\ \ \ |
|
| * | | | Create a test case for disable_referential_integrity | Gabriel Sobrinho | 2011-07-01 | 1 | -0/+14 |
* | | | | Merge pull request #1823 from gnarg/master | Santiago Pastorino | 2011-07-10 | 1 | -0/+8 |
|\ \ \ \ |
|
| * | | | | Log instrumentation name for exists? queries | Jon Guymon | 2011-06-22 | 1 | -0/+8 |
* | | | | | to_key on a destroyed model should return nil | Santiago Pastorino | 2011-07-09 | 1 | -1/+1 |
* | | | | | formats | Akira Matsuda | 2011-07-09 | 1 | -5/+5 |
* | | | | | fix AR having() not to raise NoMethodError when the given argument does not r... | Akira Matsuda | 2011-07-09 | 1 | -0/+7 |
| |_|_|/
|/| | | |
|
* | | | | Foo.joins(:bar).includes(:bar) should result in a single query with :bar as a... | Jon Leighton | 2011-07-09 | 1 | -0/+8 |
* | | | | Merge pull request #2017 from Casecommons/active_record_lint | José Valim | 2011-07-08 | 2 | -0/+12 |
|\ \ \ \ |
|
| * | | | | ActiveRecord::Base should pass ActiveModel::Lint. | Grant Hutchins & Peter Jaros | 2011-07-08 | 2 | -0/+12 |
* | | | | | Destroy association habtm record before destroying the record itself. Fixes i... | Tomas D'Stefano | 2011-07-08 | 2 | -0/+12 |
* | | | | | Ensure that the foreign key gets set when doing record.create_association or ... | Jon Leighton | 2011-07-08 | 1 | -0/+14 |
* | | | | | Refactor PostgreSQLAdapter a bit | Daniel Schierbeck | 2011-07-08 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Use Enumerable#with_index. We're on Ruby > 1.8.7 (part II) | Akira Matsuda | 2011-07-08 | 1 | -3/+1 |
* | | | | Make `ActiveRecord::Batches#find_each` to not return `self`. | knapo | 2011-07-07 | 1 | -0/+7 |
* | | | | Fix bug in collection_singular_ids on has many through association with condi... | Anatoliy Lysenko | 2011-07-06 | 1 | -0/+5 |
* | | | | Merge pull request #1273 from jeremyf/feature-association-proxy-send | Santiago Pastorino | 2011-07-06 | 1 | -0/+9 |
|\ \ \ \ |
|
| * | | | | Addresses an inconsistency in the ActiveRecord::Base.method_missing handling ... | Jeremy Friesen | 2011-05-24 | 1 | -0/+9 |
* | | | | | Merge pull request #1494 from anildigital/master | Santiago Pastorino | 2011-07-06 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Fix failing test because of Timezone difference. | Anil Wadghule | 2011-06-05 | 1 | -2/+2 |
* | | | | | | Merge pull request #1979 from bogdan/association_sum_array_compatibility | Jon Leighton | 2011-07-06 | 1 | -0/+4 |
|\ \ \ \ \ \ |
|