SXSW Happy Hour a success!! 2
Austin on Rails Member Directory Application 4
Austin On Rails Happy Hour 1
Bar Camp Austin Saturday March 11, 2006
For those of you not attending SXSW Interactive, you might want to check out Bar Camp Austin on Sat, March 11..
What is BarCampAustin? Think of it as a way to get the tech/geek community together in Austin during one of the coolest music and media events of the year; SXSW. Non-Austin equivalents? Well, Dallas beat us to it (not sure how that happened) but think: Usenix? SXSW Interactive? Burning Man? BarCampPaloAlto? Only one thing is certain: It's up to you to decide. The most important thing you should take away from the event? Relationships with other geeks!
Ajax Scaffold Generator
Richard White has created an Ajax Scaffold Generator for Ruby on Rails. This takes the default scaffolding that Rails produces, and turns it up a notch. Now your admin pages can do a lot of CRUD on the same page.
The latest 2.0 version of the tool features:
- The generated scaffold code looks production ready: valid XHTML, CSS, fully styled.
- It now uses a <table>
- Its designed to be used as a component so you can easily create an admin console with a couple generated scaffolds.
- A number of CSS styles have already been included for commonly used elements like required field labels, example field input and for some basic form layout control (explained later in this article).
- Works on Firefox 1+, IE 6+ and Safari 2+ (It make work on others, but I haven’t tested anywhere else, so let me know what you find out)
(Via Ajaxian.)
