aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* adding a test for #6459Aaron Patterson2012-06-141-0/+10
* ActionController::Caching depends on RackDelegation and AbstractController::C...Santiago Pastorino2012-06-132-0/+35
* updating changelogsAaron Patterson2012-06-121-1/+3
* bumping version numbersAaron Patterson2012-06-111-1/+1
* updating changelogs with security fixesAaron Patterson2012-06-111-0/+2
* Array parameters should not contain nil values.Aaron Patterson2012-06-112-2/+8
* Duplicate tests removed.Arun Agrawal2012-06-091-16/+0
* Fix railties test suitePiotr Sarnacki2012-06-081-2/+1
* Fix asset tags for files with more than one dotPiotr Sarnacki2012-06-074-1/+9
* Revert "fix the Flash middleware loading the session on every request (very d...Rafael Mendonça França2012-06-052-3/+7
* Add test to flash sweep after two redirectsRafael Mendonça França2012-06-051-0/+20
* Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` optionCarlos Galdino2012-06-055-21/+127
* Allow to use mounted helpers in ActionView::TestCasePiotr Sarnacki2012-06-014-1/+24
* Merge pull request #6588 from nbibler/polymorphic_to_modelJosé Valim2012-06-012-2/+34
|\
| * Use to_model delegates for polymorphic route generationNathaniel Bibler2012-06-012-2/+34
* | Add release date of 3.2.5 on the CHANGELOGRafael Mendonça França2012-06-011-0/+7
* | Include routes.mounted_helpers into integration testsPiotr Sarnacki2012-06-013-2/+28
|/
* bumping to 3.2.5Aaron Patterson2012-05-311-1/+1
* bumping to 3.2.4Aaron Patterson2012-05-311-1/+1
* adding security notifications to CHANGELOGsAaron Patterson2012-05-311-0/+3
* Merge branch '3-2-stable-sec' into 3-2-relAaron Patterson2012-05-312-1/+28
|\
| * Strip [nil] from parameters hash.Aaron Patterson2012-05-302-1/+28
* | updating changelogsAaron Patterson2012-05-311-1/+11
|/
* bumping to 3.2.4.rc1Aaron Patterson2012-05-281-2/+2
* remove unnecessary memcache equire in ActionDispatch::Session::CacheStoreBrian Durand2012-05-261-1/+0
* Assets: don't add extension if other given and file existsSergey Nartimov2012-05-213-2/+10
* Merge pull request #6410 from Bodacious/tag_helper_data_fix_3-2-stableRafael Mendonça França2012-05-202-3/+3
|\
| * Fixed tag_helper data-attribute bug with BigDecimalsBodacious2012-05-202-3/+3
* | Merge pull request #6407 from pinetops/565c1b0a0772ac6cf91c77e9285806f7b028614cJosé Valim2012-05-201-10/+22
|\ \ | |/ |/|
| * Prevent concurrent compilation of templates - closes #6400Tom Clarke2012-05-201-10/+22
* | Use right option for excerpt text helper in tests, fix buildCarlos Antonio da Silva2012-05-192-10/+10
* | Merge pull request #5020 from KL-7/fix-blank-image_tag-sourceJosé Valim2012-05-182-2/+3
* | Deprecate old APIs for highlight, excerpt and word_wrapJeremy Walker2012-05-183-36/+56
* | Deprecate `:disable_with` for `button_tag` tooCarlos Galdino + Rafael Mendonça França2012-05-145-9/+20
* | Fix typoCarlos Galdino + Rafael Mendonça França2012-05-143-10/+10
* | Deprecate `:disable_with` in favor of `'data-disable-with'` option for `butto...Carlos Galdino + Rafael Mendonça França2012-05-145-31/+54
* | Deprecate `:mouseover` options for `image_tag` helper.Rafael Mendonça França2012-05-133-8/+44
* | Merge pull request #3237 from sakuro/data-url-schemeRafael Mendonça França2012-05-133-3/+4
* | Upgrade sprockets to 2.1.3Guillermo Iguaran2012-05-131-1/+1
* | Don't ignore nil positional arguments for url helpers - fixes #6196.Andrew White2012-05-102-1/+35
* | Refactor the handling of default_url_options in integration testsAndrew White2012-05-102-7/+104
* | Merge pull request #6149 from jmbejar/javascript_include_tag_with_not_duplicatesSantiago Pastorino2012-05-092-2/+8
|\ \
| * | Make sure that javascript_include_tag/stylesheet_link_tag methods inJorge Bejar2012-05-032-2/+8
* | | If content_type is explicitly passed to the :head method use the value or fal...Kunal Shah2012-05-071-1/+2
* | | Add failing test re #3436 which demonstrates content_type is not respected wh...Kunal Shah2012-05-071-0/+21
* | | Add a role option to wrap_parameters.Nick Ragaz2012-05-042-4/+18
|/ /
* | Reset the request parameters after a constraints checkAndrew White2012-05-033-0/+25
* | Fix #3993 assets:precompile task does not detect index filesDmitry Vorotilin2012-05-011-0/+3
* | fix the Flash middleware loading the session on every request (very dangerous...Will Bryant2012-04-302-7/+3
* | Add note about using 303 See Other for XHR requests other than GET/POSTAndrew White2012-04-301-0/+10