public
Description: The Rails Engines plugin
Homepage: http://rails-engines.org
Clone URL: git://github.com/lazyatom/engines.git
Updated the README to reflect the removal of the 
RailsExtensions::Templates [#15]
lazyatom (author)
Fri Jun 06 08:34:39 -0700 2008
commit  8c4f141b77f738dd4d0e64028c8c85065849e644
tree    5e6b740fd6d8f492c24a7d230061d72724be34cc
parent  ec608c0d53144646609925023cb6108fe5a53458
0
...
23
24
25
26
 
27
28
29
...
23
24
25
 
26
27
28
29
0
@@ -23,7 +23,7 @@ In addition to the regular set of plugin-supported files (lib, init.rb, tasks, g
0
 Include these files in an <tt>app</tt> directory just like you would in a normal Rails application. If you need to override a method, view or partial, create the corresponding file in your main <tt>app</tt> directory and it will be used instead.
0
 
0
 * Controllers & Helpers: See Engines::RailsExtensions::Dependencies for more information.
0
-* Views: See Engines::RailsExtensions::Templates for more information.
0
+* Views: now handled almost entirely by ActionView itself (see Engines::Plugin#add_plugin_view_paths for more information)
0
 
0
 === Models
0
 

Comments

    No one has commented yet.