Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/actionpack/lib/action_view/helpers


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9226 [9226] 04/05/08 03:52:58 pratik Improve documentation.
(edit) @9212 [9212] 04/02/08 12:48:59 pratik Ensure RJS redirect_to doesn't html-escapes string argument. Closes #8546
(edit) @9195 [9195] 04/01/08 07:39:14 bitsweat Ruby 1.9 compat: toplevel AS reference within BasicObject
(edit) @9128 [9128] 03/29/08 00:26:15 bitsweat Revert spurious commit from [9126]
(edit) @9126 [9126] 03/28/08 22:14:04 david Fix new migration versions
(edit) @9116 [9116] 03/28/08 20:03:28 david Update doc (closes #11402)
(edit) @9093 [9093] 03/26/08 12:27:52 pratik Improve documentation.
(edit) @9088 [9088] 03/24/08 21:32:50 david Fixed that FormHelper#radio_button would produce invalid ids (closes …
(edit) @9087 [9087] 03/24/08 21:24:40 david Added :confirm option to submit_tag (closes #11415) [miloops]
(edit) @9086 [9086] 03/24/08 21:12:55 david Fixed NumberHelper#number_with_precision to properly round in a way that …
(edit) @9083 [9083] 03/24/08 02:29:30 rick Allow the #simple_format text_helper to take an html_options hash for each …
(edit) @9065 [9065] 03/20/08 16:26:04 bitsweat Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to …
(edit) @9064 [9064] 03/20/08 02:15:29 david Docfixes (closes #11356, #11172, #10523)
(edit) @9063 [9063] 03/19/08 19:56:07 bitsweat Revert [9106]. References #10350.
(edit) @9052 [9052] 03/17/08 22:08:25 david Added :format option to NumberHelper#number_to_currency to enable better …
(edit) @9044 [9044] 03/17/08 04:46:33 david Fixed that atom_feed shouldnt require a schema_date since most people just …
(edit) @9035 [9035] 03/15/08 20:08:51 david Docfix (closes #11230) [Henrik N]
(edit) @9034 [9034] 03/15/08 20:08:05 david Docfix (closes #11226) [mikong]
(edit) @9031 [9031] 03/15/08 20:00:41 david Docfix (closes #11263) [Irfy]
(edit) @9030 [9030] 03/15/08 19:59:34 david Fixed that TextHelper#excerpt would include one character too many (closes …
(edit) @9029 [9029] 03/15/08 19:54:02 david Docfix (closes #11281) [jlindley]
(edit) @9024 [9024] 03/13/08 19:18:45 bitsweat Remove unused to_date_tag. Closes #11237 [danger]
(edit) @9016 [9016] 03/13/08 02:31:45 david Added ActionView::Helpers::register_javascript/stylesheet_expansion to …
(edit) @8983 [8983] 03/05/08 10:53:04 pratik Documentation for the drop_receiving_element helpers :onDrop callback. …
(edit) @8981 [8981] 03/05/08 02:03:24 pratik Moved template handlers related code from ActionView::Base to …
(edit) @8980 [8980] 03/05/08 01:26:24 pratik Tests for div_for and content_tag_for helpers. Closes #11223
(edit) @8970 [8970] 03/02/08 04:42:52 nzkoz Fix syntax errors in the documentation for image submit tag. Closes …
(edit) @8968 [8968] 03/02/08 04:40:54 nzkoz Allow html_options to be passed to all the date helpers. Closes #6000
(edit) @8911 [8911] 02/20/08 04:23:18 nzkoz Make date_helper use tag and content_tag. Move to assert_dom_equal …
(edit) @8893 [8893] 02/18/08 01:02:29 nzkoz Check the host string contains %d before using String#%, this avoids …
(edit) @8879 [8879] 02/16/08 00:07:52 nzkoz Ensure that :confirm doesn't need extra quotes when using …
(edit) @8812 [8812] 02/07/08 16:50:55 rick Fix typo in form_helper documentation. Closes #10650 [xaviershay, kampers]
(edit) @8791 [8791] 02/03/08 01:11:42 bitsweat Fix missing extension for caching. Closes #10733 [Catfish, tcoppock, …
(edit) @8786 [8786] 02/02/08 06:16:04 bitsweat Introduce the :index option for form_for and fields_for to simplify …
(edit) @8774 [8774] 02/02/08 02:59:10 bitsweat Fix number_to_human_size incorrectly removing trailing zeros. Closes …
(edit) @8740 [8740] 01/27/08 01:10:48 nzkoz Don't repeatedly add relative_url_root to asset sources. Closes #10767
(edit) @8717 [8717] 01/25/08 04:13:50 nzkoz Handle corner case with image_tag when passed 'messed up' image names. …
(edit) @8685 [8685] 01/21/08 21:08:28 nzkoz Add label_tag helper for generating elements. Closes #10802 [DefV]
(edit) @8683 [8683] 01/21/08 20:45:04 nzkoz Reapply the TemplateFinder first applied in [8669] then reverted in …
(edit) @8676 [8676] 01/19/08 06:01:57 bitsweat Revert r8669 for now, breaks Action Mailer. Reopens #10800.
(edit) @8669 [8669] 01/19/08 03:20:39 bitsweat Introduce TemplateFinder to handle view paths and lookups. Closes #10800.
(edit) @8646 [8646] 01/16/08 02:01:57 nzkoz Make render :partial recognise form builders and use the _form partial. …
(edit) @8641 [8641] 01/14/08 04:22:44 nzkoz Correct docs on caching and all.js
(edit) @8637 [8637] 01/13/08 00:11:39 nzkoz Allow users to declare other namespaces when using the atom feed helpers. …
(edit) @8630 [8630] 01/12/08 01:19:46 david Fix a few caching errors, expose a case thats still not working (ref …
(edit) @8626 [8626] 01/11/08 16:25:23 david Fixed ActionView::Helpers::ActiveRecordHelper::form for when …
(edit) @8619 [8619] 01/10/08 03:17:20 bitsweat Move fragment caching from special helper methods to TemplateHandler. …
(edit) @8614 [8614] 01/10/08 00:47:08 david Fix CacheHelper#cache (closes #10733) [mindforge]
(edit) @8598 [8598] 01/08/08 21:17:08 nzkoz Don't append the forgery token to an ajax request if it's serializing a …
(edit) @8597 [8597] 01/08/08 21:16:22 nzkoz Replace labelled_form_for example with one that will actually work. …
(edit) @8593 [8593] 01/07/08 20:44:40 rick Doc fixes for #atom_feed_helper. Closes #10715 [hasmanyjosh]
(edit) @8586 [8586] 01/07/08 08:08:22 bitsweat Use explicit toplevel namespace for constant reference in AS::BasicObject
(edit) @8584 [8584] 01/07/08 00:12:53 bitsweat Ruby 1.9 compat: truncate and excerpt helpers
(edit) @8582 [8582] 01/07/08 00:12:32 bitsweat Ruby 1.9 compat: remove stray colon
(edit) @8578 [8578] 01/06/08 20:53:23 bitsweat The asset_host block takes the controller request as an optional second …
(edit) @8546 [8546] 01/03/08 21:05:12 david Moved the caching stores from ActionController::Caching::Fragments::* to …
(edit) @8542 [8542] 01/03/08 15:35:10 david Made fragment caching in views work for rjs and builder as well (closes …
(edit) @8529 [8529] 01/02/08 19:45:53 rick Fix atom_feed_helper to comply with the atom spec. Closes #10672
(edit) @8506 [8506] 12/28/07 20:59:30 rick Fix that auto_link looks for ='s in url paths (Amazon urls have them). …
(edit) @8500 [8500] 12/28/07 11:14:18 bitsweat Introduce ActiveSupport::BasicObject which bridges Builder::BlankSlate and …
(edit) @8493 [8493] 12/27/07 11:18:11 bitsweat Ruby 1.9 compat: javascript proxy. References #1689 [Frederick Cheung]
(edit) @8473 [8473] 12/21/07 22:18:07 bitsweat Add :default option to time_zone_select. Closes #10590.
(edit) @8467 [8467] 12/21/07 12:26:18 bitsweat Ruby 1.9 compat: date helper
(edit) @8466 [8466] 12/21/07 12:26:08 bitsweat Ruby 1.9 compat: form helper test
(edit) @8463 [8463] 12/21/07 11:51:01 bitsweat Ruby 1.9 compat: url helper encoding
(edit) @8424 [8424] 12/16/07 23:59:23 david Docfix (closes #10493)
(edit) @8421 [8421] 12/16/07 23:50:02 david Added option to pass proc to ActionController::Base.asset_host for maximum …
(edit) @8368 [8368] 12/10/07 09:12:50 bitsweat Fix javascript_tag method name collision. Closes #10337.
(edit) @8366 [8366] 12/10/07 06:09:30 bitsweat Ensure asset cache directories are automatically created. Closes #10337.
(edit) @8323 [8323] 12/06/07 18:45:22 david Fixed documentation that made rdoc bark
(edit) @8322 [8322] 12/06/07 18:38:14 david Fixed documentation that made rdoc bark
(edit) @8310 [8310] 12/05/07 21:38:02 marcel Update documentation to reflect increased accuracy of date interval …
(edit) @8308 [8308] 12/05/07 21:33:10 marcel Add documentation examples to prototype helper. Closes #7211 [manfred]
(edit) @8307 [8307] 12/05/07 21:06:36 marcel Enhance documentation coverage for fragment caching. Closes #7315
(edit) @8302 [8302] 12/05/07 20:05:51 marcel Add many examples to PrototypeHelper documentation. Closes #7656
(edit) @8301 [8301] 12/05/07 18:54:41 david Fix typos (closes #10378)
(edit) @8294 [8294] 12/05/07 15:27:01 marcel Fix typo in [8287]
(edit) @8287 [8287] 12/05/07 15:01:47 marcel Document the supported options for sortable_element. Closes #8820
(edit) @8277 [8277] 12/05/07 05:55:26 nzkoz Remove Great Britain from the Country select helper to ensure consistency …
(edit) @8276 [8276] 12/05/07 03:08:29 sam Update Prototype to 1.6.0.1
(edit) @8268 [8268] 12/04/07 18:12:54 madrobby Update trunk to script.aculo.us 1.8.0.1, fixes a regression in the …
(edit) @8267 [8267] 12/04/07 05:30:28 rick Add 'disabled' attribute to <OPTION> separators used in time zone and …
(edit) @8253 [8253] 12/02/07 01:10:50 david Deal with nested fields_for too [DHH]
(edit) @8252 [8252] 12/02/07 00:46:43 david Added the same record identification guessing rules to fields_for as …
(edit) @8234 [8234] 11/29/07 00:39:59 sam Update to Prototype -r8232
(edit) @8220 [8220] 11/27/07 06:11:23 marcel Asset timestamps are appended, not prepended. Closes #10276 [mnaberez]
(edit) @8213 [8213] 11/26/07 03:45:54 rick Refactor sanitizer helpers into HTML classes and make it easy to swap them …
(edit) @8209 [8209] 11/25/07 23:24:36 david Add documentation about asset timestamps (just for koz)
(edit) @8203 [8203] 11/25/07 21:59:17 david Docfix (closes #10256)
(edit) @8110 [8110] 11/07/07 15:37:06 david Added :mouseover short-cut to AssetTagHelper#image_tag for doing easy …
(edit) @8106 [8106] 11/06/07 23:33:40 marcel Standardize on using hyphens rather than colons to separate option names …
(edit) @8104 [8104] 11/06/07 23:25:02 marcel Fix syntax error in documentation example for cycle method. Closes #8735
(edit) @8103 [8103] 11/06/07 23:23:37 marcel Document :with option for link_to_remote. Closes #8765 [ryanb]
(edit) @8101 [8101] 11/06/07 23:00:15 marcel Document :minute_step option for time_select. Closes #8814 [brupm]
(edit) @8100 [8100] 11/06/07 19:34:21 marcel Explain how to use the :href option for link_to_remote to degrade …
(edit) @8099 [8099] 11/06/07 19:26:36 marcel Disambiguate :size option for text area tag. Closes #8955 [redbeard]
(edit) @8091 [8091] 11/06/07 18:44:06 marcel Fix typo left over from previous typo fix in url helper. Closes #9414
(edit) @8087 [8087] 11/06/07 15:17:10 sam Update Prototype to 1.6.0 and script.aculo.us to 1.8.0.
(edit) @8080 [8080] 11/06/07 05:56:02 nzkoz Grammatical and whitespace fixes for form helper docs. Closes #10062
(edit) @8052 [8052] 10/29/07 04:01:58 bitsweat compute_public_path behaves well with mailers also. Closes #10014.
Note: See TracRevisionLog for help on using the revision log.