| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | set the configured #inheritance_column on #become (#7503) | Yves Senn | 2012-09-03 | 1 | -1/+1 |
|/ |
|
* | documents after_(commit|rollback) | Xavier Noria | 2012-08-30 | 1 | -0/+18 |
* | Ensure association preloading properly merges default scope and association c... | Pratik Naik | 2012-08-28 | 1 | -3/+1 |
* | Merge pull request #5210 from Pliny/masteri | Rafael Mendonça França | 2012-08-21 | 1 | -1/+1 |
* | Merge pull request #6986 from kennyj/fix_6975 | Rafael Mendonça França | 2012-08-21 | 1 | -5/+14 |
* | Merge pull request #7377 from brainopia/use_inversed_parent_for_first_and_las... | Carlos Antonio da Silva | 2012-08-21 | 1 | -1/+1 |
* | Merge pull request #7388 from ManageIQ/fix_table_remove_passing_array_depreca... | Rafael Mendonça França | 2012-08-18 | 1 | -1/+1 |
|\ |
|
| * | Table#remove passed an array to remove_column, which is deprecated. | Joe Rafaniello | 2012-08-18 | 1 | -1/+1 |
* | | Ruby 1.8 doesn't have to_r defined to NilClass and Float. | Rafael Mendonça França | 2012-08-18 | 1 | -5/+14 |
|/ |
|
* | Merge pull request #7352 from aripollak/microsecond-timestamp | Rafael Mendonça França | 2012-08-17 | 1 | -2/+2 |
* | Do not use update_column where update_attribute is not interchangeable | Rafael Mendonça França | 2012-08-15 | 3 | -9/+6 |
* | Merge pull request #6073 from daveyeu/restore-state-on-record-invalid | Rafael Mendonça França | 2012-08-11 | 1 | -1/+1 |
* | Merge pull request #7286 from kennyj/fix_7191 | Rafael Mendonça França | 2012-08-10 | 1 | -13/+15 |
* | Merge branch '3-2-8' into 3-2-stable | Santiago Pastorino | 2012-08-09 | 1 | -1/+1 |
|\ |
|
| * | Bump to 3.2.8 | Santiago Pastorino | 2012-08-09 | 1 | -1/+1 |
| * | Bump to 3.2.8.rc2 | Santiago Pastorino | 2012-08-03 | 1 | -1/+1 |
| * | More `:rails_env` cleanup. | Rafael Mendonça França | 2012-08-02 | 1 | -6/+6 |
| * | Do not consider the numeric attribute as changed if the old value is | Rafael Mendonça França | 2012-08-02 | 1 | -1/+1 |
* | | Ported PR #4856 to 3-2-stable. | Jeremy Walker | 2012-08-09 | 1 | -0/+2 |
* | | Merge pull request #5872 from evtuhovich/prepared_statement_fix | Aaron Patterson | 2012-08-06 | 1 | -10/+10 |
* | | Merge pull request #7167 from route/missed_extend | José Valim | 2012-08-06 | 1 | -0/+1 |
* | | Merge pull request #7140 from seamusabshere/patch-1 | Rafael Mendonça França | 2012-08-05 | 1 | -2/+2 |
* | | More `:rails_env` cleanup. | Rafael Mendonça França | 2012-08-02 | 1 | -6/+6 |
* | | Do not consider the numeric attribute as changed if the old value is | Rafael Mendonça França | 2012-08-02 | 1 | -1/+1 |
* | | Backport #5168 to 3-2-stable. Fix a problem that NULLS is ignored by postgres... | kennyj | 2012-08-02 | 1 | -1/+1 |
|/ |
|
* | Bump to 3.2.8.rc1 | Santiago Pastorino | 2012-08-01 | 1 | -2/+2 |
* | removes the deprecation of update_attribute | Xavier Noria | 2012-08-01 | 1 | -1/+0 |
* | revises the deprecation warning of update_attribute | Xavier Noria | 2012-08-01 | 1 | -1/+1 |
* | Revert "Deprecating composed_of in ActiveRecord" | Rafael Mendonça França | 2012-08-01 | 1 | -3/+0 |
* | Revert "Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql." | Jon Leighton | 2012-08-01 | 2 | -21/+0 |
* | Revert "Add update_columns and the suggestion of using update_columns | Rafael Mendonça França | 2012-07-30 | 1 | -18/+1 |
* | removes the AR session store from eager loaded code [fixes #7160] | Xavier Noria | 2012-07-29 | 1 | -1/+10 |
* | missing require: the AR session store depends on the AP abstract store | Xavier Noria | 2012-07-28 | 1 | -0/+2 |
* | Only require the `:rails_env` task where is needed. | Rafael Mendonça França | 2012-07-27 | 1 | -13/+13 |
* | Merge branch '3-2-rel' into 3-2-stable | Aaron Patterson | 2012-07-26 | 1 | -1/+1 |
|\ |
|
| * | bumping to 3.2.7 | Aaron Patterson | 2012-07-26 | 1 | -1/+1 |
| * | updating the version | Aaron Patterson | 2012-07-23 | 1 | -2/+2 |
* | | Suggest using update_columns instead of update_column. | Philip Arndt | 2012-07-26 | 1 | -1/+1 |
* | | New #update_columns method. | Sebastian Martinez | 2012-07-26 | 1 | -0/+17 |
|/ |
|
* | Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-07-20 | 2 | -0/+21 |
* | AR::Integration must be included after AM::Conversion | John Firebaugh | 2012-07-17 | 1 | -1/+1 |
* | Merge pull request #4396 from kennyj/fix_4259 | Rafael Mendonça França | 2012-07-17 | 1 | -4/+8 |
* | Fixing texts; down to three failing tests. | Jeremy Cole | 2012-07-13 | 2 | -15/+24 |
* | Only use prepared statements when bind variables are present | Jeremy Cole | 2012-07-13 | 1 | -34/+40 |
* | Update psql adapter to rename a default pkey sequence during rename_table. | Robb Kidd | 2012-07-10 | 1 | -0/+7 |
* | Merge pull request #6985 from sidonath/disable-query-cache-for-locks | Rafael Mendonça França | 2012-07-06 | 1 | -1/+9 |
* | Backport #3329 to 3-2-stable | Francesco Rodriguez | 2012-07-02 | 1 | -15/+21 |
* | Merge pull request #6878 from masarakki/master | Rafael Mendonça França | 2012-06-28 | 1 | -0/+2 |
* | Merge pull request #6900 from cbandy/issue-6898 | Carlos Antonio da Silva | 2012-06-28 | 1 | -0/+2 |
* | Ensure Arel columns are typecasted properly when grouping with calculation | Carlos Antonio da Silva | 2012-06-25 | 1 | -3/+3 |