aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Make the CHANGELOG consistent [ci skip]Rafael Mendonça França2012-11-301-11/+20
* Merge pull request #6397 from kennyj/fix_translate_exceptionAaron Patterson2012-11-302-3/+12
* Backport 78b30fed9336336694fb2cb5d2825f95800b541c to fix non-utf-8 databases ...Jeremy Kemper2012-11-291-5/+19
* Merge pull request #7689 from cbarton/assume_migration_version_with_prefix_fixAaron Patterson2012-11-282-9/+29
|\
| * Making test accurately reflect what is going on in the schema migrations testChris Barton2012-09-182-9/+29
* | Work around undiagnosed bug that's draining a relation's bind_valuesJeremy Kemper2012-11-281-0/+1
* | Use 1.8 hash style in pg specific schemaCarlos Antonio da Silva2012-11-281-3/+3
* | schema cache already has the columns as a hash, so use thatAaron Patterson2012-11-261-1/+20
* | schema cache already has the columns as a hash, so use thatAaron Patterson2012-11-251-1/+1
* | speed up fixture loading by querying the schema cache for column namesAaron Patterson2012-11-251-1/+1
* | Merge pull request #8311 from alisdair/dirty-nullable-datetimeCarlos Antonio da Silva2012-11-253-0/+21
* | backport #8291, prevent mass assignment of polymorphic type with `build`Yves Senn2012-11-223-1/+15
* | Merge pull request #8276 from pwnall/pgsql_text_limitsRafael Mendonça França2012-11-204-0/+35
* | Be a bit less conservative with mysql in adapterCarlos Antonio da Silva2012-11-191-1/+1
* | Merge pull request #8258 from kommen/eager_loading_with_select_test2Carlos Antonio da Silva2012-11-191-0/+14
* | Merge pull request #7983 from georgebrock/bug7950-squashedCarlos Antonio da Silva2012-11-168-12/+48
|\ \
| * | Test/changelog for has_many bug on unsaved recordsGeorge Brocklehurst2012-11-102-0/+13
| * | use bind values for join columnsAaron Patterson2012-11-106-12/+36
* | | fix testJon Leighton2012-11-131-3/+3
* | | Merge pull request #8209 from senny/backport_8176Rafael Mendonça França2012-11-133-1/+18
|\ \ \
| * | | backport #8176, `#pluck` can be used on a relation with `select` clause.Yves Senn2012-11-133-1/+18
* | | | Merge pull request #8204 from nikitug/fix_dynamic_finder_result_checkRafael Mendonça França2012-11-134-2/+21
|\ \ \ \
| * | | | Use nil? instead of blank? to check dynamic finder resultNikita Afanasenko2012-11-134-1/+17
* | | | | Fix deleting from a HABTM join table upon destroying an object of a model wit...Nick Rogers2012-11-136-1/+31
|/ / / /
* / / / Backport #8074 to 3-2-stable. Use query cache/uncache, when using not only da...kennyj2012-11-143-6/+22
|/ / /
* | | Fix warning with assigned but not used variableCarlos Antonio da Silva2012-11-131-3/+3
* | | Update mocha version to 0.13.0 and change requiresCarlos Antonio da Silva2012-11-131-1/+1
* | | Add release date of Rails 3.2.9 to documentationclaudiob2012-11-121-1/+1
* | | Merge pull request #8154 from bogdan/has_one_association_performanceCarlos Antonio da Silva2012-11-123-1/+24
* | | Merge branch '3-2-9' into 3-2-stableSantiago Pastorino2012-11-121-1/+1
|\ \ \ | |/ / |/| |
| * | Bump to 3.2.9Santiago Pastorino2012-11-121-1/+1
* | | Merge branch '3-2-9' into 3-2-stableSantiago Pastorino2012-11-091-1/+1
|\| |
| * | Bump up to 3.2.9.rc3Santiago Pastorino2012-11-091-1/+1
* | | Backport #8078: Fix `attributes_before_type_cast` for serialised attributes.Nikita Afanasenko2012-11-093-0/+24
* | | Merge pull request #7987 from alexisbernard/3-2_find_in_batches_compatible_wi...Santiago Pastorino2012-11-083-3/+28
|\ \ \
| * | | Fix find_in_batches against string IDs when start option is not specified.Alexis Bernard2012-11-083-2/+15
| * | | Fix test_find_in_batches_should_use_any_column_as_primary_keySantiago Pastorino2012-11-081-11/+8
| * | | start could be a stringSantiago Pastorino2012-11-082-1/+16
| |/ /
* | | Use a more descriptive test nameRafael Mendonça França2012-11-081-1/+1
* | | Fix the release in the CHANGELOG [ci skip]Rafael Mendonça França2012-11-081-1/+4
* | | Fix accepts_nested_attributes for child classesGabriel Sobrinho & Ricardo Henrique2012-11-073-3/+41
|/ /
* | Bump to 3.2.9.rc2Santiago Pastorino2012-11-011-1/+1
* | Ensure calling first/last with options correctly set inverse associationCarlos Antonio da Silva2012-11-012-1/+11
* | Fix issue with collection associations and first(n)/last(n)Carlos Antonio da Silva2012-11-013-3/+20
* | relaxes assertionXavier Noria2012-10-311-1/+1
* | Fix ActiveRecord#update_column return valuesaksmlz2012-10-312-1/+7
* | Add CHANGELOG entry to #8032 fixRafael Mendonça França2012-10-291-0/+5
* | Fix typo :bomb: [ci skip]Rafael Mendonça França2012-10-291-1/+1
* | Fix bug when Column is trying to type cast boolean values to integer.Rafael Mendonça França2012-10-293-6/+22
* | Merge pull request #8009 from graceliu/3-2-fix_database_url_supportRafael Mendonça França2012-10-294-37/+57
|\ \