aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
|\ \
| * | fixed support for DATABASE_URL for rake db tasksGrace Liu2012-10-294-37/+57
* | | Bump to 3.2.9.rc1Santiago Pastorino2012-10-291-2/+2
|/ /
* | Merge pull request #8057 from frodsan/fix_sqlite_mutate_argRafael Mendonça França2012-10-292-1/+9
* | Merge pull request #8053 from henrik/update_columns_with_primary_keyCarlos Antonio da Silva2012-10-293-1/+17
* | Make Active Record tests pass in isolationRafael Mendonça França2012-10-292-3/+2
* | Fix the skip code.Rafael Mendonça França2012-10-281-4/+4
* | Merge pull request #7593 from veader/patch-1Rafael Mendonça França2012-10-283-0/+14
* | frozen state should be restored after txn is abortedAaron Patterson2012-10-222-2/+18
* | Use `Rails.env` instead of `ENV['RAILS_ENV']`; #7951Martin Grandrath2012-10-181-1/+1
* | Merge pull request #7371 from csmuc/fix_dup_validation_errorsSantiago Pastorino2012-10-173-0/+21
* | Synchronize around deleting from the reserved connections hash.Aaron Patterson2012-10-152-1/+4
* | 7914 Using a better way to get the defaults from db.Arturo Pie2012-10-141-12/+7
* | #7914 get default value when type uses schema nameArturo Pie2012-10-144-2/+54
* | Fix has_many assocation w/select load after createErnie Miller2012-10-123-1/+15
* | Eager autoload Preloader classesJohn Firebaugh2012-10-101-10/+14
* | Eager autoload ActiveRecord association helpersMichael Fairley2012-10-101-5/+7
* | Merge pull request #7850 from senny/5920_postgres_adapter_table_with_capital_...Rafael Mendonça França2012-10-063-5/+14
* | Merge pull request #6978 from frodsan/count_nosql_unsaved_parentRafael Mendonça França2012-10-045-0/+37
* | RefactorSantiago Pastorino2012-10-031-5/+3
* | Merge pull request #7822 from lulalala/reset-counter-cache-for-has-many-throughRafael Mendonça França2012-10-025-4/+29
* | backport 68677ffb8298105eb9d3efa26d928dd88cc5e006Evan Petrie2012-09-284-6/+13
* | ConnectionPool accepts spec key 'checkout_timeout'Jonathan Rochkind2012-09-244-5/+39