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

root/trunk/actionpack/lib/action_view


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9242 [9242] 04/08/08 05:05:54 rick Automatically parse posted JSON content for Mime::JSON requests. [rick]
(edit) @9241 [9241] 04/08/08 04:52:01 rick add json_escape ERB util to escape html entities in json strings that are …
(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) @9179 [9179] 04/01/08 02:09:15 pratik Remove unnecessary arguments. References #11491.
(edit) @9177 [9177] 04/01/08 00:50:09 bitsweat Support render :partial => collection of heterogeneous elements. Closes …
(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) @9120 [9120] 03/28/08 20:54:26 bitsweat Fix layouts in symlinked paths. Closes #9136 [court3nay, caio]
(edit) @9119 [9119] 03/28/08 20:21:52 bitsweat Missing :js template falls back to :html, so you don't have to explicitly …
(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) @9089 [9089] 03/25/08 21:27:57 bitsweat Whitespace + formatting
(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) @9027 [9027] 03/15/08 18:42:53 pratik Handle template error gracefully when line number cannot be derived. …
(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) @8976 [8976] 03/03/08 04:01:35 nzkoz Refactor partial rendering into a PartialTemplate class. [Pratik]
(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) @8956 [8956] 02/29/08 18:09:23 david Added that requests with JavaScript as the priority mime type in the …
(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) @8822 [8822] 02/08/08 22:04:06 marcel Fix problem with render :partial collections, records, and locals. #11057
(edit) @8812 [8812] 02/07/08 16:50:55 rick Fix typo in form_helper documentation. Closes #10650 [xaviershay, kampers]
(edit) @8809 [8809] 02/07/08 02:45:13 rick Add a slightly more informative exception message for …
(edit) @8805 [8805] 02/06/08 04:26:40 nzkoz Introduce a Template class to ActionView. Closes #11024 [lifofifo]
(edit) @8793 [8793] 02/03/08 12:11:30 bitsweat Cache partial variable names to reduce garbage
(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) @8756 [8756] 01/30/08 21:09:32 nzkoz Move the declaration of the compilation related cattr_accessors to …
(edit) @8744 [8744] 01/27/08 20:48:13 nzkoz Correct line numbers from template errors. Closes #10937 [Aleksey …
(edit) @8743 [8743] 01/27/08 20:45:35 nzkoz Precalculate the Backtrace of a template error to avoid raising exceptions …
(edit) @8740 [8740] 01/27/08 01:10:48 nzkoz Don't repeatedly add relative_url_root to asset sources. Closes #10767
(edit) @8739 [8739] 01/27/08 01:03:56 nzkoz Use File.join to construct partial path. Closes #10932 [patrick.t.joyce]
(edit) @8717 [8717] 01/25/08 04:13:50 nzkoz Handle corner case with image_tag when passed 'messed up' image names. …
(edit) @8689 [8689] 01/22/08 01:46:34 nzkoz Refactor template compilation from AV::Base into the template handlers. …
(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) @8624 [8624] 01/11/08 04:45:06 nzkoz * Pass around handler instances, not their classes [Koz] * Move …
(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) @8541 [8541] 01/03/08 15:28:36 david Fixed rendering of partials with layout when done from site layout (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) @8422 [8422] 12/16/07 23:53:45 david Add tests for html_escape, and remove an unneeded backslash (closes …
(edit) @8421 [8421] 12/16/07 23:50:02 david Added option to pass proc to ActionController::Base.asset_host for maximum …
(edit) @8404 [8404] 12/15/07 02:28:42 bitsweat Ruby 1.9 compat: use String#ord to escape filenames for compiled method …
(edit) @8385 [8385] 12/14/07 18:07:20 david Fixed that ActionView#file_exists? would be incorrect if @first_render is …
(edit) @8374 [8374] 12/10/07 23:14:47 bitsweat More Action View refactoring. Knock :erb default down a notch. Closes …
(edit) @8372 [8372] 12/10/07 20:41:59 bitsweat Fix up template handler tests. Closes #10437.
(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) @8341 [8341] 12/09/07 22:11:11 bitsweat Refactor Action View template handlers. Closes #10437.
(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]
Note: See TracRevisionLog for help on using the revision log.