Streamlined Runs on JRuby
Posted by jgehtland Sat, 21 Oct 2006 14:53:22 GMT
Starting with 0.0.6 (or svn head right now): details here.
Posted by jgehtland Sat, 21 Oct 2006 14:53:22 GMT
Starting with 0.0.6 (or svn head right now): details here.
Posted by jgehtland Sat, 21 Oct 2006 14:54:37 GMT
Yikes. So, I’ve been in Canada all weekend at a conference, and my hard drive had a catastrophic failure. I’ve been fighting it ever since, hence the extra two days to get the build up. We’ve had to remove two features from this build due to lost work: Lightbox support (as an alternate to Prototype Windows) and Bill Katz’s Authorization plugin (we’ll release an 0.0.6 ASAP with just that in it).
That being said, here’s what’s in 0.0.5:
relationship :line_items, :view => {:name => :membership},
:summary => {:name => :list, :fields => [:customer, :amount]}
relationship :line_items, :summary => {:name => :graph, :type => :pie}
class line_item_ui < Streamlined::UI
pagination true # or false
end
class LineItemUI << Streamlined_UI.rhtml
popup_columns :name, :total
end
We’ll document all this much more thoroughly in the morning, but if you are just too anxious, you can get it now and hope these docs are enough.
Posted by jgehtland Sat, 21 Oct 2006 14:56:48 GMT
The demands of running a consulting and training business have been competing with the demands of creating an open source framework, and as such, our dates have slipped again. This makes me personally feel crummy, because I know that there are several of you waiting for 0.0.5 (thanks for the encouragement!). On the other hand, it makes me feel good, because I know we aren’t rushing crummy code out the door to meet an artificial date I set. We want to get our releases right, so we’re going to take a couple more days to test and solidify the features. In the meantime, join the group to discuss the framework.
And to everybody that has added to the feature requests page on the wiki, THANK YOU! What a great list. I can’t say when we’re going to address them all, but we’re going to add them all as enhancement requests in the ticket list and start trying to assign them to releases.