| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | Ensure that CollectionAssociation#replace returns proper target | Piotr Sarnacki | 2012-05-19 | 2 | -3/+3 |
* | Fix HABTM syntax error in Ruby 1.8.x | Ernie Miller | 2012-05-18 | 1 | -2/+2 |
* | fix #delete_all with habtm with :delete_sql | Jon Leighton | 2012-05-18 | 2 | -0/+7 |
* | Perf: Don't load the association for #delete_all. | Jon Leighton | 2012-05-18 | 6 | -9/+48 |
* | Fix CollectionAssociation#replace to return new target (closes #6231) | Piotr Sarnacki | 2012-05-16 | 2 | -0/+14 |
* | Remove unused private method yaml_fixtures_key | Alexey Muranov | 2012-05-11 | 1 | -3/+0 |
* | Return false for exists? with new records - fixes #6199. | Andrew White | 2012-05-10 | 3 | -2/+3 |
* | Merge pull request #6221 from alexeymuranov/deprecate__instantiate_fixtures__... | Jeremy Kemper | 2012-05-09 | 1 | -7/+26 |
|\ |
|
| * | Remove deprecated use of ::instantiate_fixtures | Alexey Muranov | 2012-05-10 | 1 | -4/+4 |
| * | Deprecate ::instantiate_fixtures unused parameter | Alexey Muranov | 2012-05-10 | 1 | -3/+22 |
* | | Merge pull request #6219 from frodsan/fix_build | Piotr Sarnacki | 2012-05-09 | 1 | -1/+9 |
|\ \ |
|
| * | | Fix build | Francesco Rodriguez | 2012-05-09 | 1 | -1/+9 |
| |/ |
|
* / | Stop showing deprecations for Ruby 1.8.7 with remove_column | Carlos Antonio da Silva | 2012-05-09 | 2 | -4/+6 |
|/ |
|
* | Merge pull request #6128 from frodsan/delete_all_limit_32 | Aaron Patterson | 2012-05-04 | 2 | -0/+6 |
|\ |
|
| * | Fix #4979 against 3-2-stable - delete_all raise an error if a limit is provided | Francesco Rodriguez | 2012-05-02 | 2 | -0/+6 |
* | | Deprecate remove_column with array as an argument | Piotr Sarnacki | 2012-05-02 | 3 | -0/+19 |
* | | Add release data to Rails 3.2.3 | Rafael Mendonça França | 2012-04-30 | 1 | -1/+1 |
|/ |
|
* | Add extra order clause to fix failing test on Ruby 1.8.7 | Carlos Antonio da Silva | 2012-04-24 | 1 | -1/+1 |
* | Fix build. It seems that the Mocha's behavior were changed. | kennyj | 2012-04-24 | 2 | -3/+9 |
* | Updated other README to point 3-2-stable | Arun Agrawal | 2012-04-23 | 1 | -1/+1 |
* | Be sure to correctly fetch PK name from MySQL even if the PK has some custom ... | Akira Matsuda | 2012-04-19 | 2 | -1/+31 |
* | Removes unneeded caching from ActiveRecord::Base.relation | Benedikt Deicke | 2012-04-19 | 1 | -4/+3 |
* | Revert "Revert "Fix #5667. Preloading should ignore scoping."" | Benedikt Deicke | 2012-04-19 | 2 | -2/+9 |
* | Adds test to check that circular preloading does not modify Model.unscoped (a... | Benedikt Deicke | 2012-04-19 | 3 | -4/+26 |
* | Removes caching from ActiveRecord::Core::ClassMethods#relation | Benedikt Deicke | 2012-04-19 | 2 | -2/+6 |
* | Revert "Fix #5667. Preloading should ignore scoping." | Jeremy Kemper | 2012-04-18 | 3 | -20/+2 |
* | Check for nil logger | Norman Clarke | 2012-04-18 | 1 | -1/+1 |
* | Merge pull request #5725 from kevmoo/remove_unused_castcode | Xavier Noria | 2012-04-09 | 1 | -2/+0 |
|\ |
|
| * | Remove unused 'cast_code' variable | Kevin Moore | 2012-04-03 | 1 | -2/+0 |