public
Fork of wycats/merb-core
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/myobie/merb-core.git
merb-core / PLUGIN_API_CHANGELOG
100644 6 lines (5 sloc) 0.389 kb
1
2
3
4
5
6
6/18/2008:
 
* Modified the public interface to Merb::Template.inline_template to accept a File or VirtualFile
** For files, templates are now inlined the same way, except do File.open(path) instead of path
** To inline Virtual Files, create a Virtual File via VirtualFile.new(string, path), which will use
   the path for later attempts to find the template via Merb::Template.template_for