ROADMAP in sinatra_more-0.3.14 vs ROADMAP in sinatra_more-0.3.15
- old
+ new
@@ -12,15 +12,22 @@
* http://www.engineyard.com/blog/2009/using-the-rubygems-bundler-for-your-app/
Framework structure:
* sinatra-core (the existing sinatra framework) <= from Sinatra
+ * sinatra-gen (easy generation of and for sinatra apps) <= from Generator
* sinatra-helpers (adds the markup and renderer helpers) <= from MarkupPlugin, RenderPlugin
* sinatra-mailer (mail handling for sinatra applications) <= from MailerPlugin
- * sinatra-gen (easy generation of and for sinatra apps) <= from Generator
- * sinatra-admin (admin management dashboard for content) <= from Lipsiadmin (ported)
* sinatra-routing (sinatra route mapping system) <= from RoutingPlugin
* sinatra-cache (page and fragment caching support)
+ * sinatra-admin (admin management dashboard for content) <= from Lipsiadmin (ported)
+
+Additional wish-list features (integrate existing plugin) (?)
+
+ * Internationalization - http://r18n.rubyforge.org/#sinatra
+ * Asynchronous Commands - http://github.com/deadprogrammer/spork
+ * Capistrano Deployment - http://github.com/nakajima/capinatra (?)
+ * Job Queue - http://github.com/adamcooke/resque (or http://github.com/bmizerany/sinatra-dj)
'sinatra-cache' Caching concept:
# in models
class Person
\ No newline at end of file