aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "fix the Flash middleware loading the session on every request (very d...Rafael Mendonça França2012-06-052-3/+7
* Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` optionCarlos Galdino2012-06-052-2/+13
* Allow to use mounted helpers in ActionView::TestCasePiotr Sarnacki2012-06-011-1/+2
* Merge pull request #6588 from nbibler/polymorphic_to_modelJosé Valim2012-06-011-1/+7
|\
| * Use to_model delegates for polymorphic route generationNathaniel Bibler2012-06-011-1/+7
* | Include routes.mounted_helpers into integration testsPiotr Sarnacki2012-06-011-2/+5
|/
* bumping to 3.2.5Aaron Patterson2012-05-311-1/+1
* bumping to 3.2.4Aaron Patterson2012-05-311-1/+1
* Strip [nil] from parameters hash.Aaron Patterson2012-05-301-0/+22
* 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-211-2/+7
* Merge pull request #6410 from Bodacious/tag_helper_data_fix_3-2-stableRafael Mendonça França2012-05-201-1/+1
|\
| * Fixed tag_helper data-attribute bug with BigDecimalsBodacious2012-05-201-1/+1
* | 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-191-2/+2
* | Merge pull request #5020 from KL-7/fix-blank-image_tag-sourceJosé Valim2012-05-181-2/+2
* | Deprecate old APIs for highlight, excerpt and word_wrapJeremy Walker2012-05-181-0/+9
* | Deprecate `:disable_with` for `button_tag` tooCarlos Galdino + Rafael Mendonça França2012-05-142-2/+4
* | Fix typoCarlos Galdino + Rafael Mendonça França2012-05-141-1/+1
* | Deprecate `:disable_with` in favor of `'data-disable-with'` option for `butto...Carlos Galdino + Rafael Mendonça França2012-05-142-6/+13
* | Deprecate `:mouseover` options for `image_tag` helper.Rafael Mendonça França2012-05-131-0/+2
* | Merge pull request #3237 from sakuro/data-url-schemeRafael Mendonça França2012-05-132-2/+2
* | Don't ignore nil positional arguments for url helpers - fixes #6196.Andrew White2012-05-101-1/+1
* | Refactor the handling of default_url_options in integration testsAndrew White2012-05-101-7/+24
* | Merge pull request #6149 from jmbejar/javascript_include_tag_with_not_duplicatesSantiago Pastorino2012-05-091-2/+2
|\ \
| * | Make sure that javascript_include_tag/stylesheet_link_tag methods inJorge Bejar2012-05-031-2/+2
* | | If content_type is explicitly passed to the :head method use the value or fal...Kunal Shah2012-05-071-1/+2
* | | Add a role option to wrap_parameters.Nick Ragaz2012-05-041-2/+3
|/ /
* | Reset the request parameters after a constraints checkAndrew White2012-05-032-0/+6
* | 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
* | Deprecate link_to_function and button_to_function helpersRafael Mendonça França2012-04-301-0/+4
* | Add missing require when helpers are used in isolationRafael Mendonça França2012-04-301-0/+1
* | Restore interpolation of path option in redirect routesAndrew White2012-04-291-0/+10
* | Add missing require from b608cdd64c95d0d16eb98d86562e22f3b01be9e3Andrew White2012-04-291-0/+1
* | Escape interpolated params when redirecting - fixes #5688Andrew White2012-04-291-1/+6
* | Don't convert params if the request isn't HTML - fixes #5341Andrew White2012-04-291-6/+18
* | Lazy load `default_form_builder` if it's passed as a stringPiotr Sarnacki2012-04-281-1/+7
* | Do not mutate options hashCarlos Antonio da Silva2012-04-271-2/+2
* | fix number_to_human docs [ci skip]Vijay Dev2012-04-261-2/+2
* | converting some tests to assert_raises, and DRY'ing retrieve_variable changesTieg Zaharia2012-04-161-1/+1
* | catch nil.to_sym errors in partial_renderer, and raise ArgumentError insteadTieg Zaharia2012-04-161-1/+1
* | Fix the redirect when it receive blocks with arity of 1.Rafael Mendonça França2012-03-311-1/+2
* | Merge branch '3-2-3' into 3-2-stableSantiago Pastorino2012-03-301-1/+1
|\ \
| * | Bump up to 3.2.3Santiago Pastorino2012-03-301-1/+1
| * | Remove the leading \n added by textarea on assert_selectSantiago Pastorino2012-03-301-0/+1
| |/
| * Bumping to 3.2.3.rc2Santiago Pastorino2012-03-291-1/+1