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

root/trunk/actionpack/test/template


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(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) @9212 [9212] 04/02/08 12:48:59 pratik Ensure RJS redirect_to doesn't html-escapes string argument. Closes #8546
(edit) @9194 [9194] 04/01/08 07:39:04 bitsweat Ruby 1.9 compat: encoding and multibyte test fixes
(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) @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) @9030 [9030] 03/15/08 19:59:34 david Fixed that TextHelper#excerpt would include one character too many (closes …
(edit) @9021 [9021] 03/13/08 11:52:53 pratik Move tests from action_view_test.rb to template_finder_test.rb so that …
(edit) @9016 [9016] 03/13/08 02:31:45 david Added ActionView::Helpers::register_javascript/stylesheet_expansion to …
(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) @8968 [8968] 03/02/08 04:40:54 nzkoz Allow html_options to be passed to all the date helpers. Closes #6000
(edit) @8959 [8959] 03/01/08 00:01:28 nzkoz Fix regexp to contain only one rjs, and add rhtml [lifofifo]
(edit) @8911 [8911] 02/20/08 04:23:18 nzkoz Make date_helper use tag and content_tag. Move to assert_dom_equal …
(edit) @8883 [8883] 02/16/08 21:16:03 gbuesing Tests for distance_of_time_in_words with TimeWithZone instances. Closes …
(edit) @8879 [8879] 02/16/08 00:07:52 nzkoz Ensure that :confirm doesn't need extra quotes when using …
(edit) @8805 [8805] 02/06/08 04:26:40 nzkoz Introduce a Template class to ActionView. Closes #11024 [lifofifo]
(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) @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) @8637 [8637] 01/13/08 00:11:39 nzkoz Allow users to declare other namespaces when using the atom feed helpers. …
(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) @8588 [8588] 01/07/08 08:10:23 bitsweat Ruby 1.9 compat: account for hash ordering
(edit) @8578 [8578] 01/06/08 20:53:23 bitsweat The asset_host block takes the controller request as an optional second …
(edit) @8564 [8564] 01/05/08 13:32:06 bitsweat require abstract_unit directly since test is in load path
(edit) @8529 [8529] 01/02/08 19:45:53 rick Fix atom_feed_helper to comply with the atom spec. Closes #10672
(edit) @8526 [8526] 01/02/08 18:09:52 bitsweat Fix failing date helper test. Closes #10664 [Wesley Moxam]
(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) @8473 [8473] 12/21/07 22:18:07 bitsweat Add :default option to time_zone_select. Closes #10590.
(edit) @8470 [8470] 12/21/07 12:26:51 bitsweat Rails 1.9 compat: asset tag helper tests
(edit) @8468 [8468] 12/21/07 12:26:27 bitsweat Ruby 1.9 compat: compiled templates test
(edit) @8465 [8465] 12/21/07 12:25:55 bitsweat Ruby 1.9 compat: note failing form options helper test, probably in …
(edit) @8464 [8464] 12/21/07 11:51:17 bitsweat Ruby 1.9 compat: text helper
(edit) @8452 [8452] 12/20/07 22:27:37 bitsweat Ruby 1.9 compat: ENV.delete rather than assigning nil
(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) @8374 [8374] 12/10/07 23:14:47 bitsweat More Action View refactoring. Knock :erb default down a notch. Closes …
(edit) @8365 [8365] 12/10/07 05:54:46 bitsweat Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689
(edit) @8277 [8277] 12/05/07 05:55:26 nzkoz Remove Great Britain from the Country select helper to ensure consistency …
(edit) @8267 [8267] 12/04/07 05:30:28 rick Add 'disabled' attribute to <OPTION> separators used in time zone and …
(edit) @8255 [8255] 12/02/07 08:45:35 nzkoz Don't escape forward slashes with String#to_json, our unicode encoding of …
(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) @8213 [8213] 11/26/07 03:45:54 rick Refactor sanitizer helpers into HTML classes and make it easy to swap them …
(edit) @8110 [8110] 11/07/07 15:37:06 david Added :mouseover short-cut to AssetTagHelper#image_tag for doing easy …
(edit) @8050 [8050] 10/29/07 00:18:43 rick Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance …
(edit) @8045 [8045] 10/27/07 20:30:05 bitsweat Tested FormHelper#label. Closes #9850 [jarkko]
(edit) @8034 [8034] 10/26/07 05:32:30 rick Update tests for ActiveSupport's JSON escaping change. [rick]
(edit) @8033 [8033] 10/26/07 04:48:19 rick FormHelper's auto_index should use #to_param instead of …
(edit) @8007 [8007] 10/23/07 19:25:28 bitsweat Disabled checkboxes don't submit a form value. Closes #9301.
(edit) @8005 [8005] 10/23/07 17:57:47 marcel Added tests for options to ActiveRecordHelper#form. Closes #7213
(edit) @7993 [7993] 10/22/07 21:17:20 bitsweat Expand form helper test coverage. Closes #9950 [robinjfisher]
(edit) @7976 [7976] 10/19/07 02:46:41 nzkoz Remove more potential clashes with asset methods and resource routes. …
(edit) @7970 [7970] 10/19/07 00:52:55 nzkoz Rename image_path path_to_image to avoid conflicting with named routes. …
(edit) @7933 [7933] 10/16/07 05:06:55 bitsweat Test link_to 'back', :back
(edit) @7904 [7904] 10/15/07 06:52:00 nzkoz Sync country_select with ISO 3166 long names. Closes #6872 [abhay, …
(edit) @7870 [7870] 10/14/07 02:59:32 bitsweat error_messages_for also takes :message and :header_message options which …
(edit) @7825 [7825] 10/10/07 17:35:10 david Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] …
(edit) @7791 [7791] 10/08/07 03:30:29 nzkoz Add link_to :back which uses your referrer with a fallback to a javascript …
(edit) @7779 [7779] 10/07/07 19:50:30 bitsweat error_messages_for and friends also work with local variables. Closes …
(edit) @7677 [7677] 09/29/07 20:19:33 david Fixed that strip_tags blows up with invalid html (closes #9730) [lifo]
(edit) @7668 [7668] 09/28/07 15:55:45 rick Allow ability to disable request forgery protection, disable it in test …
(edit) @7666 [7666] 09/28/07 14:18:47 david Fixed spelling errors (closes #9706) [tarmo/rmm5t]
(edit) @7617 [7617] 09/24/07 19:47:45 bitsweat Include asset host in public path cache key. Clear cache between asset tag …
(edit) @7608 [7608] 09/24/07 08:13:55 bitsweat The tag helper may bypass escaping.
(edit) @7596 [7596] 09/23/07 18:14:44 rick Rename some RequestForgeryProtection methods. The class method is now …
(edit) @7592 [7592] 09/23/07 02:32:55 rick Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model …
(edit) @7589 [7589] 09/23/07 00:11:08 rick Secure #sanitize, #strip_tags, and #strip_links helpers against xss …
(edit) @7587 [7587] 09/22/07 23:26:22 david Test fix (closes #6911)
(edit) @7581 [7581] 09/22/07 23:11:45 david Improve tests (closes #7240) [josh]
(edit) @7580 [7580] 09/22/07 23:10:41 david Roll back #7578, tests failed
(edit) @7578 [7578] 09/22/07 22:22:20 david Improve the error message for assert_redirected_to (closes #7337) …
(edit) @7567 [7567] 09/22/07 18:31:44 david Fixed JavaScriptHelper#escape_javascript to also escape closing tags …
(edit) @7562 [7562] 09/22/07 18:21:54 david Fixed TextHelper#word_wrap for multiline strings with extra carrier …
(edit) @7558 [7558] 09/22/07 18:01:54 david Use rel="stylesheet" in lowercase as prescribed by XHTML standards (closes …
(edit) @7542 [7542] 09/22/07 17:19:26 david Fixed that setting the :host option in url_for would automatically turn …
(edit) @7541 [7541] 09/22/07 17:17:22 david Added FormHelper#label (closes #8641) [jcoglan]
(edit) @7533 [7533] 09/21/07 23:42:59 david Fix tests for atom feed
(edit) @7529 [7529] 09/21/07 22:17:35 david Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) …
(edit) @7516 [7516] 09/20/07 20:40:22 bitsweat Autolink behaves well with emails embedded in URLs. Closes #7313.
(edit) @7515 [7515] 09/20/07 08:27:45 bitsweat Revert [7397]. Reopens #7313.
(edit) @7512 [7512] 09/18/07 10:55:15 bitsweat tag_options creates fewer objects
(edit) @7485 [7485] 09/15/07 21:34:25 david Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) …
(edit) @7468 [7468] 09/12/07 02:13:59 nzkoz Tidy up link to remote options. Closes #9505. [nik.wakelin]
Note: See TracRevisionLog for help on using the revision log.