standardtoaster

Results 11 comments of standardtoaster

Are you still maintaining activo1? off topic: Also, are you interested in the activo-rails project? As this is set up as a theme, rather than something rails specific, I think...

I've been using the themed generator, with decent success. see https://github.com/standardtoaster/activo-rails/blob/master/README.md for my caveats. @jellybob hasn't used web-app-theme, he just made a gem that would toss in the layout and...

What I don't like about web-app-theme, and DO like about activo-rails is that there's no copy of assets into your project. It would be nice if web-app-theme was an engine...

Well, we can cover all of our bases by leaving in the Theme generator. There should be a way to shove static assets into the public directory, so that you...

I tend to write a lot of internal glue apps in rails, which heavily use scaffolds. Mostly, my stake is to make prettier scaffold apps with less effort. and formtastic....

the generators give a scaffold. They're also a pretty good reference implementation if you don't' want to reverse engineer the demo page. I like the separation of the two gems,...

So if we're settled then, i'll do some CSS/documentation updates, and send a pull request to @dmfrancisco. @jellybob has already merged my changes into activo-rails, so i'll send another pull...

Hey @jellybob, Any update on splitting activo-rails out into it's own repo?

Please see https://github.com/jellybob/activo-rails/tree/rails3_1

They basically set up all of the cruft, same as the standard scaffold, but the markup fornusing the themes that activo is built on. I mostly use them for reference...