aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* fix error in AssertTagHelper documentation [ci skip]Cesar Carruitero2012-10-211-5/+5
* update AssetTagHelper documentation [ci skip]Cesar Carruitero2012-10-211-21/+21
* check_box value can be not only an object of Array classVasiliy Ermolovich2012-10-201-3/+5
* Add i18n scope to disance_of_time_in_words.Steve Klabnik2012-10-191-1/+5
* Extend date_select helper functionality.Pavel Nikitin2012-10-181-0/+3
* Ignore asset url query string or anchor when appending extensions and computi...Joshua Peek2012-10-151-1/+3
* Extract compute_asset_extname and allow extname to be disabledJoshua Peek2012-10-151-7/+15
* :fire: Rails asset id supportJoshua Peek2012-10-152-155/+0
* merge! default asset tag optionsJoshua Peek2012-10-151-12/+12
* Just check request instead of controller.requestJoshua Peek2012-10-151-13/+2
* Allow asset url config to be undefinedJoshua Peek2012-10-131-2/+4
* All asset url helpers should pass optionsJoshua Peek2012-10-121-24/+24
* Ensure AssetUrlHelper can be mixed into AC::BaseJoshua Peek2012-10-121-6/+13
* Refactor AssetUrlHelper to make it friendly for plugins and extensionsJoshua Peek2012-10-124-200/+238
* Add asset_path and asset_url helpersJoshua Peek2012-10-122-17/+54
* Split asset url helpers into seperate AssetUrlHelperJoshua Peek2012-10-124-419/+414
* Remove old asset tag concatenationJoshua Peek2012-10-103-366/+16
* Fix nodoc commentRafael Mendonça França2012-10-071-16/+15
* More Ruby 1.9 hash syntax.Rafael Mendonça França2012-10-061-52/+47
* We don't need to check blank? here.Rafael Mendonça França2012-10-061-1/+1
* Update some code styles.Rafael Mendonça França2012-10-061-50/+48
* Accept :remote as symbol in link_to optionsRiley Lynch2012-10-061-2/+5
* Add nodoc to now public fragment_name_with_digestRyan Garver2012-10-041-0/+1
* Merge branch 'master' into feature/public-fragment_name_with_digestRyan Garver2012-10-021-2/+2
|\
| * Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-281-2/+2
| |\
| | * update image_tag output in examples to actualNihad Abbasov2012-09-251-4/+4
* | | Move the CacheHelper#fragment_name_with_digest to be public so custom fragmen...Ryan Garver2012-09-271-11/+11
|/ /
* | change ^ and $ anchors in regexp to \A and \z respectivelyNihad Abbasov2012-09-251-1/+1
* | allow to pass numerical value to size option in image_tagNihad Abbasov2012-09-251-4/+5
|/
* copy edits 137e5d9Xavier Noria2012-09-181-1/+1
* Add extra documentation for password_fieldArek W2012-09-181-1/+1
* Tidy up excerpt separator logic a bitCarlos Antonio da Silva2012-09-081-17/+11
* Refactor some date helpers to use merge!Carlos Antonio da Silva2012-09-081-5/+9
* Add a separation option for the excerpt functionGuirec Corbel2012-09-081-11/+49
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-011-0/+4
|\
| * reverting changes from commit b0896c38Sven Kraeuter | 5v3n2012-09-011-1/+1
| * there is no "delete" action in a controllerSven Kräuter2012-08-311-1/+1
| * Added example of using options_for_select() with select_tag()Kir Shatrov2012-08-301-0/+4
* | Add automatic template digests to all CacheHelper#cache calls (originally spi...David Heinemeier Hansson2012-08-291-9/+93
* | Don't require action_dispatch in ActionView::UrlHelpersPiotr Sarnacki2012-08-281-98/+16
* | Deprecate mime types lookup in auto_discovery_link_tagPiotr Sarnacki2012-08-281-0/+8
* | Move action_controller/vendor/html-scanner to action_viewPiotr Sarnacki2012-08-281-1/+1
* | Add ActionView::ModelNamingPiotr Sarnacki2012-08-281-3/+3
* | Move ActionController::RecordIdentifier to ActionViewPiotr Sarnacki2012-08-281-3/+1
* | correct handling of date selects when using both disabled and discard optionsVasiliy Ermolovich2012-08-251-2/+5
* | copy edit the time_ago_in_words helper docsVijay Dev2012-08-231-4/+4
* | Merge pull request #7398 from iamvery/time_ago_in_words-docsVijay Dev2012-08-221-0/+7
|\ \ | |/ |/|
| * Extended documentation for `time_ago_in_words` helperJay Hayes2012-08-201-0/+7
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-08-221-4/+4
|\ \
| * | Make a doc example output in match actual outputEvan Farrar2012-08-151-4/+4
| |/