| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge pull request #6842 from ernie/handle-non-strings-in-grouped-calculations | Rafael Mendonça França | 2012-06-24 | 1 | -6/+17 |
* | Merge branch 'acapilleri-update_nested_attributes' | Rafael Mendonça França | 2012-06-21 | 1 | -5/+15 |
* | Merge pull request #6758 from caironoleto/master | José Valim | 2012-06-18 | 1 | -13/+13 |
* | Deprecating composed_of in ActiveRecord | Steve Klabnik | 2012-06-18 | 1 | -0/+3 |
* | Deprecate update_attribute. | Steve Klabnik | 2012-06-14 | 3 | -6/+10 |
* | Merge branch '3-2-stable-rel' into 3-2-stable | Aaron Patterson | 2012-06-12 | 2 | -4/+4 |
|\ |
|
| * | bumping version numbers | Aaron Patterson | 2012-06-11 | 1 | -1/+1 |
| * | Additional fix for CVE-2012-2661 | Ernie Miller | 2012-06-11 | 1 | -3/+3 |
* | | Merge pull request #6676 from aurelian/master | Rafael Mendonça França | 2012-06-12 | 1 | -1/+1 |
|/ |
|
* | Fix GH #3163. Should quote database on mysql/mysql2. | kennyj | 2012-06-11 | 1 | -1/+1 |
* | Merge pull request #6698 from yahonda/address_ora_911_master | Rafael Mendonça França | 2012-06-11 | 1 | -1/+1 |
* | Merge pull request #6521 from Empact/throw-result | Rafael Mendonça França | 2012-06-10 | 1 | -0/+2 |
* | Minimal change to query generation of exists? that makes SQLServer and others... | iaddict | 2012-06-10 | 1 | -1/+1 |
* | Merge pull request #6695 from kennyj/fix_6635 | Rafael Mendonça França | 2012-06-10 | 1 | -5/+5 |
* | ActiveRecord#attributes optimization: minimize objects created | Tieg Zaharia | 2012-06-09 | 1 | -1/+3 |
* | Revert "Perf: Don't load the association for #delete_all." | Jon Leighton | 2012-06-07 | 4 | -33/+9 |
* | Fix #6591. If a field with timezone isn't changed, we don't call will_change!. | kennyj | 2012-06-04 | 1 | -1/+2 |
* | bumping to 3.2.5 | Aaron Patterson | 2012-05-31 | 1 | -1/+1 |
* | Restore behavior of Active Record 3.2.3 scopes | Andrew White | 2012-06-01 | 2 | -5/+4 |