Elevator 0.1 released

Like many Rails developers, I have had a love-hate relationship with scaffolding. The offer of an easy, "instant" Rails app is alluring, but I found the results lacking. And yet, I find myself doing the same sort of things over and over again. Generator to the rescue!

In the "Rails tradition", Elevator is something I've extracted from repetitive efforts on a trio of recent projects. Whereas traditional scaffolding presents a "wiki-like" interface (full control - edit, create, delete - for all users), elevator creates separate admin-side and user-side controller and views. And the results are "pretty" - solid XHTML, simple CSS, icons from famfamfam.

There are a number of similar projects right now (AutoAdmin, Streamlined), and I doubt Elevator will rival them in complexity - which I consider to be a feature in itself.

Elevator is hosted at RubyForge: http://elevator.rubyforge.org/

Sample output

Permalink • Posted in: elevator, ruby on rails

Comments:

BillSaysThis Feb 10, 2007

Miami-Steve:~/RailsApps/windowboxen wsl$ ./script/generate elevator_admin Company
Missing ElevatorAdminGenerator class in script/../config/../vendor/plugins/elevator/tags/0.1/generators/elevator_admin/elevator_admin_generator.rb

Joshua Feb 10, 2007

Yes, there is a bug, but it's fixed in trunk. I'll move it to a tag soon.

Post a comment

  • [required]