public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
merb-core / PLUGIN_API_CHANGELOG
100644 18 lines (15 sloc) 0.985 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
9/27/2008:
* The Plugin and Slice Rakefile templates have been updated to use merb-core's
  Merb::RakeHelper. Be sure to regenerate/manually update your Rakefile to
  use this. The old helper methods 'sudo' and 'windows?' have been removed.
 
8/20/2008:
* Plugins that implement custom session stores should now conform to the base
  class Merb::SessionStore and implement the stub methods defined there.
* Merb::SessionMixin.finalize_session_exception_callbacks and
  Merb::SessionMixin.persist_exception_callbacks are gone - implement
  recovery strategies in the SessionStore subclass itself.
 
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