aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Foo.joins(:bar).includes(:bar) should result in a single query with :bar as a...Jon Leighton2011-07-091-0/+8
* | | | Merge pull request #2017 from Casecommons/active_record_lintJosé Valim2011-07-082-0/+12
|\ \ \ \
| * | | | ActiveRecord::Base should pass ActiveModel::Lint.Grant Hutchins & Peter Jaros2011-07-082-0/+12
* | | | | Destroy association habtm record before destroying the record itself. Fixes i...Tomas D'Stefano2011-07-082-0/+12
* | | | | Ensure that the foreign key gets set when doing record.create_association or ...Jon Leighton2011-07-081-0/+14
* | | | | Refactor PostgreSQLAdapter a bitDaniel Schierbeck2011-07-081-2/+2
|/ / / /
* | | | Use Enumerable#with_index. We're on Ruby > 1.8.7 (part II)Akira Matsuda2011-07-081-3/+1
* | | | Make `ActiveRecord::Batches#find_each` to not return `self`.knapo2011-07-071-0/+7
* | | | Fix bug in collection_singular_ids on has many through association with condi...Anatoliy Lysenko2011-07-061-0/+5
* | | | Merge pull request #1273 from jeremyf/feature-association-proxy-sendSantiago Pastorino2011-07-061-0/+9
|\ \ \ \
| * | | | Addresses an inconsistency in the ActiveRecord::Base.method_missing handling ...Jeremy Friesen2011-05-241-0/+9
* | | | | 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