Thanks, Bruce!
Posted by jgehtland Thu, 22 Mar 2007 10:04:58 GMT
Just wanted to publicly thank Bruce Williams for being a true pal, friend to Open Source, and general good guy for coming up with our new logo (seen on the Trac page).
Posted by jgehtland Thu, 22 Mar 2007 10:04:58 GMT
Just wanted to publicly thank Bruce Williams for being a true pal, friend to Open Source, and general good guy for coming up with our new logo (seen on the Trac page).
Posted by jgehtland Fri, 16 Mar 2007 13:58:55 GMT
We’re very pleased to announce the imminent release of Streamlined 0.1.0. We’ve been looking over the tickets, notes, comments, hate mail, etc. we’ve gotten and taken almost all of it to heart. Streamlined 0.1.0 is an entirely refactored codebase, and includes the following changes over 0.0.7.1:
These changes will lead to a host of new features over the next several weeks, including:
We’re looking for testers right now. If you are interested, contact us at contact AT relevancellc DOT com or on the dicsussion list and we’ll give you access to the subversion Edge branch. We’ll publicly release Edge at the end of next week, and go 0.1 the week after that.
We’re really excited about release, and, if you look at the changes in the codebase, we think you will be too.
Posted by jgehtland Fri, 02 Mar 2007 10:55:01 GMT
You asked for it (repeatedly) now you have it. Streamlined Edge now contains a syntax for overriding the default, reflective way a controller determines the model it is managing. For example, lets say you have a controller called:
EvaluationsController
that needs to control a model called
Eval.
Your controller now can look like this:
class EvaluationsController < ApplicationController layout 'streamlined' acts_as_streamlined streamlined_model 'Eval' end
Likewise, you can pass the class itself, instead of the class name. Either will work.
Posted by jgehtland Mon, 19 Feb 2007 10:08:41 GMT
If you are going to post a ticket to Trac with detailed stack traces (and we encourage you to do so) please encase the stacktrace portion in the Trac syntax for a code snippet.
The body of the ticket should look something like:
Your framework sucks because of X! Jerks!
Here's a stacktrace that proves how sucky it is:
{{{
Rails
Stack
Trace
}}}
Somebody posted a ticket over the weekend and Trac was blowing up silently because it couldn’t parse the body of the ticket. Wrapping the trace in the code macro solved the problem.
Thanks!
Posted by jgehtland Thu, 08 Feb 2007 21:35:36 GMT
You can now download the plugin directly from this site at:
http://streamlinedframework.org/streamlined.tar.gz
This is also linked off of the download page. Sorry for those behind firewalls who were inconvenienced before!
Posted by jgehtland Thu, 08 Feb 2007 14:19:48 GMT
Also, note that we’ve updated the links to the Wiki and to Collaboa (now Trac) over on the left there. The new site is:
http://streamlinedframework.org:8079/trac/
Posted by jgehtland Thu, 08 Feb 2007 14:16:39 GMT
Ok, based on a bug report about create and edit not working, we’ve already updated the plugin. If you already installed, update it, and if updating it doesn’t work, do:
> script/plugin install http://streamlinedframework.org:8079/streamlined/plugins/streamlined --force
Posted by jgehtland Thu, 08 Feb 2007 08:06:36 GMT
Effective immediately, the plugin version of Streamlined is available. You can get it by issuing the following command from inside your Rails app:
> script/plugin install http://streamlinedframework.org:8079/streamlined/plugins/streamlined
Once it has installed, be sure to read /vendor/plugins/streamlined/README for instructions on how to get it running with your application.
We’re releasing right now with some known todo items: mainly, all the rake tasks that are referenced in the README and in the various default partials have not been included yet. We’ll be releasing those over the next few hours and days, and you can always update to the latest version by issuing this command:
> script/plugin update http://streamlinedframework.org:8079/streamlined/plugins/streamlined
We hope some of you will take a look and start giving us feedback on whether or not this is better than the generator version (we think so, for a whole variety of reasons, but your opinions on that front are more important than ours).
We’re looking forward to your feedback, and to now being able to roll changes out faster than ever before because of the ease of upgrading with the plugin.
Posted by jgehtland Thu, 01 Feb 2007 06:15:00 GMT
We got some great feedback over the last couple of days on the 0.0.5->0.0.6 upgrade path. We’re going to release 0.0.6.1 with those changes sometime over the weekend for folks who don’t want to upgrade to the plugin style in 0.0.7.
Posted by jgehtland Thu, 01 Feb 2007 06:13:48 GMT
We had some server downtime overnight; some kind of runaway mail-related processes dragged everything right off the map. We’re back online now, obviously.