| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Extract conditional to a method to avoid duplication | Rafael Mendonça França | 2012-06-19 | 1 | -0/+3 |
* | | handle joins/includes correctly for pluck and calculation. | Andrey Deryabin | 2012-06-19 | 1 | -0/+43 |
* | | Merge pull request #6782 from kennyj/db-rake-structure-dump | Rafael Mendonça França | 2012-06-19 | 4 | -1/+106 |
|\ \ |
|
| * | | Refactor db:structure:dump task. | kennyj | 2012-06-20 | 4 | -1/+106 |
* | | | Merge pull request #6785 from kennyj/rename_testcase_name | Carlos Antonio da Silva | 2012-06-19 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Rename testcase name. It's wrong in the context. | kennyj | 2012-06-20 | 1 | -1/+1 |
| |/ / |
|
* / / | Rename MySQLTestPurge to MySQLPurgeTest for consistency. | kennyj | 2012-06-20 | 1 | -1/+1 |
|/ / |
|
* | | Refactor db:charset task | Simon Jefford | 2012-06-19 | 4 | -3/+93 |
* | | Validates_numericality_of is skipped when changing 0 to to non-empty string | Angelo capilleri | 2012-06-19 | 1 | -0/+10 |
* | | Remember the stored attributes in a config attribute. | Joost Baaij | 2012-06-18 | 1 | -1/+5 |
* | | Merge pull request #6743 from steveklabnik/remove_composed_of | Rafael Mendonça França | 2012-06-18 | 7 | -413/+0 |
|\ \ |
|
| * | | Removing composed_of from ActiveRecord. | Steve Klabnik | 2012-06-18 | 7 | -413/+0 |
* | | | Add ensure Joke.reset_sequence_name | Yasuo Honda | 2012-06-19 | 1 | -0/+2 |
|/ / |
|
* | | Change minimum (default) log level in PostgreSQL to warning. | kennyj | 2012-06-18 | 1 | -0/+4 |
* | | fix invalid syntax and sqlite rake failing tests | Francesco Rodriguez | 2012-06-18 | 3 | -4/+6 |
* | | Merge pull request #6761 from freelancing-god/db-rake | Jon Leighton | 2012-06-17 | 4 | -0/+715 |
|\ \ |
|
| * | | Rails is the default (but now override able) source for environment and path. | Pat Allan | 2012-06-17 | 2 | -28/+32 |
| * | | Cleaning up after some warnings, adding slightly higher-level tests. | Pat Allan | 2012-06-17 | 2 | -2/+296 |
| * | | db:drop and some of db:test:purge. | Pat Allan | 2012-06-17 | 3 | -2/+180 |
| * | | db:create for PostgreSQL pulled out into a class. | Pat Allan | 2012-06-17 | 1 | -0/+57 |
| * | | db:create for MySQL now much cleaner. | Pat Allan | 2012-06-17 | 1 | -0/+120 |
| * | | Confirm connection is not established if file exists. | Pat Allan | 2012-06-17 | 1 | -1/+10 |
| * | | A beginning of sorts. | Pat Allan | 2012-06-17 | 1 | -0/+53 |
* | | | Fix deprecation warnings when using config.active_record.mass_assignment_sani... | Jon Leighton | 2012-06-15 | 1 | -0/+32 |
* | | | Fix config.active_record.whitelist_attributes with AR::Model | Jon Leighton | 2012-06-15 | 1 | -0/+27 |
* | | | Simplify AR configuration code. | Jon Leighton | 2012-06-15 | 3 | -5/+5 |
* | | | Remove unneded tests. | Rafael Mendonça França | 2012-06-14 | 1 | -11/+1 |