| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unneded tests. | Rafael Mendonça França | 2012-06-14 | 1 | -11/+1 |
* | registers the deprecation of update_attribute in the CHANGELOG | Xavier Noria | 2012-06-14 | 1 | -0/+8 |
* | Deprecate update_attribute. | Steve Klabnik | 2012-06-14 | 7 | -17/+41 |
* | Merge branch '3-2-stable-rel' into 3-2-stable | Aaron Patterson | 2012-06-12 | 4 | -5/+17 |
|\ |
|
| * | updating changelogs | Aaron Patterson | 2012-06-12 | 1 | -1/+3 |
| * | bumping version numbers | Aaron Patterson | 2012-06-11 | 1 | -1/+1 |
| * | updating changelogs with security fixes | Aaron Patterson | 2012-06-11 | 1 | -0/+4 |
| * | Additional fix for CVE-2012-2661 | Ernie Miller | 2012-06-11 | 2 | -3/+9 |
* | | Merge pull request #6715 from arunagw/add_asserts | Rafael Mendonça França | 2012-06-12 | 1 | -2/+2 |
* | | Merge pull request #6676 from aurelian/master | Rafael Mendonça França | 2012-06-12 | 2 | -1/+5 |
|/ |
|
* | Change the string to use in test case. | kennyj | 2012-06-11 | 2 | -2/+2 |
* | Fix GH #3163. Should quote database on mysql/mysql2. | kennyj | 2012-06-11 | 3 | -1/+22 |
* | Merge pull request #6698 from yahonda/address_ora_911_master | Rafael Mendonça França | 2012-06-11 | 2 | -2/+2 |
* | Merge pull request #6521 from Empact/throw-result | Rafael Mendonça França | 2012-06-10 | 2 | -1/+8 |
* | Remove warning | Rafael Mendonça França | 2012-06-10 | 1 | -1/+1 |
* | Add test to column alias in `exists?` SQL. | Rafael Mendonça França | 2012-06-10 | 1 | -0/+6 |
* | 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 | 2 | -5/+14 |
* | ActiveRecord#attributes optimization: minimize objects created | Tieg Zaharia | 2012-06-09 | 1 | -1/+3 |
* | Make test cover previous reversion | Jon Leighton | 2012-06-07 | 1 | -0/+1 |
* | Revert "Perf: Don't load the association for #delete_all." | Jon Leighton | 2012-06-07 | 6 | -45/+21 |
* | Fix #6591. If a field with timezone isn't changed, we don't call will_change!. | kennyj | 2012-06-04 | 1 | -1/+2 |
* | Add failing test for 3.2.5 datetime attribute regression | Evan Arnold | 2012-06-04 | 1 | -0/+11 |
* | Merge pull request #6593 from yahonda/skip_test_remove_column_with_array_as_a... | Rafael Mendonça França | 2012-06-01 | 1 | -1/+3 |
|\ |
|
| * | Skip test_remove_column_with_array_as_an_argument_is_deprecated with Oracle a... | Yasuo Honda | 2012-06-02 | 1 | -1/+3 |
* | | Add release date of 3.2.5 on the CHANGELOG | Rafael Mendonça França | 2012-06-01 | 1 | -0/+9 |
|/ |
|
* | 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 | 4 | -31/+4 |
* | Merge branch '3-2-rel' into 3-2-stable | Aaron Patterson | 2012-05-31 | 2 | -2/+11 |
|\ |
|
| * | bumping to 3.2.4 | Aaron Patterson | 2012-05-31 | 1 | -1/+1 |
| * | adding security notifications to CHANGELOGs | Aaron Patterson | 2012-05-31 | 1 | -0/+3 |
| * | Merge branch '3-2-stable-sec' into 3-2-rel | Aaron Patterson | 2012-05-31 | 3 | -4/+38 |
| |\ |
|
| * | | updating changelogs | Aaron Patterson | 2012-05-31 | 1 | -1/+7 |
| * | | Merge pull request #6558 from parndt/fix_regression | Aaron Patterson | 2012-05-30 | 1 | -3/+4 |
* | | | Merge branch '3-2-stable-sec' into 3-2-stable | Aaron Patterson | 2012-05-31 | 4 | -6/+40 |
|\ \ \
| | |/
| |/| |
|
| * | | predicate builder should not recurse for determining where columns. | Aaron Patterson | 2012-05-30 | 3 | -4/+38 |
| |/ |
|
| * | bumping to 3.2.4.rc1 | Aaron Patterson | 2012-05-28 | 1 | -2/+2 |
* | | Revert "Removes unneeded caching from ActiveRecord::Base.relation" | Philip Arndt | 2012-05-31 | 1 | -3/+4 |
* | | Merge pull request #6477 from steveklabnik/close_discovered_pg_connection | Rafael Mendonça França | 2012-05-30 | 1 | -1/+2 |
* | | Merge pull request #5810 from kennyj/fix_5797 | Aaron Patterson | 2012-05-30 | 4 | -5/+15 |
|/ |
|
* | Merge pull request #5244 from fotos/myqsl2_wait_timeout | Rafael Mendonça França | 2012-05-25 | 1 | -1/+1 |
* | Merge pull request #5925 from Juanmcuello/pg_structure_dump | Carlos Antonio da Silva | 2012-05-24 | 1 | -2/+2 |
|\ |
|
| * | Use Shellwords to scape arguments in db:structure:dump for PostgreSQL. | Juan M. Cuello | 2012-05-22 | 1 | -2/+2 |
* | | Synchronize the ConnectionPool#release method to avoid thread safety issues [... | Andrew Selder | 2012-05-23 | 1 | -10/+12 |
|/ |
|
* | Fixes the build break caused by 9ee8528 in #6445. | Godfrey Chan | 2012-05-22 | 1 | -2/+4 |
* | Restore the frozen state on rollback. Fixes #6417. | Godfrey Chan | 2012-05-22 | 2 | -1/+13 |
* | Postgresql doesn't accept limits on binary (bytea) columns. | Victor Costan | 2012-05-21 | 2 | -8/+20 |
* | Fix uniqueness validator with `allow_nil: false` also for mysql | Piotr Sarnacki | 2012-05-19 | 1 | -1/+1 |
* | Fix `validates_uniqueness_off :field, :allow_nil => false` | Piotr Sarnacki | 2012-05-19 | 2 | -2/+13 |
* | Merge pull request #6398 from pmahoney/threadsafe-connection-pool | Aaron Patterson | 2012-05-19 | 1 | -4/+8 |