aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix serializable_hash with xml generation and default :except optionCarlos Antonio da Silva2012-06-222-0/+30
* | Add some coverage for AR serialization with serializable_hashCarlos Antonio da Silva2012-06-223-26/+113
* | disallow mutating a relation once loadedJon Leighton2012-06-221-0/+27
* | Improve the derivation of HABTM assocation join table namesAndrew White2012-06-226-18/+26
* | explain listener does not care about time, so use evented listenerAaron Patterson2012-06-201-5/+5
* | Refactor testcase codes. It's repeated.kennyj2012-06-211-132/+38
|/
* Merge pull request #6798 from kennyj/db-rake-structure-loadCarlos Antonio da Silva2012-06-204-34/+107
|\
| * Remove duplicated codes.kennyj2012-06-211-41/+11
| * Refactor db:structure:load task.kennyj2012-06-214-0/+103
* | Merge pull request #4396 from kennyj/fix_4259Rafael Mendonça França2012-06-201-0/+32
|\ \ | |/ |/|
| * Fix GH #4259. We must remove table_name_prefix and table_name_suffix, when we...kennyj2012-01-101-0/+32
* | Extract conditional to a method to avoid duplicationRafael Mendonça França2012-06-191-0/+3
* | handle joins/includes correctly for pluck and calculation.Andrey Deryabin2012-06-191-0/+43
* | Merge pull request #6782 from kennyj/db-rake-structure-dumpRafael Mendonça França2012-06-194-1/+106
|\ \
| * | Refactor db:structure:dump task.kennyj2012-06-204-1/+106
* | | Merge pull request #6785 from kennyj/rename_testcase_nameCarlos Antonio da Silva2012-06-191-1/+1
|\ \ \
| * | | Rename testcase name. It's wrong in the context.kennyj2012-06-201-1/+1
| |/ /
* / / Rename MySQLTestPurge to MySQLPurgeTest for consistency.kennyj2012-06-201-1/+1
|/ /
* | Refactor db:charset taskSimon Jefford2012-06-194-3/+93
* | Validates_numericality_of is skipped when changing 0 to to non-empty stringAngelo capilleri2012-06-191-0/+10
* | Remember the stored attributes in a config attribute.Joost Baaij2012-06-181-1/+5
* | Merge pull request #6743 from steveklabnik/remove_composed_ofRafael Mendonça França2012-06-187-413/+0
|\ \
| * | Removing composed_of from ActiveRecord.Steve Klabnik2012-06-187-413/+0
* | | Add ensure Joke.reset_sequence_nameYasuo Honda2012-06-191-0/+2
|/ /
* | Change minimum (default) log level in PostgreSQL to warning.kennyj2012-06-181-0/+4
* | fix invalid syntax and sqlite rake failing testsFrancesco Rodriguez2012-06-183-4/+6
* | Merge pull request #6761 from freelancing-god/db-rakeJon Leighton2012-06-174-0/+715
|\ \
| * | Rails is the default (but now override able) source for environment and path.Pat Allan2012-06-172-28/+32
| * | Cleaning up after some warnings, adding slightly higher-level tests.Pat Allan2012-06-172-2/+296
| * | db:drop and some of db:test:purge.Pat Allan2012-06-173-2/+180
| * | db:create for PostgreSQL pulled out into a class.Pat Allan2012-06-171-0/+57
| * | db:create for MySQL now much cleaner.Pat Allan2012-06-171-0/+120
| * | Confirm connection is not established if file exists.Pat Allan2012-06-171-1/+10
| * | A beginning of sorts.Pat Allan2012-06-171-0/+53
* | | Fix deprecation warnings when using config.active_record.mass_assignment_sani...Jon Leighton2012-06-151-0/+32
* | | Fix config.active_record.whitelist_attributes with AR::ModelJon Leighton2012-06-151-0/+27
* | | Simplify AR configuration code.Jon Leighton2012-06-153-5/+5
* | | Remove unneded tests.Rafael Mendonça França2012-06-141-11/+1
* | | Merge pull request #6713 from etehtsea/activerecord-uuidRafael Mendonça França2012-06-144-7/+31
|\ \ \
| * | | Add uuid type support to PostgreSQL adapterKonstantin Shabanov2012-06-144-7/+31
* | | | Remove update_attribute.Steve Klabnik2012-06-144-66/+5
* | | | Need a assert here in testsArun Agrawal2012-06-121-2/+2
* | | | Merge pull request #6676 from aurelian/masterRafael Mendonça França2012-06-121-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Don't assign the attributes if the list is empty.Aurelian Oancea2012-06-081-0/+4
* | | | Remove warnings and unused codeRafael Mendonça França2012-06-112-7/+2
* | | | No need to cache table metadata in advance now that #6683 was merged.Rafael Mendonça França2012-06-112-16/+0
* | | | Merge pull request #6492 from pmahoney/fair-connection-pool2Rafael Mendonça França2012-06-114-1/+112
|\ \ \ \
| * | | | Make connection pool fair with respect to waiting threads.Patrick Mahoney2012-05-253-1/+108
| * | | | Cache metadata in advance to avoid extra sql statements while testing.Yasuo Honda2012-05-251-0/+7
* | | | | Merge pull request #6709 from amatsuda/sqlite3_version_is_always_gt_125Rafael Mendonça França2012-06-111-1/+1
|\ \ \ \ \