| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '3-2-sec' into 3-2-secmerge | Aaron Patterson | 2012-12-23 | 3 | -2/+26 |
|\ |
|
| * | CVE-2012-5664 options hashes should only be extracted if there are extra para... | Aaron Patterson | 2012-12-23 | 2 | -1/+18 |
| * | updating changelog | Aaron Patterson | 2012-12-23 | 1 | -1/+2 |
| * | updating the changelog for the CVE | Aaron Patterson | 2012-12-23 | 1 | -0/+4 |
| * | Add release date of Rails 3.2.9 to documentation | claudiob | 2012-12-23 | 1 | -1/+1 |
* | | Serialized attribute can be serialized in an integer column | Rafael Mendonça França | 2012-12-21 | 5 | -6/+49 |
* | | Backport #8522, Keep index names when using with sqlite3 | Yves Senn | 2012-12-19 | 3 | -1/+19 |
* | | recognize migrations, in folders containing numbers and 'rb'. | Yves Senn | 2012-12-13 | 4 | -1/+24 |
* | | Improve test name related to cache timestamp format [ci skip] | Carlos Antonio da Silva | 2012-12-11 | 1 | -1/+1 |
* | | Add :nsec format only for Ruby 1.9 | Carlos Antonio da Silva | 2012-12-11 | 2 | -0/+5 |
* | | Run backported serialized test without Identity Map | Carlos Antonio da Silva | 2012-12-11 | 1 | -2/+4 |
* | | Use 1.8 hash style :bomb: | Carlos Antonio da Silva | 2012-12-11 | 1 | -2/+2 |
* | | Merge pull request #8441 from itzki/fix_decorate_columns | Carlos Antonio da Silva | 2012-12-11 | 1 | -0/+13 |
* | | Add CHANGELOG entry for #6376. | Rafael Mendonça França | 2012-12-10 | 1 | -0/+4 |
* | | Allow users to choose the timestamp format in the cache key | Rafael Mendonça França | 2012-12-10 | 4 | -2/+34 |
* | | Make sure the tests pass in the case closer to described in #8195 | Rafael Mendonça França | 2012-12-10 | 4 | -19/+14 |
* | | Merge pull request #6376 from jgaskins/timestamp-microseconds | Jeremy Kemper | 2012-12-10 | 2 | -2/+2 |
* | | Added regression test for #8195. | jacobstr | 2012-12-10 | 1 | -0/+18 |
* | | Remove warning of unused variable | Rafael Mendonça França | 2012-12-10 | 1 | -1/+1 |
* | | Unscope update_column(s) query to ignore default scope | Carlos Antonio da Silva | 2012-12-06 | 3 | -1/+35 |
* | | Merge pull request #8417 from kennyj/fix_8414 | Rafael Mendonça França | 2012-12-04 | 2 | -3/+8 |
* | | backport #8403, no intermediate AR objects when eager loading. | Yves Senn | 2012-12-04 | 4 | -2/+26 |
* | | Merge pull request #4942 from bogdan/pluck_joins | José Valim | 2012-12-03 | 3 | -1/+20 |
* | | handled respond_to? with private methods | SHIBATA Hiroshi | 2012-12-03 | 1 | -1/+1 |
* | | Make the CHANGELOG consistent [ci skip] | Rafael Mendonça França | 2012-11-30 | 1 | -11/+20 |
* | | Merge pull request #6397 from kennyj/fix_translate_exception | Aaron Patterson | 2012-11-30 | 2 | -3/+12 |
* | | Backport 78b30fed9336336694fb2cb5d2825f95800b541c to fix non-utf-8 databases ... | Jeremy Kemper | 2012-11-29 | 1 | -5/+19 |
* | | Merge pull request #7689 from cbarton/assume_migration_version_with_prefix_fix | Aaron Patterson | 2012-11-28 | 2 | -9/+29 |
|\ \ |
|
| * | | Making test accurately reflect what is going on in the schema migrations test | Chris Barton | 2012-09-18 | 2 | -9/+29 |
* | | | Work around undiagnosed bug that's draining a relation's bind_values | Jeremy Kemper | 2012-11-28 | 1 | -0/+1 |
* | | | Use 1.8 hash style in pg specific schema | Carlos Antonio da Silva | 2012-11-28 | 1 | -3/+3 |
* | | | schema cache already has the columns as a hash, so use that | Aaron Patterson | 2012-11-26 | 1 | -1/+20 |
* | | | schema cache already has the columns as a hash, so use that | Aaron Patterson | 2012-11-25 | 1 | -1/+1 |
* | | | speed up fixture loading by querying the schema cache for column names | Aaron Patterson | 2012-11-25 | 1 | -1/+1 |
* | | | Merge pull request #8311 from alisdair/dirty-nullable-datetime | Carlos Antonio da Silva | 2012-11-25 | 3 | -0/+21 |
* | | | backport #8291, prevent mass assignment of polymorphic type with `build` | Yves Senn | 2012-11-22 | 3 | -1/+15 |
* | | | Merge pull request #8276 from pwnall/pgsql_text_limits | Rafael Mendonça França | 2012-11-20 | 4 | -0/+35 |
* | | | Be a bit less conservative with mysql in adapter | Carlos Antonio da Silva | 2012-11-19 | 1 | -1/+1 |
* | | | Merge pull request #8258 from kommen/eager_loading_with_select_test2 | Carlos Antonio da Silva | 2012-11-19 | 1 | -0/+14 |
* | | | Merge pull request #7983 from georgebrock/bug7950-squashed | Carlos Antonio da Silva | 2012-11-16 | 8 | -12/+48 |
|\ \ \ |
|
| * | | | Test/changelog for has_many bug on unsaved records | George Brocklehurst | 2012-11-10 | 2 | -0/+13 |
| * | | | use bind values for join columns | Aaron Patterson | 2012-11-10 | 6 | -12/+36 |
* | | | | fix test | Jon Leighton | 2012-11-13 | 1 | -3/+3 |
* | | | | Merge pull request #8209 from senny/backport_8176 | Rafael Mendonça França | 2012-11-13 | 3 | -1/+18 |
|\ \ \ \ |
|
| * | | | | backport #8176, `#pluck` can be used on a relation with `select` clause. | Yves Senn | 2012-11-13 | 3 | -1/+18 |
* | | | | | Merge pull request #8204 from nikitug/fix_dynamic_finder_result_check | Rafael Mendonça França | 2012-11-13 | 4 | -2/+21 |
|\ \ \ \ \ |
|
| * | | | | | Use nil? instead of blank? to check dynamic finder result | Nikita Afanasenko | 2012-11-13 | 4 | -1/+17 |
* | | | | | | Fix deleting from a HABTM join table upon destroying an object of a model wit... | Nick Rogers | 2012-11-13 | 6 | -1/+31 |
|/ / / / / |
|
* / / / / | Backport #8074 to 3-2-stable. Use query cache/uncache, when using not only da... | kennyj | 2012-11-14 | 3 | -6/+22 |
|/ / / / |
|
* | | | | Fix warning with assigned but not used variable | Carlos Antonio da Silva | 2012-11-13 | 1 | -3/+3 |