| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated activerecord test comments to new hash syntax | AvnerCohen | 2012-10-23 | 2 | -4/+4 |
* | Rotate the debug.log on each 100MB | Rafael Mendonça França | 2012-10-20 | 1 | -1/+1 |
* | Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing." | Jeremy Kemper | 2012-10-20 | 1 | -0/+36 |
* | Merge pull request #7995 from adimichele/master | Rafael Mendonça França | 2012-10-19 | 1 | -0/+5 |
|\ |
|
| * | Changed scope for "taken" error message translation to decrease precedence | Andrew DiMichele | 2012-10-19 | 1 | -0/+5 |
* | | Revert "truncate debug.log on each test run" | Yasuo Honda | 2012-10-20 | 1 | -2/+1 |
|/ |
|
* | Merge pull request #7994 from frodsan/truncate_debug_log | Rafael Mendonça França | 2012-10-19 | 1 | -1/+2 |
|\ |
|
| * | truncate debug.log on each test run | Francesco Rodriguez | 2012-10-19 | 1 | -1/+2 |
* | | Get rid of the ActiveRecord::Model::DeprecationProxy thing. | Jon Leighton | 2012-10-19 | 1 | -36/+0 |
|/ |
|
* | Rename the partial_updates config to partial_writes | Jon Leighton | 2012-10-19 | 2 | -16/+30 |
* | nodoc the first_or_create methods and document alternatives | Jon Leighton | 2012-10-19 | 1 | -0/+10 |
* | fix test :/ | Jon Leighton | 2012-10-19 | 1 | -5/+1 |
* | The default value of a text/blob in mysql strict mode should be nil | Jon Leighton | 2012-10-19 | 1 | -17/+55 |
* | Add Relation#find_or_create_by and friends | Jon Leighton | 2012-10-19 | 1 | -0/+23 |
* | remove unused variables. Oops! | Aaron Patterson | 2012-10-17 | 1 | -2/+2 |
* | use columns hash to look up the column for the count field | Aaron Patterson | 2012-10-17 | 1 | -13/+6 |
* | Fix bug with presence validation of associations. | Scott Willson | 2012-10-16 | 1 | -0/+7 |
* | Merge pull request #7371 from csmuc/fix_dup_validation_errors | Santiago Pastorino | 2012-10-16 | 1 | -0/+14 |
|\ |
|
| * | Call super to nullify the reference to the original errors object in the dup'... | Christian Seiler | 2012-10-16 | 1 | -0/+14 |
* | | ActiveRecord: sum expression returns string '0' for no records, fixed | Tim Macfarlane | 2012-10-15 | 1 | -0/+4 |
* | | use `setup` for setting up the test | Aaron Patterson | 2012-10-15 | 1 | -5/+1 |
* | | Fix typo in inet and cidr saving | Miguel Herranz | 2012-10-14 | 1 | -0/+13 |
* | | #7914 get default value when type uses schema name | Arturo Pie | 2012-10-13 | 3 | -2/+49 |
* | | learn ActiveRecord::QueryMethods#order work with hash arguments | Tima Maslyuchenko | 2012-10-12 | 1 | -0/+16 |
* | | Revert "Key the attributes hash with symbols" | Jon Leighton | 2012-10-12 | 1 | -2/+2 |
* | | Cleanup trailing whitespaces | dfens | 2012-10-12 | 5 | -5/+5 |
* | | Merge pull request #7887 from senny/remove_unused_requires_in_ar_tests | Vijay Dev | 2012-10-10 | 4 | -4/+0 |
|\ \ |
|
| * | | remove duplicated require statements in AR test cases | Yves Senn | 2012-10-09 | 4 | -4/+0 |
* | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-10-11 | 2 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | gradually moving documentation to new hash syntax | AvnerCohen | 2012-10-10 | 2 | -2/+2 |
* | | | Merge pull request #7859 from ernie/fix-collection-associations-with-select | Aaron Patterson | 2012-10-09 | 1 | -0/+8 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix has_many assocation w/select load after create | Ernie Miller | 2012-10-05 | 1 | -0/+8 |
| * | | Revert "Use flat_map { } instead of map {}.flatten" | Santiago Pastorino | 2012-10-05 | 3 | -4/+4 |
| * | | Use flat_map { } instead of map {}.flatten | Santiago Pastorino | 2012-10-05 | 3 | -4/+4 |
* | | | Move/rename files to follow naming conventions | Alexey Muranov | 2012-10-07 | 1 | -0/+0 |
* | | | Rename "Fixtures" class to "FixtureSet" | Alexey Muranov | 2012-10-07 | 8 | -37/+37 |
* | | | Remove unneeded require | Rafael Mendonça França | 2012-10-06 | 1 | -1/+0 |
* | | | Move multiparameter attributes related tests to its own file | Rafael Mendonça França | 2012-10-06 | 2 | -337/+351 |
* | | | PostgreSQL, quote table names when fetching the primary key. Closes #5920 | Yves Senn | 2012-10-05 | 1 | -0/+4 |
|/ / |
|
* | | Count returns 0 without querying if parent is not saved | Francesco Rodriguez | 2012-10-03 | 3 | -0/+18 |
* | | fix warning: method redefined | kennyj | 2012-10-02 | 2 | -2/+2 |
* | | Fix reset_counters() crashing on has_many :through associations. | lulalala | 2012-10-02 | 3 | -2/+16 |
* | | Change query pattern case insensitive | Yasuo Honda | 2012-09-29 | 1 | -1/+1 |
|/ |
|
* | Add an explicit test for hot compatibility | Jon Leighton | 2012-09-28 | 1 | -0/+54 |
* | Support for partial inserts. | Jon Leighton | 2012-09-28 | 1 | -0/+25 |
* | Fix destructive side effects from marshaling an association caused by 65843e1... | Jeremy Kemper | 2012-09-25 | 1 | -2/+5 |
* | Skip tests for non-supported isolation levels | Yasuo Honda | 2012-09-26 | 1 | -2/+6 |
* | Skip tests for non-supported isolation levels with Oracle | Yasuo Honda | 2012-09-25 | 1 | -0/+2 |
* | Fix collisions with before and after validation callbacks. | John Foley | 2012-09-23 | 1 | -0/+49 |
* | Fix test_find_in_batches_should_use_any_column_as_primary_key | Santiago Pastorino | 2012-09-22 | 1 | -11/+8 |