aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* bumping up arelAaron Patterson2012-02-211-1/+1
* prepared statements can be disabledAaron Patterson2012-02-218-30/+56
* tag bind params with a bind param objectAaron Patterson2012-02-213-3/+3
* more ruby 2.0 respond_to? changesAaron Patterson2012-02-211-1/+1
* Merge pull request #5096 from lawso017/masterAaron Patterson2012-02-212-19/+43
* Fix some warnings on 3-2-stablekennyj2012-02-211-1/+1
* fix test with ruby 187-p358Arun Agrawal2012-02-181-1/+5
* Merge pull request #5038 from carlosantoniodasilva/fix-db-migrate-redoJosé Valim2012-02-141-1/+4
* Use real table and columns for index testRafael Mendonça França2012-02-081-3/+3
* Push proper test changes for previous commit conflicts.José Valim2012-02-081-2/+4
* Handle nil in add_index :length option in MySQLPaul Sadauskas2012-02-082-1/+6
* Fix attribute_before_type_cast for serialized attributes. Fixes #4837.Jon Leighton2012-02-073-0/+25
* no need to check for this constantXavier Noria2012-02-071-1/+1
* Fixed the documenation for 'to_xml'Markus Fenske2012-02-071-1/+2
* let automatic EXPLAIN ignore CACHE notificationsXavier Noria2012-02-032-1/+52
* Fix Issue #4819densya2032012-02-041-1/+1
* Merge pull request #4809 from cfeist/feist-sqlite-binary-corruptionAaron Patterson2012-02-023-17/+3
* Merge pull request #4543 from jdelStrother/find_or_initJon Leighton2012-02-012-2/+13
* Fix broken tests added by 85c724d59Rafael Mendonça França2012-01-313-13/+13
* Improve deprecation messageJon Leighton2012-01-311-7/+17
* Merge pull request #4783 from gregolsen/ids_reader_fixJon Leighton2012-01-313-1/+6
* Allow writing unknown attributes, but with a deprecation warning. Closes #4583.Jon Leighton2012-01-312-4/+14
* Add workaround and deprecation if the inherited hook is not executed. Closes ...Jon Leighton2012-01-312-0/+22
* Merge pull request #4763 from kennyj/fix_4754Jon Leighton2012-01-312-1/+17
* query cache instrumentation should included the bindings in the payload [clos...Xavier Noria2012-01-301-1/+1
* Merge pull request #4715 from pwim/find-create-multi-argsJon Leighton2012-01-272-1/+12
* updating RAILS_VERSIONXavier Noria2012-01-261-1/+1
* CHANGELOG revision for v3.2.1Xavier Noria2012-01-261-2/+6
* Merge pull request #4696 from rafaelfranca/issue-4653Aaron Patterson2012-01-261-2/+0
|\
| * Remove extra attributes from HABTM join tables in AR testsRafael Mendonça França2012-01-261-2/+0
* | registers 2483460 in the CHANGELOGXavier Noria2012-01-261-3/+5
* | disable automatic explain if there is no logger [closes #4671]Xavier Noria2012-01-262-1/+17
|/
* call to_s on value passed to table_name=Sergey Nartimov2012-01-262-1/+6
* Fix another race condition.Jon Leighton2012-01-204-6/+23
* Preparing for 3.2.0 releaseDavid Heinemeier Hansson2012-01-202-2/+2
* Merge pull request #4531 from exviva/pessimistic_with_lockAaron Patterson2012-01-193-1/+70
* select doesn't take multiple arguments - fixes #4539 [ci skip]Vijay Dev2012-01-191-2/+2
* Merge pull request #4487 from sarenji/fix-reset-countersAaron Patterson2012-01-177-3/+45
* Fix race condition :bomb:Jon Leighton2012-01-131-4/+11
* Fix table_name in ActiveRecord with more than one abstract ancestorsPiotr Sarnacki2012-01-122-3/+18
* moving to arel 3.0.0Aaron Patterson2012-01-121-1/+1
* fixes in api docsVijay Dev2012-01-131-1/+1
* Add CHANGELOG entrySantiago Pastorino2012-01-111-0/+3
* on and ON are type casted to a true boolean columnSantiago Pastorino2012-01-112-2/+31
* add documentation explaining reorder behaviorMatt Jones2012-01-111-0/+10
* Merge pull request #4408 from tomstuart/read-and-write-attribute-aliasesSantiago Pastorino2012-01-112-5/+46
* FFFFFFFFUUUUUUUUUUUUUUUUUUUUUUUUU :bomb:Aaron Patterson2012-01-101-3/+0
* deprecate the subdirectories parameter to `migrations`Aaron Patterson2012-01-101-2/+13
* Bump to rc2Santiago Pastorino2012-01-041-1/+1
* Merge pull request #4282 from edgecase/order_after_reorderAaron Patterson2012-01-046-9/+25