| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
* | | | Merge pull request #6713 from etehtsea/activerecord-uuid | Rafael Mendonça França | 2012-06-14 | 4 | -7/+31 |
|\ \ \ |
|
| * | | | Add uuid type support to PostgreSQL adapter | Konstantin Shabanov | 2012-06-14 | 4 | -7/+31 |
* | | | | Remove update_attribute. | Steve Klabnik | 2012-06-14 | 4 | -66/+5 |
* | | | | Need a assert here in tests | Arun Agrawal | 2012-06-12 | 1 | -2/+2 |
* | | | | Merge pull request #6676 from aurelian/master | Rafael Mendonça França | 2012-06-12 | 1 | -0/+4 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Don't assign the attributes if the list is empty. | Aurelian Oancea | 2012-06-08 | 1 | -0/+4 |
* | | | | Remove warnings and unused code | Rafael Mendonça França | 2012-06-11 | 2 | -7/+2 |
* | | | | No need to cache table metadata in advance now that #6683 was merged. | Rafael Mendonça França | 2012-06-11 | 2 | -16/+0 |
* | | | | Merge pull request #6492 from pmahoney/fair-connection-pool2 | Rafael Mendonça França | 2012-06-11 | 4 | -1/+112 |
|\ \ \ \ |
|
| * | | | | Make connection pool fair with respect to waiting threads. | Patrick Mahoney | 2012-05-25 | 3 | -1/+108 |
| * | | | | Cache metadata in advance to avoid extra sql statements while testing. | Yasuo Honda | 2012-05-25 | 1 | -0/+7 |
* | | | | | Merge pull request #6709 from amatsuda/sqlite3_version_is_always_gt_125 | Rafael Mendonça França | 2012-06-11 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | current AR::ConnectionAdapters::SQLite3Adapter supports only SQLite3 ~> 1.3.6 | Akira Matsuda | 2012-06-12 | 1 | -1/+1 |
* | | | | | | TimeZone format is always /[+-]\d{2}:\d{2}/ in Ruby 1.9 | Akira Matsuda | 2012-06-12 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Address ORA-00911 errors because of the heading underscore. | Yasuo Honda | 2012-06-11 | 1 | -1/+1 |
* | | | | | Fix that #exists? raises ThrowResult when called with an empty limited | Ben Woosley | 2012-06-10 | 1 | -1/+6 |
* | | | | | Add test to column alias in `exists?` SQL. | Rafael Mendonça França | 2012-06-10 | 1 | -0/+6 |
* | | | | | Merge pull request #6695 from kennyj/fix_6635 | Rafael Mendonça França | 2012-06-10 | 1 | -0/+9 |
|\ \ \ \ \ |
|
| * | | | | | Fix #6635. We should call Scoping methods, before calling Array methods. | kennyj | 2012-06-10 | 1 | -0/+9 |
* | | | | | | Ensure that mass assignment options are preserved | Andrew White | 2012-06-10 | 2 | -1/+42 |
|/ / / / / |
|
* | | | | | Use . instead of :: for class methods, add CHANGELOG entries | José Valim | 2012-06-10 | 1 | -2/+2 |
* | | | | | Merge pull request #6665 from schneems/schneems/raise-migration-error | José Valim | 2012-06-10 | 1 | -0/+15 |
|\ \ \ \ \ |
|
| * | | | | | raise error for pending migration | schneems | 2012-06-09 | 1 | -2/+2 |
| * | | | | | add convenience methods for checking migrations | schneems | 2012-06-03 | 1 | -0/+15 |
* | | | | | | Fix fragile #assert_queries implementation and usages. | Steve Jorgensen | 2012-06-09 | 4 | -6/+6 |
| |_|/ / /
|/| | | | |
|