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

root/trunk/actionpack/lib/action_view/base.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8981 [8981] 03/05/08 02:03:24 pratik Moved template handlers related code from ActionView::Base to …
(edit) @8976 [8976] 03/03/08 04:01:35 nzkoz Refactor partial rendering into a PartialTemplate class. [Pratik]
(edit) @8956 [8956] 02/29/08 18:09:23 david Added that requests with JavaScript as the priority mime type in the …
(edit) @8805 [8805] 02/06/08 04:26:40 nzkoz Introduce a Template class to ActionView. Closes #11024 [lifofifo]
(edit) @8791 [8791] 02/03/08 01:11:42 bitsweat Fix missing extension for caching. Closes #10733 [Catfish, tcoppock, …
(edit) @8689 [8689] 01/22/08 01:46:34 nzkoz Refactor template compilation from AV::Base into the template handlers. …
(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) @8624 [8624] 01/11/08 04:45:06 nzkoz * Pass around handler instances, not their classes [Koz] * Move …
(edit) @8541 [8541] 01/03/08 15:28:36 david Fixed rendering of partials with layout when done from site layout (closes …
(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) @8341 [8341] 12/09/07 22:11:11 bitsweat Refactor Action View template handlers. Closes #10437.
(edit) @8299 [8299] 12/05/07 18:16:04 david Ensure that ActionMailer::Base is there and not just the parent module
(edit) @8249 [8249] 12/01/07 21:19:23 bitsweat Don't inadvertently hit const_missing in defined?(ActionMailer::Base) …
(edit) @8214 [8214] 11/26/07 03:59:23 rick Add #prepend_view_path and #append_view_path instance methods on …
(edit) @8211 [8211] 11/26/07 03:35:52 rick Add deprecation for old subtemplate syntax for ActionMailer templates, use …
(edit) @8187 [8187] 11/22/07 05:01:07 nzkoz Tests and fix for extension extraction. References #10130 [tarmo]
(edit) @8166 [8166] 11/18/07 22:01:33 david Fixed that partial rendering should look at the type of the first render …
(edit) @8134 [8134] 11/14/07 09:30:25 nzkoz Actually cache the template names.
(edit) @7921 [7921] 10/15/07 20:30:48 bitsweat Fix silent failure of rxml templates. Closes #9879.
(edit) @7773 [7773] 10/07/07 09:15:26 bitsweat String#to_xs uses the fast_xs extension if available for Builder speedup.
(edit) @7617 [7617] 09/24/07 19:47:45 bitsweat Include asset host in public path cache key. Clear cache between asset tag …
(edit) @7595 [7595] 09/23/07 18:09:46 rick move TextHelper#sanitize config options to the TextHelper module so it can …
(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) @7513 [7513] 09/18/07 11:56:04 bitsweat ERB::Util#html_escape creates fewer objects
(edit) @7261 [7261] 08/02/07 20:10:03 david Added partial layouts (see example in action_view/lib/partials.rb) [DHH]
(edit) @7034 [7034] 06/15/07 23:52:37 rick Make ActionView#view_paths an attr_accessor for real this time. Also, …
(edit) @6871 [6871] 05/27/07 19:16:09 bitsweat Reduce file stat calls when checking for template changes. Closes #7736.
(edit) @6826 [6826] 05/24/07 16:42:10 rick catch possible WSOD when trying to render a missing partial. Closes #8454
(edit) @6736 [6736] 05/15/07 06:36:34 rick Add some performance enhancements to ActionView.
(edit) @6734 [6734] 05/15/07 03:13:32 rick Assume that rendered partials go by the HTML format by default
(edit) @6679 [6679] 05/06/07 04:46:11 marcel Fix various documentation typos throughout ActionPack. Closes #8111. …
(edit) @6545 [6545] 04/20/07 21:44:08 rick apply [6543] to edge. Closes #5044 [tpope]
(edit) @6522 [6522] 04/15/07 18:01:40 rick Tweak template format rules so that the ACCEPT header is only used if it's …
(edit) @6517 [6517] 04/12/07 20:25:32 rick The default respond_to blocks don't set a specific extension anymore, so …
(edit) @6509 [6509] 04/08/07 18:29:57 rick add #view_paths attr_accessor for ActionView::Base
(edit) @6506 [6506] 04/08/07 16:53:37 rick Fix WSOD due to modification of a formatted template extension so that …
(edit) @6505 [6505] 04/08/07 02:32:25 rick Fix WSOD when template compilation fails [Rick]
(edit) @6499 [6499] 04/02/07 00:02:11 rick Change ActionView template defaults. Look for templates using the request …
(edit) @6470 [6470] 03/27/07 14:04:06 rick documentation project patches, closes #7342, #7319, #7316, #7190
(edit) @6399 [6399] 03/13/07 03:49:52 bitsweat Deprecation: remove deprecated instance variables.
(edit) @6350 [6350] 03/06/07 09:46:04 bitsweat Prefer MIME constants to strings. Closes #7707.
(edit) @6178 [6178] 02/20/07 22:09:12 david Added .erb and .builder as preferred aliases to the now deprecated .rhtml …
(edit) @6132 [6132] 02/06/07 03:58:48 rick rename #lookup_template_base_path_for to #find_base_path_for in …
(edit) @6130 [6130] 02/05/07 05:39:23 rick Fix #render_file so that TemplateError is called with the correct params …
(edit) @6120 [6120] 02/04/07 20:47:05 rick Allow Controllers to have multiple view_paths instead of a single …
(edit) @6057 [6057] 01/28/07 07:16:55 bitsweat Use a consistent load path to avoid double requires. Fix some scattered …
(edit) @5587 [5587] 11/20/06 09:04:26 bitsweat Extract template_changed_since? from compile_template? so plugins may …
(edit) @5544 [5544] 11/17/06 13:10:23 bitsweat ActionView::Base.erb_variable accessor names the buffer variable used to …
(edit) @5411 [5411] 11/02/06 19:21:53 bitsweat Consistent default handling in ActionView render. Closes #6534.
(edit) @5231 [5231] 10/08/06 07:46:23 david cleanup of local_assigns handling and documentation update (closes #6358) …
(edit) @5201 [5201] 09/29/06 07:34:02 bitsweat Deprecation: @request will be removed after 1.2. Use the request method …
(edit) @5129 [5129] 09/17/06 16:20:32 david Added proper getters and setters for content type and charset [DHH] Added …
(edit) @5095 [5095] 09/12/06 22:07:18 bitsweat Load helpers in alphabetical order for consistency. Resolve cyclic …
(edit) @5043 [5043] 09/06/06 03:38:11 david Backed out of locals hash as it caused trouble with Builder, see ticket …
(edit) @4997 [4997] 09/04/06 20:01:52 david Added locals hash to partials, which makes for convenient access of some …
(edit) @4885 [4885] 08/31/06 03:16:28 bitsweat Tighten rescue clauses. Closes #5985.
(edit) @4715 [4715] 08/07/06 12:40:14 bitsweat Deprecate direct usage of @params. Update ActionView::Base for instance …
(edit) @4598 [4598] 07/09/06 05:17:41 bitsweat Update documentation for erb trim syntax. Closes #5651.
(edit) @4546 [4546] 07/05/06 02:17:25 david Fixed that real files and symlinks should be treated the same when …
(edit) @4516 [4516] 06/30/06 01:56:29 bitsweat Missing method_key.
(edit) @4515 [4515] 06/29/06 21:45:12 bitsweat Retain symbol method key and assign_method_name.
(edit) @4514 [4514] 06/29/06 20:52:00 bitsweat r4732@asus: jeremy | 2006-06-29 13:51:32 -0700 Chop RAILS_ROOT from file …
(edit) @4512 [4512] 06/29/06 20:14:33 bitsweat r4730@asus: jeremy | 2006-06-29 13:13:38 -0700 Avoid naming collision …
(edit) @4189 [4189] 04/06/06 18:08:31 david Fixed that template extensions would be cached development mode #4624
(edit) @4079 [4079] 03/28/06 03:19:27 david Fixed docs
(edit) @4056 [4056] 03/26/06 21:50:22 david ActionView: Allow to register a Template handler with a Symbol (dont kill …
(edit) @3989 [3989] 03/20/06 04:01:10 david Performance speedup for ActionController (closes #4174) [Stefan Kaes] …
(edit) @3944 [3944] 03/18/06 21:17:14 david Removed XML argument style for respond_to, so type.xml(object.to_xml) no …
(edit) @3884 [3884] 03/16/06 02:51:19 david Dots in template path should not trip up rendering (closes #4244) …
(edit) @3856 [3856] 03/13/06 02:11:59 sam Added simple alert() notifications for RJS exceptions when …
(edit) @3852 [3852] 03/13/06 01:33:57 david Rendering xml shouldnt happen inside any layout. Added class proxying to …
(edit) @3841 [3841] 03/12/06 01:56:55 david Added option to render action/template/file of a specific extension (and …
(edit) @3473 [3473] 01/23/06 16:36:40 sam Add render(:update) to ActionView::Base
(edit) @3078 [3078] 11/17/05 21:28:59 marcel Add support for new rjs templates which wrap an update_page block.
(edit) @3057 [3057] 11/16/05 09:03:00 bitsweat Inline commonly-called template presence checks. Closes #2882.
(edit) @3007 [3007] 11/13/05 22:21:19 bitsweat Only include builtin filters whose filenames match …
(edit) @2918 [2918] 11/07/05 13:51:56 david Added request as instance method to views, so you can do <%= …
(edit) @2667 [2667] 10/17/05 18:25:03 ulysses Fix spelling error
(edit) @2665 [2665] 10/17/05 15:51:07 ulysses Make string-keys locals assigns optional
(edit) @2649 [2649] 10/16/05 15:42:03 minam Update/clean up AP documentation (rdoc)
(edit) @2630 [2630] 10/16/05 00:04:33 ulysses Add temporary support for passing locals to render using string keys
(edit) @2624 [2624] 10/15/05 19:05:15 ulysses Clean up error pages by providing better backtraces
(edit) @2571 [2571] 10/13/05 21:58:20 ulysses Improved line number reporting for template errors
(edit) @2537 [2537] 10/12/05 03:43:28 marcel Misc doc fixes (typos/grammar/etc). Closes #2445.
(edit) @2393 [2393] 09/28/05 09:06:34 david My life for white space
(edit) @2368 [2368] 09/27/05 16:45:39 ulysses Streamline render process, code cleaning. Closes #2294.
(edit) @2160 [2160] 09/09/05 07:27:44 david Fixed that render :partial would fail when :object was a Hash (due to …
(edit) @2094 [2094] 09/01/05 21:51:27 minam Yield @content_for_ variables to templates #2058 [Sam Stephenson]
(edit) @2066 [2066] 08/29/05 15:12:48 ulysses Add dummy ActionView::Base.cache_template_loading accessor -- will be made …
(edit) @2058 [2058] 08/26/05 22:37:36 ulysses Render refactoring; render error reporting fixes
(edit) @1948 [1948] 07/27/05 14:17:47 david More fixes, but still broken
(edit) @1946 [1946] 07/27/05 13:55:56 david Fixing the fix, but not quite
(edit) @1929 [1929] 07/26/05 12:37:21 david Document the design of the compiled templates approach and tweak the …
(edit) @1915 [1915] 07/24/05 16:45:39 david Improved performance of test app req/sec with ~10% refactoring the render …
Note: See TracRevisionLog for help on using the revision log.