aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
Commit message (Expand)AuthorAgeFilesLines
* Backport explain fixes.Rafael Mendonça França2012-09-163-12/+13
* Backport PostgreSQL auto-reconnect test coverageSteve Jorgensen2012-09-131-0/+1
* Backported #7572 to 3-2-stable. Use config['encoding'], because database conf...kennyj2012-09-121-3/+3
* Merge pull request #7582 from tchandy/fix_type_cast_codeRafael Mendonça França2012-09-091-2/+2
|\
| * ConnectionAdapters::Column.type_cast_code should always convert values to int...Thiago Pradi2012-09-091-2/+2
* | Merge pull request #7337 from adzap/string_to_dummy_timeRafael Mendonça França2012-09-051-1/+7
* | set the configured #inheritance_column on #become (#7503)Yves Senn2012-09-031-1/+1
|/
* documents after_(commit|rollback)Xavier Noria2012-08-301-0/+18
* Ensure association preloading properly merges default scope and association c...Pratik Naik2012-08-281-3/+1
* Merge pull request #5210 from Pliny/masteriRafael Mendonça França2012-08-211-1/+1
* Merge pull request #6986 from kennyj/fix_6975Rafael Mendonça França2012-08-211-5/+14
* Merge pull request #7377 from brainopia/use_inversed_parent_for_first_and_las...Carlos Antonio da Silva2012-08-211-1/+1
* Merge pull request #7388 from ManageIQ/fix_table_remove_passing_array_depreca...Rafael Mendonça França2012-08-181-1/+1
|\
| * Table#remove passed an array to remove_column, which is deprecated.Joe Rafaniello2012-08-181-1/+1
* | Ruby 1.8 doesn't have to_r defined to NilClass and Float.Rafael Mendonça França2012-08-181-5/+14
|/
* Merge pull request #7352 from aripollak/microsecond-timestampRafael Mendonça França2012-08-171-2/+2
* Do not use update_column where update_attribute is not interchangeableRafael Mendonça França2012-08-153-9/+6
* Merge pull request #6073 from daveyeu/restore-state-on-record-invalidRafael Mendonça França2012-08-111-1/+1
* Merge pull request #7286 from kennyj/fix_7191Rafael Mendonça França2012-08-101-13/+15
* Merge branch '3-2-8' into 3-2-stableSantiago Pastorino2012-08-091-1/+1
|\
| * Bump to 3.2.8Santiago Pastorino2012-08-091-1/+1
| * Bump to 3.2.8.rc2Santiago Pastorino2012-08-031-1/+1
| * More `:rails_env` cleanup.Rafael Mendonça França2012-08-021-6/+6
| * Do not consider the numeric attribute as changed if the old value isRafael Mendonça França2012-08-021-1/+1
* | Ported PR #4856 to 3-2-stable.Jeremy Walker2012-08-091-0/+2
* | Merge pull request #5872 from evtuhovich/prepared_statement_fixAaron Patterson2012-08-061-10/+10
* | Merge pull request #7167 from route/missed_extendJosé Valim2012-08-061-0/+1
* | Merge pull request #7140 from seamusabshere/patch-1Rafael Mendonça França2012-08-051-2/+2
* | More `:rails_env` cleanup.Rafael Mendonça França2012-08-021-6/+6
* | Do not consider the numeric attribute as changed if the old value isRafael Mendonça França2012-08-021-1/+1
* | Backport #5168 to 3-2-stable. Fix a problem that NULLS is ignored by postgres...kennyj2012-08-021-1/+1
|/
* Bump to 3.2.8.rc1Santiago Pastorino2012-08-011-2/+2
* removes the deprecation of update_attributeXavier Noria2012-08-011-1/+0
* revises the deprecation warning of update_attributeXavier Noria2012-08-011-1/+1
* Revert "Deprecating composed_of in ActiveRecord"Rafael Mendonça França2012-08-011-3/+0
* Revert "Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql."Jon Leighton2012-08-012-21/+0
* Revert "Add update_columns and the suggestion of using update_columnsRafael Mendonça França2012-07-301-18/+1
* missing require: the AR session store depends on the AP abstract storeXavier Noria2012-07-281-0/+2
* Only require the `:rails_env` task where is needed.Rafael Mendonça França2012-07-271-13/+13
* Merge branch '3-2-rel' into 3-2-stableAaron Patterson2012-07-261-1/+1
|\
| * bumping to 3.2.7Aaron Patterson2012-07-261-1/+1
| * updating the versionAaron Patterson2012-07-231-2/+2
* | Suggest using update_columns instead of update_column.Philip Arndt2012-07-261-1/+1
* | New #update_columns method.Sebastian Martinez2012-07-261-0/+17
|/
* Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-07-202-0/+21
* AR::Integration must be included after AM::ConversionJohn Firebaugh2012-07-171-1/+1
* Merge pull request #4396 from kennyj/fix_4259Rafael Mendonça França2012-07-171-4/+8
* Fixing texts; down to three failing tests.Jeremy Cole2012-07-132-15/+24
* Only use prepared statements when bind variables are presentJeremy Cole2012-07-131-34/+40
* Update psql adapter to rename a default pkey sequence during rename_table.Robb Kidd2012-07-101-0/+7