Streamlined 1.0 RC1 Released!
Posted by Rob Fri, 15 Feb 2008 21:27:36 GMT
We are happy to announce the release of Streamlined 1.0 RC1. This release brings Rails 2 compatibility, better association support, and many small fixes and miscellaneous API cleanup.
To grab the latest stable release, you can install with:
script/plugin install http://svn.streamlinedframework.org/branches/stable/streamlined
You can view the full change log at trac, and please submit issues or defects at trac and not here.




I tried this and it broke. I’ve also re-created the Coffee getting started tutorial and it doesn’t work either. When I type http://localhost:3000/coffees/ into Firefox, I see the following error message:
NoMethodError in CoffeesController#index
undefined method `empty?’ for #
I tried this with 2 different apps, and both have the same problem. I’m using Rails 2.0.2 on top of PostgreSQL.
Am I doing something wrong?
Ah, ha! Sorted it myself – the trick is to use the EDGE release, not the stable one suggested by this post.
Yes, same here…
If you are using apache with fcgi to deploy, instead of webrick you receive
undefined local variable or method `acts_as_streamlined’ for MoviesController:Class
as error, but the same deal.
Fixed using EDGE release.
Thanks for Streamlined. It’s the only thing (a practical technology thing I guess) that keeps me interested in Rails.
The other project I’m tracking (and have deployed to production) is Achievo Toolkit http://atk.achievo.org/atk similar in spirit to Streamlined.
At end-user orgs there isn’t much else to do but deploy business forms with lots of widgetry (due to the low quality of the UIs that come with enterprise software, across the board, nobody wants to use what comes out of the box) and reporting (content caching critical here). Hopefully streamlined helps address that need (alternatives are always nice).