aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'mislav/auto_link'Michael Koziarski2010-05-291-12/+21
|\
| * avoid auto_linking already linked emails; more robust detection of linked URLsMislav Marohnić2010-05-241-9/+18
| * auto_link: support arbitrary URI schemes like "ftp:" and "file:"Mislav Marohnić2010-05-241-3/+3
* | i18n: t() handles single keys returning an Array, alsoJeremy Kemper2010-05-241-2/+5
* | HTML safety: fix textarea with nil contentJeremy Kemper2010-05-241-1/+1
* | translate method doesn't support arrays anymore and is optimized to be used w...Santiago Pastorino2010-05-241-18/+10
* | Revert "translation method for arrays on TranslationHelper module returns an ...Santiago Pastorino2010-05-241-25/+25
* | translation method for arrays on TranslationHelper module returns an array wh...Santiago Pastorino2010-05-241-25/+25
|/
* refactor evals and adds some __FILE__ and __LINE__Santiago Pastorino2010-05-202-4/+3
* Merge remote branch 'rails/master'Xavier Noria2010-05-191-2/+5
|\
| * Added default currency values to NumberHelper and pass them to I18n.translateSantiago Pastorino2010-05-171-2/+5
* | fix documentation typoMarius Nuennerich2010-05-181-2/+2
* | Merge branch 'master' of git://github.com/rails/railsRizwan Reza2010-05-174-26/+74
|\|
| * added support for html attributes in options_for_select [#2165]pleax2010-05-161-2/+25
| * Sending :id => nil to form helpers now properly omits the "id" html element [...Jeff Dean2010-05-151-5/+11
| * Accept :alt => nil on image_tag [#4558 state:resolved]Marc-Andre Lafortune2010-05-151-1/+1
| * Improve previous patch a bit [#3645 state:resolved]José Valim2010-05-152-9/+6
| * Let label helpers accept blocks.Stephen Celis2010-05-152-18/+40
* | Added extra documentation for content_for helperJeroen van Dijk2010-05-151-6/+25
|/
* Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...Lawrence Pit2010-05-031-1/+1
* Speed up I18n helpers in views and add entry to CHANGELOG.José Valim2010-05-011-7/+3
* Use %{} syntax in I18n (faster) instead of {{}}.José Valim2010-05-011-3/+3
* Merge branch 'master' of github.com:rails/railswycats2010-04-302-45/+34
|\
| * removing the extra assignment statement [#4432 state:resolved]Neeraj Singh2010-04-301-1/+0
| * Fix form builder and form helpers inconsistencies [#4432 state:resolved]Neeraj Singh2010-04-291-43/+33
| * Fix prototype grep depending on JSON encoding regexp as JavaScript regexpJeremy Kemper2010-04-271-1/+1
* | Merge branch 'master' of github.com:rails/railswycats2010-04-262-2/+2
|\|
| * Rename fieldWithErrors style to field_with_errors. Remove unused alert style.Jeremy Kemper2010-04-241-1/+1
| * HWIA symbolize_keys now returns a hash so no need to do this anymoreSantiago Pastorino2010-04-221-1/+1
* | Allow :remote => false to be passed to link_toNicolas Sanguinetti2010-04-221-3/+1
|/
* url_for now works with HashWithIndifferentAccess ht jay [#4391 state:committed]Santiago Pastorino2010-04-211-1/+1
* Merge remote branch 'spastorino/master'Carl Lerche2010-04-181-1/+1
|\
| * perform_caching should be accessed through the controller hereSantiago Pastorino2010-04-171-1/+1
* | mail_to with :encode => :javascript now outputs safe htmlSam Elliott2010-04-161-1/+1
|/
* Mark the result of grouped_options_for_select as HTML safe [#4322 state:commi...Kieran Pilkington2010-04-161-1/+1
* Make perform_caching work again, with the tests passing and backward compatibleSantiago Pastorino and Carl Lerche2010-04-151-1/+1
* Make use of config.perform_cachingSantiago Pastorino2010-04-141-1/+1
* Changed translate helper so that it doesn’t mark every translation as safe ...Craig Davey2010-04-131-3/+23
* Fix a typo in the documentation. [#4318 state:resolved]Craig R Webster2010-04-121-1/+1
* Let capture handle the yielding.José Valim2010-04-121-4/+1
* fields_for returns block result when outside ERBRyan Bates2010-04-111-1/+1
* your beloved typo only spotted in github diff no matter how careful you were ...Xavier Noria2010-04-111-1/+1
* second pass to the intro rdoc of form_helper.rbXavier Noria2010-04-111-13/+55
* removes some duplication in previous editXavier Noria2010-04-101-5/+0
* makes a pass to the intro rdoc of form_helper.rb, will revise form_for tomorrowXavier Noria2010-04-101-74/+38
* form_for :as rubydoc and tidy up a bit the form_for docSantiago Pastorino2010-04-101-32/+19
* Move verification to a plugin as well: http://github.com/rails/verification.gitJosé Valim2010-04-101-2/+2
* Remove input, form, error_messages_for and error_message_on from the framewor...José Valim2010-04-102-273/+20
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-2/+2
* image_path -> path_to_image in a couple of places, plus motivation for path_t...Xavier Noria2010-04-092-11/+14