Lately I've been continuing to work on ColdMVC, my convention-based framework for ColdFusion inspired by Ruby on Rails and Grails. I've mainly been working on updating the plugin architecture for ColdMVC, with a focus on keeping things modular. I've also split out all of the plugins to their own repositories on GitHub to try to make things easier to manage. Right now they all follow a "ColdMVC-{Plugin}" naming convention and can be found here.
I'm also trying to get an official ColdMVC website up with some documentation and links to all the various plugins, but haven't quite got around to it yet.
On a final note, I've found a couple really good blog posts talking about cells in Ruby on Rails.
- Rails Misapprehensions: Cells don’t break MVC
- Rails Misapprehensions: What the f*ck is MVP?
- Let’s write a Reusable Sidebar Component in Rails 3!
I quickly threw together a cells plugin for ColdMVC. I'm not sure how I feel about it yet, but at the very least it's an interesting concept.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.