aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug creating invalid HTML in select optionsRusty Geldmacher2012-07-102-5/+18
* Show in log correct wrapped keysDmitry Vorotilin2012-07-052-1/+10
* Fix NumberHelper options wrapping to prevent verbatim blocks being rendered i...Mark J. Titorenko2012-07-021-90/+159
* Merge pull request #6649 from route/logger_in_metal_3_2Carlos Antonio da Silva2012-06-182-2/+21
|\
| * Added test for case when view doesn't have logger method when using ActionCon...Dmitry Vorotilin2012-06-161-0/+17
| * ActionController::Metal doesn't have logger method, check it and then delegateDmitry Vorotilin2012-06-161-2/+4
* | It should also include text/css => Build FixArun Agrawal2012-06-161-1/+1
* | Merge pull request #6752 from steveklabnik/fix_5680Rafael Mendonça França2012-06-163-4/+21
|/
* 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
|\ \