| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | Bring activesupport CHANGELOG up-to-date/consistent with master. | Mark J. Titorenko | 2012-05-09 | 1 | -1/+59 |
|/ / / / / |
|
* | | | | | Merge pull request #6223 from carlosantoniodasilva/remove-columns-deprecation... | Andrew White | 2012-05-09 | 2 | -4/+6 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Stop showing deprecations for Ruby 1.8.7 with remove_column | Carlos Antonio da Silva | 2012-05-09 | 2 | -4/+6 |
|/ / / / |
|
* | | | | Merge pull request #6218 from frodsan/fix_docs_32stable | Vijay Dev | 2012-05-09 | 1 | -11/+11 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | fix attribute_accessors docs to support 1.8 syntax | Francesco Rodriguez | 2012-05-09 | 1 | -11/+11 |
|/ / / |
|
* | | | Merge pull request #6213 from frodsan/cut_docs_dup | Vijay Dev | 2012-05-08 | 1 | -23/+0 |
|\ \ \ |
|
| * | | | removing docs duplication | Francesco Rodriguez | 2012-05-08 | 1 | -23/+0 |
|/ / / |
|
* | | | Merge pull request #6211 from frodsan/docs_attr_accessor_32stable | Vijay Dev | 2012-05-08 | 1 | -0/+111 |
|\ \ \ |
|
| * | | | added docs to attribute_accessors methods | Francesco Rodriguez | 2012-05-08 | 1 | -0/+111 |
| |/ / |
|
* | | | Merge pull request #6200 from arunagw/3-2-stable | Santiago Pastorino | 2012-05-08 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | locking ruby-prof until we got a fix | Arun Agrawal | 2012-05-08 | 1 | -1/+1 |
* | | | | Merge pull request #6198 from whistlerbrk/3-2-stable | José Valim | 2012-05-07 | 2 | -1/+23 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | If content_type is explicitly passed to the :head method use the value or fal... | Kunal Shah | 2012-05-07 | 1 | -1/+2 |
| * | | | Add failing test re #3436 which demonstrates content_type is not respected wh... | Kunal Shah | 2012-05-07 | 1 | -0/+21 |
|/ / / |
|
* | | | Merge pull request #6170 from mjtko/feature-beginning_of_hour-for-3-2-stable | Jeremy Kemper | 2012-05-05 | 5 | -0/+56 |
|\ \ \ |
|
| * | | | added beginning_of_hour support to core_ext calculations for Time and DateTime | Mark J. Titorenko | 2012-05-04 | 5 | -0/+56 |
| |/ / |
|
* | | | Give more detailed instructions in script/rails in engine | Piotr Sarnacki | 2012-05-04 | 1 | -0/+4 |
* | | | 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 |
* | | | | Merge pull request #4445 from nragaz/role_based_params_wrapping | José Valim | 2012-05-04 | 2 | -4/+18 |
|\ \ \ \ |
|
| * | | | | Add a role option to wrap_parameters. | Nick Ragaz | 2012-05-04 | 2 | -4/+18 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #6158 from Dagnan/3-2-stable | Vijay Dev | 2012-05-04 | 1 | -8/+10 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | improvements in "caching_with_rails" guide - backported from docrails | kucaahbe | 2012-05-04 | 1 | -8/+10 |
|/ / / |
|
* | | | Reset the request parameters after a constraints check | Andrew White | 2012-05-03 | 3 | -0/+25 |
* | | | Merge pull request #6095 from route/assets_precompile_task | Jeremy Kemper | 2012-05-02 | 2 | -0/+12 |
|\ \ \ |
|
| * | | | Added test for assets:precompile for index files | Dmitry Vorotilin | 2012-05-01 | 1 | -0/+9 |
| * | | | Fix #3993 assets:precompile task does not detect index files | Dmitry Vorotilin | 2012-05-01 | 1 | -0/+3 |
* | | | | Deprecate remove_column with array as an argument | Piotr Sarnacki | 2012-05-02 | 3 | -0/+19 |
|/ / / |
|
* | | | Correcting some confusion. Pago Pago is part of American Samoa, not Samoa. | Dave Gerton | 2012-04-30 | 1 | -2/+4 |
* | | | Failing test for #6034 | Piotr Sarnacki | 2012-04-30 | 1 | -0/+20 |
* | | | fix the Flash middleware loading the session on every request (very dangerous... | Will Bryant | 2012-04-30 | 2 | -7/+3 |
* | | | Add note about using 303 See Other for XHR requests other than GET/POST | Andrew White | 2012-04-30 | 1 | -0/+10 |
* | | | Merge pull request #5922 from rafaelfranca/deprecate_javascript_helpers | Jeremy Kemper | 2012-04-29 | 9 | -18/+40 |
|\ \ \ |
|
| * | | | Add release data to Rails 3.2.3 | Rafael Mendonça França | 2012-04-30 | 5 | -5/+5 |
| * | | | Add CHANGELOG entry. | Rafael Mendonça França | 2012-04-30 | 1 | -1/+6 |
| * | | | Deprecate link_to_function and button_to_function helpers | Rafael Mendonça França | 2012-04-30 | 2 | -12/+28 |
| * | | | Add missing require when helpers are used in isolation | Rafael Mendonça França | 2012-04-30 | 1 | -0/+1 |
|/ / / |
|
* | | | Restore interpolation of path option in redirect routes | Andrew White | 2012-04-29 | 2 | -1/+50 |
* | | | Add missing require from b608cdd64c95d0d16eb98d86562e22f3b01be9e3 | Andrew White | 2012-04-29 | 1 | -0/+1 |
* | | | Escape interpolated params when redirecting - fixes #5688 | Andrew White | 2012-04-29 | 2 | -1/+34 |
* | | | Merge pull request #6051 from rafaelfranca/fix_build | José Valim | 2012-04-29 | 2 | -3/+3 |
|\ \ \ |
|
| * | | | Remove warning of unused variable | Rafael Mendonça França | 2012-04-29 | 1 | -1/+1 |
| * | | | Fix the build. | Rafael Mendonça França | 2012-04-29 | 1 | -2/+2 |
|/ / / |
|
* | | | Don't convert params if the request isn't HTML - fixes #5341 | Andrew White | 2012-04-29 | 2 | -8/+58 |
* | | | Lazy load `default_form_builder` if it's passed as a string | Piotr Sarnacki | 2012-04-28 | 4 | -2/+27 |
* | | | Allow Thor 0.15 and 1.0, to be released shortly | tomhuda | 2012-04-28 | 1 | -1/+5 |
|/ / |
|
* | | Merge pull request #6038 from arunagw/warning_removed_3-2-stable | Piotr Sarnacki | 2012-04-28 | 1 | -1/+0 |
|\ \ |
|
| * | | Remove circular require of time/zones | Oscar Del Ben | 2012-04-29 | 1 | -1/+0 |
|/ / |
|
* | | Merge pull request #6022 from sikachu/3-2-stable-record_tag_backport | Aaron Patterson | 2012-04-27 | 2 | -2/+8 |
|\ \ |
|
| * | | Do not mutate options hash | Carlos Antonio da Silva | 2012-04-27 | 2 | -2/+8 |
|/ / |
|