aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* removes ActionView::Helpers::PrototypeHelperXavier Noria2011-04-132-854/+0
* removes ActionView::Helpers::ScriptaculousHelperXavier Noria2011-04-133-297/+2
* let the default function in button_to_function be nilXavier Noria2011-04-131-1/+1
* applies API guidelines to exampleXavier Noria2011-04-131-2/+2
* removes support for RJS in button_to_functionXavier Noria2011-04-131-25/+7
* removes support for RJS in link_to_functionXavier Noria2011-04-131-44/+9
* jQuery is the new defaultXavier Noria2011-04-131-58/+70
* Aligning commentsMatt Duncan2011-04-131-1/+1
* Fixing distance_of_time_in_words range near 2 daysMatt Duncan2011-04-131-5/+5
* Merge branch 'master' into sprocketsJoshua Peek2011-04-126-11/+16
|\
| * Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-04-121-1/+4
| |\
| | * Merge branch 'master' of github.com:lifo/docrailsRyan Bigg2011-04-054-4/+4
| | |\
| | * | Correct documentation on url_for. It doesn't call to_s, but rather to_paramRyan Bigg2011-04-051-1/+4
| * | | Make csrf_meta_tags use the tag helperJames Robinson2011-04-081-4/+6
| * | | do not return html safe strings from auto_linkAaron Patterson2011-04-051-2/+2
| | |/ | |/|
| * | s/ERb/ERB/gAkira Matsuda2011-04-034-4/+4
| |/
* | Merge branch 'master' into sprocketsJoshua Peek2011-03-302-2/+18
|\|
| * Fix alias_method, add testDavid Heinemeier Hansson2011-03-271-1/+1
| * Allow FormHelper#form_for to specify the :method as a direct option instead o...David Heinemeier Hansson2011-03-261-2/+13
| * Make JavaScriptHelper#j() an alias for JavaScriptHelper#escape_javascript() -...David Heinemeier Hansson2011-03-261-0/+5
* | Seperate asset directoriesJoshua Peek2011-03-291-1/+3
* | Change back to /assets prefixJoshua Peek2011-03-291-2/+2
* | Only add fingerprints if perform_caching is onJoshua Peek2011-03-291-1/+1
* | Use sprockets helpers if config.use_sprockets is setJoshua Peek2011-03-292-6/+22
* | Tests for SprocketsHelperJoshua Peek2011-03-291-5/+11
* | Update sprockets path generation methodJoshua Peek2011-03-281-1/+1
* | Add SprocketsHelperJoshua Peek2011-03-281-0/+77
* | Remove sprockets exception from main asset helpersJoshua Peek2011-03-282-20/+0
* | Add sprockets md5s to asset tagsJoshua Peek2011-03-222-0/+20
|/
* fixes an issue with number_to_human when converting values which are less tha...Josh Kalderimis2011-03-161-1/+1
* Filter params that return nil for to_param and allow through false valuesAndrew White2011-03-091-1/+0
* more "SSL everywhere" for GitHub URLsAkira Matsuda2011-03-071-1/+1
* fix typosAkira Matsuda2011-03-071-2/+2
* Allow model to be inherited from Hash [#6487 state:resolved]Alexander Uvarov2011-03-061-3/+4
* Action Pack typos.R.T. Lechow2011-03-054-7/+7
* Add an option to FormBuilder to omit hidden field with idAlexander Uvarov2011-03-041-2/+22
* javascript_include_tag shouldn't raise if you register an expansion key with ...Santiago Pastorino2011-02-282-2/+2
* merges docrailsXavier Noria2011-02-182-1/+8
|\
| * Fix Typos: remove several occurences of the theNicholas Rowe2011-02-171-1/+1
| * Added RDoc info for accepted options for simple_format in TextHelper.Steve Schwartz2011-02-151-0/+7
* | Add Date#rfc3339 and Date#iso8601 to ASSantiago Pastorino2011-02-131-0/+1
* | Allow for the format of time_tag in AP to be changed via an option argument.Josh Kalderimis2011-02-121-3/+5
* | Added time_tag helper to AP for HTML5 time tag [#5919 state:resolved]Sjoerd Andringa2011-02-122-1/+20
* | Applied changes to stylesheet_link_tag from javascript_include_tag which corr...Josh Kalderimis2011-02-132-14/+15
* | This corrects two issues with javascript_include_tag, the order at which they...Josh Kalderimis2011-02-131-4/+23
* | Add block support to button_tag helperTom Stuart2011-02-121-4/+9
* | Make type="submit" the default for button_tag helperTom Stuart2011-02-121-6/+4
* | Removed Array#safe_join in AS core_ext and moved it to a view helper with the...Josh Kalderimis2011-02-102-18/+38
* | Revert "Removed Array#safe_join in AS core_ext and moved it to a view helper ...José Valim2011-02-102-40/+18
* | Removed Array#safe_join in AS core_ext and moved it to a view helper with the...Josh Kalderimis2011-02-102-18/+40