Streamlined: Beautiful User Interfaces Out Of The Box
Streamlined is a Rails plugin that can give your Rails application beautiful user interfaces right out of the box. You need to have your models and controllers setup already, but once you have, you add a single layout line, along with acts_as_streamlined
and you're ready to go.
If you want to see more screenshots and get an idea of how to develop a very simple application from scratch, check out "Java Kicks Ruby In The What Now", an article that rebuffs a recent piece of prime trolling from the Java community against Rails' lack of good scaffolding. Streamlined demonstrates that it's possible and easy - just that you might need a third party library to actually get there..
Support from: Brightbox; - Europe's leading provider of Ruby on Rails hosting. Now with Phusion Passenger support, each Brightbox server comes with access to a managed MySQL cluster and redundant SAN storage. Brightbox also provides managed services for large scale applications and dedicated clusters.
June 2nd, 2009 at 6:49 pm
Though Streamlined is quite nice, it hasn't been updated in six months and does not work with Rails 2.3
June 2nd, 2009 at 6:55 pm
Heh, good point...! This reminds me why Rails Inside hasn't been updated for a month. I don't even use Rails anymore, lol. Perhaps it's time to shut the old girl down and focus on what I do know - Ruby! :)
June 2nd, 2009 at 7:18 pm
While I like Streamlined quite a bit, it's not maintained any more, so I'd recommend against using it.
The only thing similar that I can recommend is ActiveScaffold. I have some reservations about it, though. For example, the demo on the web site has not worked for many months. However, development on ActiveScaffold is quite active on GitHub.
June 2nd, 2009 at 8:49 pm
I hope someone can fork it and pick up the pieces though. Streamlined looks really darn good.
Anyway, a link to ActiveScaffold for those who'd like one.. :)
June 3rd, 2009 at 10:34 am
Here's an alternative to Streamlined, Typus (http://github.com/fesplugas/typus). I've received a lot of good feedback about it.
Works with Rails and it's used in production in a lot of sites. It's available as a gem and as a plugin, has multilanguage support (english, spanish, portuguese and russian), has a good test coverage, and the development is quite active as there have been some donations.
June 3rd, 2009 at 11:54 pm
We're building a prototype app, and using a theme from http://github.com/pilu/web-app-theme along with a jquery table plugin, to get something rolling quickly that looks decent. You get a nice collection of styles for tables, forms etc. Ryan Bates's nifty_scaffold makes some nice improvements over scaffold generated files as well. http://github.com/ryanb/nifty-generators. For this project a designer may not be involved until later.
July 27th, 2009 at 10:06 pm
What about hobo?
http://hobocentral.net/
September 1st, 2009 at 7:17 pm
Checkout admin_data (http://github.com/neerajdotname/admin_data/tree/master). live demo at http://www.neeraj.name/admin_data
December 17th, 2009 at 12:39 am
I looked at Hobo.
I tried Streaamlined for a while but it could not handle conditional selects in a multi tenant application. I had to abandon it.(Also it is no longer supported)
I then tried Activescaffold and have not met any technical show stoppers ...
The documentation is not good but it has a very active helpful user group.
'Google code search' http://www.google.com/codesearch will also give you lots of Activescaffold code examples.
I can recommend Activescaffold.
Formtastic may also be an option for some. I have not tried it.
ray