aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* More AV::Base cleanup.José Valim2011-05-041-0/+2
* Tidy up pending TODOs after discussion with Mr. Gatoz (@wycats).José Valim2011-05-011-0/+2
* removes ActionView::Helpers::PrototypeHelperXavier Noria2011-04-131-2/+0
* removes ActionView::Helpers::ScriptaculousHelperXavier Noria2011-04-131-2/+0
* Add SprocketsHelperJoshua Peek2011-03-281-0/+2
* Removed Array#safe_join in AS core_ext and moved it to a view helper with the...Josh Kalderimis2011-02-101-2/+2
* Revert "Removed Array#safe_join in AS core_ext and moved it to a view helper ...José Valim2011-02-101-2/+2
* Removed Array#safe_join in AS core_ext and moved it to a view helper with the...Josh Kalderimis2011-02-101-2/+2
* There is no DeprecatedBlockHelpers in AV, so remove itCarlos Antonio da Silva2010-09-261-1/+0
* No need to delegate. Simply include the whole RecordIdentifier module.José Valim2010-07-211-2/+0
* Refactored url_for in AV to have its own instances of the helpers instead of ...wycats2010-04-031-6/+3
* Use ActiveSupport::Autoload for view helpers. [#4237 state:resolved]Sam Elliott and Ryan Bigg2010-03-271-24/+26
* Deprecate block_called_from_erb? pending a solution for getting it into appsCarlhuda2010-03-091-0/+1
* Expose CSRF tag for UJS adaptersJeremy Kemper2010-02-041-0/+2
* Drop AjaxHelperJoshua Peek2010-01-301-1/+0
* Revert "Merge branch 'rails/master' into ujs"Joshua Peek2010-01-301-3/+5
* moving include of ScriptaculousHelper into PrototypeHelper, ActionView should...Erik St. Martin2010-01-271-2/+0
* restructure compatibility module so it is no longer a childStephen St. Martin2010-01-271-2/+2
* Removed all helpers from PrototypeHelper that are implemented in AjaxHelper. ...Erik St. Martin2010-01-271-2/+2
* Unify benchmark APIs.José Valim2009-10-151-2/+4
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-0/+2
* First effort at new Ajax helpersYehuda Katz2009-07-201-0/+1
* Rename ActiveRecordHelper to ActiveModelHelperYehuda Katz2009-07-201-2/+2
* Pull autoload fix from 2-3-stableMichael Koziarski2009-06-091-1/+1
* simplify console with helpersJoshua Peek2008-11-231-0/+1
* use autoload instead of explicit requires for ActionViewJoshua Peek2008-11-231-5/+23
* Remove the country_select helper.Michael Koziarski2008-09-181-1/+0
* Include all helpers into ActionView::HelperJoshua Peek2008-08-251-0/+39