aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix GH #4285. Remove options when we record calling creat_tablekennyj2012-01-042-1/+7
* deprecate ActiveSupport::Base64Sergey Nartimov2012-01-031-4/+4
* Document that index names are made up of all columns, not just the first.Jo Liss2011-12-291-9/+2
* Remove unnecessary comma.Uģis Ozols2011-12-291-1/+1
* Merge pull request #4216 from edgecase/master_fix_reorder_with_limited_idsAaron Patterson2011-12-282-1/+11
* app code in general wants Time.current, not Time.nowXavier Noria2011-12-281-3/+3
* Remove empty line.Marcos Tapajós2011-12-281-1/+0
* Closes #4208Marcos Tapajós2011-12-271-2/+3
* Reconnect to the first database after db:createTsutomu Kuroda2011-12-251-0/+1
* avoid deprecation warnings when running AR testsAaron Patterson2011-12-242-2/+7
* Tidy up migration types.José Valim2011-12-244-11/+10
* added ability to specify from cli when generating a model/migration whether p...Dmitrii Samoilov2011-12-244-7/+16
* Fix situation where id method didn't get defined causing postgres to failJon Leighton2011-12-231-4/+3
* Doh, remove debugging lineJon Leighton2011-12-231-1/+0
* Fix #4046.Jon Leighton2011-12-235-46/+58
* serialize fails on subclassAlvaro Bautista2011-12-234-6/+32
* Fix build when IM=trueJon Leighton2011-12-231-4/+3
* Make ActiveRecord::Relation#pluck work with serialized attributesJon Leighton2011-12-222-5/+12
* Make read_attribute code path accessible at the class levelJon Leighton2011-12-225-56/+48
* added failing tests for has_many, has_one and belongs_to associations with st...Jakub Kuźma2011-12-214-13/+66
* Improve doc for ActiveRecord::Base.unscoped.Hendy Tanata2011-12-201-6/+8
* Party like its R-C-UNO!David Heinemeier Hansson2011-12-191-1/+1
* Fix database tasks in test namespace.Juan M. Cuello2011-12-191-9/+22
* Revert "Merge pull request #4030 from Juanmcuello/database_tasks"José Valim2011-12-191-20/+9
* Fix database tasks in test namespace.Juan M. Cuello2011-12-191-9/+20