aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* make active_connection? return true only if there is an open connection in us...Aaron Patterson2012-03-081-3/+4
* Fix doc examples for has_and_belongs_to_many associationBraden Schaeffer2012-03-091-2/+2
* Merge pull request #5316 from Jacobkg/masterJosé Valim2012-03-071-1/+1
* Fix #5069 - Protect foreign key from mass assignment throught association bui...Jean Boussier2012-03-051-1/+2
* Whitelist all attribute assignment by default.Michael Koziarski2012-03-052-0/+9
* fix associations when using per class databasesLars Kanis2012-03-043-8/+5
* only log an error if there is a logger. fixes #5226Aaron Patterson2012-03-022-2/+2
* revert setting NOT NULL constraints in add_timestampsXavier Noria2012-03-011-2/+2
* Merge branch '3-2-2' into 3-2-stableAaron Patterson2012-03-011-1/+1
|\
| * bumping to 3.2.2Aaron Patterson2012-03-011-1/+1
| * Merge pull request #4834 from sskirby/fix_usage_of_psql_in_db_test_prepareAaron Patterson2012-02-231-1/+1
| * updating RAILS_VERSIONAaron Patterson2012-02-221-2/+2
* | Fix type_to_sql with text and limit on mysql/mysql2. Fix GH #3931.kennyj2012-02-291-9/+20
* | Revert "No need to pass options which is never used"Rafael Mendonça França2012-02-261-2/+2
* | Fixed typo in composed_of example with Money#<=>, was comparing amount itself...Noah Hendrix2012-02-251-1/+1
* | Merge pull request #4834 from sskirby/fix_usage_of_psql_in_db_test_prepareAaron Patterson2012-02-231-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-211-16/+36
* Fix some warnings on 3-2-stablekennyj2012-02-211-1/+1
* Merge pull request #5038 from carlosantoniodasilva/fix-db-migrate-redoJosé Valim2012-02-141-1/+4
* Handle nil in add_index :length option in MySQLPaul Sadauskas2012-02-081-1/+1
* Fix attribute_before_type_cast for serialized attributes. Fixes #4837.Jon Leighton2012-02-072-0/+10
* 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-031-1/+4
* Fix Issue #4819densya2032012-02-041-1/+1
* Merge pull request #4809 from cfeist/feist-sqlite-binary-corruptionAaron Patterson2012-02-021-16/+1
* Merge pull request #4543 from jdelStrother/find_or_initJon Leighton2012-02-011-2/+1
* Improve deprecation messageJon Leighton2012-01-311-7/+17
* Merge pull request #4783 from gregolsen/ids_reader_fixJon Leighton2012-01-311-1/+1
* Allow writing unknown attributes, but with a deprecation warning. Closes #4583.Jon Leighton2012-01-311-4/+7
* Add workaround and deprecation if the inherited hook is not executed. Closes ...Jon Leighton2012-01-311-0/+12
* Merge pull request #4763 from kennyj/fix_4754Jon Leighton2012-01-311-1/+1
* 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-271-1/+1
* updating RAILS_VERSIONXavier Noria2012-01-261-1/+1
* disable automatic explain if there is no logger [closes #4671]Xavier Noria2012-01-261-0/+2
* call to_s on value passed to table_name=Sergey Nartimov2012-01-261-1/+1
* Fix another race condition.Jon Leighton2012-01-202-6/+10
* Preparing for 3.2.0 releaseDavid Heinemeier Hansson2012-01-201-1/+1
* Merge pull request #4531 from exviva/pessimistic_with_lockAaron Patterson2012-01-191-0/+22
* 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-171-1/+2
* Fix race condition :bomb:Jon Leighton2012-01-131-4/+11
* Fix table_name in ActiveRecord with more than one abstract ancestorsPiotr Sarnacki2012-01-121-3/+7
* fixes in api docsVijay Dev2012-01-131-1/+1
* on and ON are type casted to a true boolean columnSantiago Pastorino2012-01-111-2/+2
* add documentation explaining reorder behaviorMatt Jones2012-01-111-0/+10