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

root/trunk/actionpack/lib/action_controller/layout.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9194 [9194] 04/01/08 07:39:04 bitsweat Ruby 1.9 compat: encoding and multibyte test fixes
(edit) @8862 [8862] 02/12/08 22:42:36 nzkoz Make sure render :update support the options hash. Closes #11088
(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) @8471 [8471] 12/21/07 12:30:29 bitsweat Update layout docs. Closes #10584 [Cheah Chu Yeow]
(edit) @8378 [8378] 12/13/07 03:33:06 marcel Explain how the layout macro behaves when passed a path that contains a …
(edit) @8317 [8317] 12/05/07 22:19:10 marcel Adding missing space to documentation of the layout method. Closes #7126
(edit) @8301 [8301] 12/05/07 18:54:41 david Fix typos (closes #10378)
(edit) @7719 [7719] 10/02/07 05:32:14 bitsweat Ruby 1.9 compat, consistent load paths
(edit) @7701 [7701] 09/30/07 22:59:24 david Fixed that render template did not honor exempt_from_layout (closes #9698) …
(edit) @7661 [7661] 09/28/07 01:23:20 david Fixed the layout defaults (closes #9564) [lifo]
(edit) @7629 [7629] 09/25/07 14:57:15 david Added failing tests for iphone
(edit) @7514 [7514] 09/18/07 23:10:34 david Fixed that default layouts did not take the format into account #9564
(edit) @7438 [7438] 09/09/07 23:12:57 david Random hits from the style nazi
(edit) @7418 [7418] 09/08/07 03:12:03 bitsweat Fix layout overriding response status. Closes #9476.
(edit) @7403 [7403] 09/03/07 00:18:30 nzkoz Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
(edit) @7321 [7321] 08/15/07 18:59:37 rick Find layouts even if they're not in the first view_paths directory. …
(edit) @6736 [6736] 05/15/07 06:36:34 rick Add some performance enhancements to ActionView.
(edit) @6516 [6516] 04/12/07 17:11:48 rick Allow layouts with extension of .html.erb. Closes #8032 [Josh Knowles]
(edit) @6396 [6396] 03/13/07 02:14:31 bitsweat Consistent public/protected/private visibility for chained methods. Closes …
(edit) @6275 [6275] 03/01/07 23:27:04 david Options are more often than not meaningless babble, just go nondescript …
(edit) @6178 [6178] 02/20/07 22:09:12 david Added .erb and .builder as preferred aliases to the now deprecated .rhtml …
(edit) @6120 [6120] 02/04/07 20:47:05 rick Allow Controllers to have multiple view_paths instead of a single …
(edit) @5813 [5813] 12/31/06 19:28:28 david Make RDoc not spew errors on install because of HTML comments in code …
(edit) @5746 [5746] 12/19/06 04:41:57 rick Ensure render :json => ... skips the layout. Closes #6808 [Josh Peek]
(edit) @5207 [5207] 09/29/06 08:26:45 bitsweat Deprecate @response
(edit) @4728 [4728] 08/08/06 21:21:04 ulysses New dependencies implementation
(edit) @4550 [4550] 07/05/06 02:38:55 david Added exception handling of missing layouts (closes #5373) …
(edit) @4346 [4346] 05/17/06 07:25:36 marcel Add layout attribute to response object with the name of the layout that …
(edit) @4312 [4312] 04/29/06 20:20:22 marcel Replace alias method chaining with Module#alias_method_chain. [Marcel …
(edit) @4262 [4262] 04/25/06 04:03:51 marcel Update layout and content_for documentation to use yield rather than magic …
(edit) @3989 [3989] 03/20/06 04:01:10 david Performance speedup for ActionController (closes #4174) [Stefan Kaes] …
(edit) @3861 [3861] 03/13/06 15:54:33 ulysses Simplify controller_path Cache File.directory? calls to avoid filesystem …
(edit) @3852 [3852] 03/13/06 01:33:57 david Rendering xml shouldnt happen inside any layout. Added class proxying to …
(edit) @3551 [3551] 02/08/06 05:24:53 marcel Replace dubious controller parent class in filter docs. Closes #3655, …
(edit) @3493 [3493] 01/29/06 00:37:39 david Added reusable reloading support through the inclusion of the Relodable …
(edit) @3472 [3472] 01/23/06 16:29:37 sam Fix render(:update) to not render layouts
(edit) @3462 [3462] 01/22/06 07:41:27 marcel Change layout discovery to take into account the change in semantics with …
(edit) @3441 [3441] 01/20/06 22:04:07 sam Add render :update for inline RJS
(edit) @3423 [3423] 01/15/06 11:28:55 marcel Automatically discover layouts when a controller is namespaced. Closes …
(edit) @3397 [3397] 01/12/06 07:16:23 marcel Allow auto-discovery of third party template library layouts.
(edit) @3316 [3316] 12/17/05 06:38:06 marcel Don't include a layout when rendering an rjs template using render's …
(edit) @3111 [3111] 11/20/05 18:50:09 marcel Correct docs for automatic layout assignment. Closes #2610.
(edit) @3084 [3084] 11/18/05 08:32:17 marcel Make rjs templates always implicitly skip out on layouts.
(edit) @2777 [2777] 10/28/05 07:33:54 david Fix that render :text didn't interpolate instance variables (Closes #2629, …
(edit) @2749 [2749] 10/26/05 13:20:46 david Fixed docs (closes #2468)
(edit) @1970 [1970] 08/05/05 20:51:03 minam Make sure :layout => false is always used when rendering inside a layout
(edit) @1915 [1915] 07/24/05 16:45:39 david Improved performance of test app req/sec with ~10% refactoring the render …
(edit) @1905 [1905] 07/23/05 09:00:05 david Improved performance with 5-30% through a series of Action Pack …
(edit) @1731 [1731] 07/06/05 09:32:00 david Made documentation ready for release (AP)
(edit) @1728 [1728] 07/06/05 08:27:11 david Partly tuned docs for release (AP)
(edit) @1424 [1424] 06/15/05 13:20:17 minam render(:template) applies a layout by default. render("foo/bar") works …
(edit) @1378 [1378] 06/01/05 13:39:58 minam render(:action) and render() are the only two render calls to use a layout …
(edit) @1372 [1372] 05/30/05 09:12:12 minam render(:inline) defaults to :layout => false
(edit) @1369 [1369] 05/30/05 07:51:02 minam render(:text), render(:partial), and render(:nothing) always default to …
(edit) @1353 [1353] 05/22/05 16:57:51 david render :nothing shouldnt cause layouts
(edit) @1351 [1351] 05/22/05 11:07:09 david Cure some ills discovered with the refactoring
(edit) @1350 [1350] 05/22/05 08:58:43 david Deprecated all render_* methods in favor of consolidating all rendering …
(edit) @1349 [1349] 05/22/05 07:43:05 david Deprecated redirect_to_path and redirect_to_url in favor of letting …
(edit) @525 [525] 02/07/05 14:15:53 david Fixed documentation snafus #575, #576, #577, #585
(edit) @387 [387] 01/11/05 00:50:11 david Added conditional layouts like <tt>layout "weblog_standard", :except => …
(edit) @272 [272] 12/29/04 13:36:27 david Added documentation for using render_with_layout
(edit) @220 [220] 12/19/04 12:56:31 david Added documentation for automatic layout inclusion #328 [Marcel]
(edit) @160 [160] 12/15/04 11:39:22 david Added that controllers will now search for a layout in …
(add) @4 [4] 11/24/04 01:04:44 david Initial
Note: See TracRevisionLog for help on using the revision log.