aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1494 from anildigital/masterSantiago Pastorino2011-07-061-2/+2
|\
| * Fix failing test because of Timezone difference.Anil Wadghule2011-06-051-2/+2
* | Merge pull request #1979 from bogdan/association_sum_array_compatibilityJon Leighton2011-07-061-0/+4
|\ \
| * | Fixed AR::Relation#sum compatibility with Array#sumBogdan Gusiev2011-07-051-0/+4
* | | Merge pull request #1968 from bogdan/associations_find_array_compatibility2Santiago Pastorino2011-07-051-0/+4
|\ \ \ | |/ / |/| |
| * | Fixed CollectionAssociation#find to be compatible with Array#findBogdan Gusiev2011-07-051-0/+4
* | | Only call set_owner_attributes for has_one association if target exists.Dieter Komendera2011-07-041-0/+11
|/ /
* | Reversing the changes done in c278a2c while still resolving #1857.Vijay Dev2011-07-021-5/+3
* | Assign the association attributes to the associated record before the before_...Jon Leighton2011-06-303-2/+21
* | cache the plural name on the reflection so we do not pay pluralize costs on j...Aaron Patterson2011-06-301-1/+1
* | CommandRecorder should delegate in method_missing where possible. Fixes some ...Jon Leighton2011-06-301-1/+6
* | Merge pull request #1574 from oriolgual/1571_ar_relation_order_no_longer_work...Aaron Patterson2011-06-281-0/+12
|\ \
| * | Add more test casesOriol Gual2011-06-281-0/+8
| * | Add failing testOriol Gual2011-06-281-0/+4
* | | Fix test_finding_with_cross_table_order_and_limit for OracleRaimonds Simanovskis2011-06-281-3/+3
|/ /
* | Merge pull request #1857 from vijaydev/irreversible-migrationAaron Patterson2011-06-281-3/+5
|\ \
| * | record unsupported methods in CommandRecorder instead of letting the unsuppor...Vijay Dev2011-06-251-3/+5
* | | Merge pull request #1860 from dmathieu/comparisonAaron Patterson2011-06-281-0/+13
|\ \ \
| * | | comparing different classes returns nilDamien Mathieu2011-06-261-0/+6
| * | | allow comparison on model objects - Closes #1858Damien Mathieu2011-06-261-0/+7
| |/ /
* | | oops! remove debugging codesAaron Patterson2011-06-271-1/+0
* | | default create_with_value to a hash so we can eliminate conditionals, add tes...Aaron Patterson2011-06-272-1/+9
|/ /
* | Merge pull request #1848 from raviolicode/postgresql_order_multiple_paramsSantiago Pastorino2011-06-241-0/+7
|\ \
| * | Improve ordering of multiple columns on postgresqlLucia Escanellas2011-06-241-0/+7
* | | Apply the default scope earlier when doing calculations. Fixes #1682.Jon Leighton2011-06-232-0/+13
|/ /
* | Merge pull request #1790 from ernie/reverse_sql_order_fixAaron Patterson2011-06-221-0/+12
|\ \
| * | Support reversal of ARel orderings in reverse_sql_orderErnie Miller2011-06-201-0/+12
* | | Merge pull request #1632 from tardate/pg_schema_fuAaron Patterson2011-06-213-3/+213
|\ \ \ | |/ / |/| |
| * | Merge remote branch 'rails/master' into pg_schema_fuPaul Gallagher2011-06-197-43/+372
| |\ \
| * | | Make PostgreSQL adapter view-compatiblePaul Gallagher2011-06-192-1/+49
| * | | make extract_schema_and_table a private methodPaul Gallagher2011-06-111-7/+7
| * | | remove table quoting in primary_key methodPaul Gallagher2011-06-112-5/+47
| * | | apply private method indentation conventionPaul Gallagher2011-06-102-3/+3
| * | | Improve PostgreSQL adapter schema-awarenessPaul Gallagher2011-06-102-2/+122
* | | | Merge pull request #1763 from grantneufeld/schema_column_exists_options_hashJosé Valim2011-06-181-0/+12
|\ \ \ \
| * | | | Changed the default value for the options argument on ActiveRecord::Connectio...Grant Neufeld2011-06-181-0/+12
| | |/ / | |/| |
* / | | Fix inconsistencies by being polite to the wrapped body. Needed for Rack::Sen...Steve Hodgkiss2011-06-182-0/+18
|/ / /
* | | Add require 'pathname' as it has not already been required in some circumstancesJon Leighton2011-06-171-0/+1
* | | Pass mass-assignment options to nested models - closes #1673.Andrew White2011-06-132-2/+251
* | | Rename tests to reflect associationsAndrew White2011-06-131-30/+30
* | | Add support for using an ARCONFIG environment variable to specify the locatio...Jon Leighton2011-06-121-4/+7
* | | Oops, this should have been in the last commit :zap:Jon Leighton2011-06-121-1/+1
* | | Make assert_no_queries literally enforce that there are no queries. As in, no...Jon Leighton2011-06-121-15/+0
* | | If we're going to use a global variable, let's at least namespace itJon Leighton2011-06-121-4/+4
* | | Refactor tests to be less brittleJon Leighton2011-06-123-28/+74
* | | Move BEGIN and COMMIT into IGNORED_SQL rather than having them as a special c...Jon Leighton2011-06-121-1/+1
* | | Don't wrap operations on collection associations in transactions when they ar...benedikt2011-06-121-0/+45
|/ /
* | Print out information about whether the identity map is on or off when runnin...Jon Leighton2011-06-092-6/+7
* | Remove unused 'y' variable.Sebastian Martinez2011-06-081-2/+2
* | Do not hardcode :id as it was ignored by mass assignment filterRaimonds Simanovskis2011-06-081-2/+2