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

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


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(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) @8976 [8976] 03/03/08 04:01:35 nzkoz Refactor partial rendering into a PartialTemplate class. [Pratik]
(edit) @8822 [8822] 02/08/08 22:04:06 marcel Fix problem with render :partial collections, records, and locals. #11057
(edit) @8793 [8793] 02/03/08 12:11:30 bitsweat Cache partial variable names to reduce garbage
(edit) @8739 [8739] 01/27/08 01:03:56 nzkoz Use File.join to construct partial path. Closes #10932 [patrick.t.joyce]
(edit) @8646 [8646] 01/16/08 02:01:57 nzkoz Make render :partial recognise form builders and use the _form partial. …
(edit) @8136 [8136] 11/14/07 09:39:27 nzkoz Only Benchmark and log if we're going to output the information.
(edit) @8130 [8130] 11/12/07 15:02:12 david Fixed that has_many :through associations should render as collections too …
(edit) @8018 [8018] 10/25/07 21:32:01 bitsweat Partials also set 'object' to the default partial variable. Closes #8823.
(edit) @7622 [7622] 09/24/07 23:01:50 david Stop rdoc from whining
(edit) @7403 [7403] 09/03/07 00:18:30 nzkoz Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
(edit) @7261 [7261] 08/02/07 20:10:03 david Added partial layouts (see example in action_view/lib/partials.rb) [DHH]
(edit) @7158 [7158] 07/01/07 00:04:03 rick Allow you to render views with periods in the name. Closes #8076
(edit) @6920 [6920] 06/01/07 03:53:39 bitsweat render :partial recognizes Active Record associations as Arrays. Closes …
(edit) @6751 [6751] 05/18/07 00:36:14 bitsweat Clean up the simply_helpful merge.
(edit) @6404 [6404] 03/13/07 05:06:41 bitsweat Deprecation: privatize deprecated render_partial and …
(edit) @6178 [6178] 02/20/07 22:09:12 david Added .erb and .builder as preferred aliases to the now deprecated .rhtml …
(edit) @3073 [3073] 11/17/05 19:08:53 bitsweat Inline a method used by render_partial. Closes #2881.
(edit) @3056 [3056] 11/16/05 09:00:23 bitsweat Avoid logging code if logger is nil. Closes #2881.
(edit) @2522 [2522] 10/10/05 20:35:13 sam Fixed that an instance variable with the same name as a partial should be …
(edit) @2432 [2432] 10/01/05 19:00:06 david Better logging about partials when logger to to debug
(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) @2093 [2093] 09/01/05 21:43:38 minam Make rendering an empty partial collection behave like :nothing => true …
(edit) @1942 [1942] 07/27/05 12:24:14 david Fixed bug when a partial render was passing a local with the same name as …
(edit) @1915 [1915] 07/24/05 16:45:39 david Improved performance of test app req/sec with ~10% refactoring the render …
(edit) @1618 [1618] 07/03/05 08:05:05 david Added note about render_partial_collection #1557
(edit) @1474 [1474] 06/21/05 16:59:04 david Updated documentation for partials #1171
(edit) @1302 [1302] 05/13/05 16:27:36 david Fixed that render_partial_collection should always return a string (and …
(edit) @1170 [1170] 04/16/05 16:08:29 david Changed render_partial to take local assigns as the second parameter …
(edit) @1169 [1169] 04/16/05 16:06:29 david Fixed partials handling
(edit) @880 [880] 03/09/05 15:26:36 david Added render_partial/render_partial_collection from controllers for easier …
(edit) @617 [617] 02/15/05 01:45:35 david A hopefully more successful attempt at the Routing branch merge
(edit) @616 [616] 02/15/05 01:24:55 david Backed out of routing merge.. investigating missing patches
(edit) @614 [614] 02/15/05 00:51:02 david Merged back the Routing branch
(edit) @525 [525] 02/07/05 14:15:53 david Fixed documentation snafus #575, #576, #577, #585
(edit) @383 [383] 01/11/05 00:27:33 david Added fourth argument to render_collection_of_partials that allows you to …
(edit) @116 [116] 12/12/04 11:48:01 david Added that render_partial will always by default include a counter with …
(add) @4 [4] 11/24/04 01:04:44 david Initial
Note: See TracRevisionLog for help on using the revision log.