inversion version 0.10.1 has been released! * <http://deveiate.org/projects/Inversion> (home) * <http://repo.deveiate.org/Inversion> (code) * <http://github.com/ged/inversion.git> (github)
Inversion is a templating system for Ruby. It uses the "Inversion of Control" principle to decouple the contents and structure of templates from the code that uses them, making it easier to separate concerns, keep your tests simple, and avoid polluting scopes with ephemeral data. Changes: == v0.10.1 [2012-06-22] Michael Granger <[email protected]> - Bugfix: duplicated templates get distinct copies of their attributes. -- You received this message because you are subscribed to the Google Groups ruby-talk-google group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at https://groups.google.com/d/forum/ruby-talk-google?hl=en
