| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverse order fix when using function for ActiveRecord::QueryMethods Fixes #1697 | Samer Masry | 2011-07-27 | 1 | -0/+5 |
* | Fixed failing query when performing calculation with having based on select. | Dmitriy Kiriyenko | 2011-07-27 | 1 | -0/+7 |
* | Add a proxy_association method to association proxies, which can be called by... | Jon Leighton | 2011-07-27 | 1 | -0/+5 |
* | remove deprication warning: ambiguous first argument; put parentheses or even... | Vishnu Atrai | 2011-07-26 | 1 | -1/+1 |
* | Revert "allow select to have multiple arguments" | Piotr Sarnacki | 2011-07-26 | 1 | -5/+0 |
* | Merge pull request #2271 from slawosz/enhance_select_method_api | Piotr Sarnacki | 2011-07-26 | 1 | -0/+5 |
|\ |
|
| * | allow select to have multiple arguments | Sławosz Sławiński | 2011-07-26 | 1 | -0/+5 |
* | | Simplify the test by using id and name. `id` will be the only real sort crite... | Franck Verrot | 2011-07-26 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #2236 from cldwalker/after_initialize | Santiago Pastorino | 2011-07-25 | 2 | -0/+18 |
|\ |
|
| * | use existing model for testing Base.create with #after_initialize | Gabriel Horner | 2011-07-24 | 4 | -23/+12 |
| * | simplify and be more explicit about create and after_initialize tests | Gabriel Horner | 2011-07-24 | 2 | -24/+12 |
| * | fix after_initialize edge case (close #2074 and close #2175) | Les Fletcher | 2011-07-24 | 3 | -0/+41 |
* | | 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 |
|\ \ \ \ |
|