| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #6985 from sidonath/disable-query-cache-for-locks | Rafael Mendonça França | 2012-07-06 | 1 | -0/+8 |
|\ |
|
| * | Disable query cache for lock queries | Damir Zekic | 2012-07-06 | 1 | -0/+8 |
* | | Show the records in Relation#inspect | Jon Leighton | 2012-07-06 | 1 | -0/+5 |
|/ |
|
* | Merge pull request #6927 from parndt/patch-3 | Carlos Antonio da Silva | 2012-07-05 | 1 | -1/+1 |
|\ |
|
| * | Made ArgumentError messages consistent. | Philip Arndt | 2012-07-06 | 1 | -1/+1 |
* | | fix quoting for ActiveSupport::Duration instances | Francesco Rodriguez | 2012-07-04 | 2 | -0/+14 |
* | | remove duplicate requires of mocha. | Aaron Patterson | 2012-07-03 | 1 | -1/+0 |
* | | Refactor references schema definitions | Aleksey Magusev | 2012-07-03 | 1 | -16/+12 |
* | | Make references statements reversible | Aleksey Magusev | 2012-07-03 | 1 | -3/+27 |
* | | Add references schema statements | Aleksey Magusev | 2012-07-03 | 2 | -1/+112 |
* | | Don't mark the store as changed if an attribute isn't changed. | kennyj | 2012-07-03 | 1 | -0/+5 |
|/ |
|
* | Use strings for the table names | Rafael Mendonça França | 2012-07-01 | 1 | -1/+1 |
* | Unify the collation API for the database adpters | Rafael Mendonça França | 2012-07-01 | 3 | -8/+8 |
* | Merge pull request #6914 from lexmag/migration_tests | Rafael Mendonça França | 2012-07-01 | 2 | -37/+11 |
|\ |
|
| * | Refactor migration test_helper | Aleksey Magusev | 2012-07-01 | 2 | -37/+11 |
* | | Merge pull request #6913 from lexmag/column_exists_options | Carlos Antonio da Silva | 2012-06-30 | 1 | -6/+12 |
|\ \ |
|
| * | | Add more options to column_exists? method | Aleksey Magusev | 2012-06-30 | 1 | -6/+12 |
| |/ |
|
* | | Extract collation tasks to database tasks. | kennyj | 2012-07-01 | 4 | -0/+68 |
* | | Remove ActiveRelation#inspect | Brian Cardarella | 2012-06-29 | 1 | -1/+1 |
* | | Support collate and ctype on the PostgreSQL. | kennyj | 2012-06-29 | 3 | -0/+20 |
* | | Remove some aggregation tests related to composed_of | Carlos Antonio da Silva | 2012-06-28 | 2 | -21/+0 |
* | | Move newly added multiparameter tests to base_test file | Carlos Antonio da Silva | 2012-06-28 | 2 | -35/+36 |
* | | Skip test_setting_time_attribute because Oracle database | Yasuo Honda | 2012-06-28 | 1 | -0/+2 |
* | | fix: limit of enum columns of mysql | Yamada Masaki | 2012-06-28 | 4 | -0/+39 |
* | | Fixes #6825, adds tests covering cases and error possibilities, also changes ... | Mauricio Linhares | 2012-06-27 | 1 | -0/+33 |
|/ |
|
* | Address test_basic_model test error with Oracle enhanced adapter | Yasuo Honda | 2012-06-27 | 1 | -1/+1 |
* | Setup each test with default ActiveRecord timezone settings to ensure each te... | Erich Menge | 2012-06-26 | 1 | -20/+8 |
* | Merge pull request #6544 from flexoid/issue-6431 | Piotr Sarnacki | 2012-06-25 | 1 | -0/+4 |
|\ |
|
| * | exists?(false) returns false | Egor Lynko | 2012-06-25 | 1 | -0/+4 |
* | | Ensure Arel columns are typecasted properly when grouping with calculation | Carlos Antonio da Silva | 2012-06-25 | 1 | -3/+7 |
|/ |
|
* | Revert "Merge pull request #6344" | Piotr Sarnacki | 2012-06-25 | 3 | -16/+4 |
* | Stop assuming strings for grouped calculations | Ernie Miller | 2012-06-24 | 1 | -0/+5 |
* | Move tasks(rake) tests to under the tasks dir. | kennyj | 2012-06-24 | 4 | -0/+0 |
* | Add test cases for 46492949b8c09f99db78b9f7a02d039e7bc6a702 | Andrew White | 2012-06-23 | 1 | -0/+52 |
* | Allow precision option for postgresql datetimes | Tony Schneider | 2012-06-22 | 1 | -0/+65 |
* | Merge pull request #6800 from mschneider/dynamic_finders_for_aliased_attributes | Rafael Mendonça França | 2012-06-22 | 4 | -1/+14 |
|\ |
|
| * | made dynamic finders alias_attribute aware | Maximilian Schneider | 2012-06-22 | 4 | -1/+14 |
* | | Refactor pluck with multiple columns | Carlos Antonio da Silva | 2012-06-22 | 1 | -10/+16 |
* | | ActiveRecord#pluck now accepts multiple columns | jeroeningen | 2012-06-22 | 1 | -1/+16 |
* | | Fix serializable_hash with xml generation and default :except option | Carlos Antonio da Silva | 2012-06-22 | 2 | -0/+30 |
* | | Add some coverage for AR serialization with serializable_hash | Carlos Antonio da Silva | 2012-06-22 | 3 | -26/+113 |
* | | disallow mutating a relation once loaded | Jon Leighton | 2012-06-22 | 1 | -0/+27 |
* | | Improve the derivation of HABTM assocation join table names | Andrew White | 2012-06-22 | 6 | -18/+26 |
* | | explain listener does not care about time, so use evented listener | Aaron Patterson | 2012-06-20 | 1 | -5/+5 |
* | | Refactor testcase codes. It's repeated. | kennyj | 2012-06-21 | 1 | -132/+38 |
|/ |
|
* | Merge pull request #6798 from kennyj/db-rake-structure-load | Carlos Antonio da Silva | 2012-06-20 | 4 | -34/+107 |
|\ |
|
| * | Remove duplicated codes. | kennyj | 2012-06-21 | 1 | -41/+11 |
| * | Refactor db:structure:load task. | kennyj | 2012-06-21 | 4 | -0/+103 |
* | | Merge pull request #4396 from kennyj/fix_4259 | Rafael Mendonça França | 2012-06-20 | 1 | -0/+32 |
|\ \
| |/
|/| |
|
| * | Fix GH #4259. We must remove table_name_prefix and table_name_suffix, when we... | kennyj | 2012-01-10 | 1 | -0/+32 |