Ruby on Rails template designs

As you know, when you create a RoR application, you will have pages that need some design and added to more beauty.

I just want to ask. Should I do HTML and CSS work here? Or, are there RoR templates out there that I can embed in my application?

Thanks.

Maybe more accurately to say, "Stylesheets" for Rails applications. Or, it is just a matter of adding .css that's all.

But, you know, someone creating a RoR application, want the RoR touch on it!

I think this is what I was looking for: http://github.com/pilu/web-app-theme

Or as another example:

http://github.com/andyjeffries/andy_admin

:slight_smile:

Andy Jeffries wrote:

Or as another example:

GitHub - andyjeffries/andy_admin: My Generator for Admin interfaces

:slight_smile:

-- Andy Jeffries http://andyjeffries.co.uk/ #rubyonrails #mysql jquery Registered address: 64 Sish Lane, Stevenage, Herts, SG1 3LS Company number: 5452840

Thanks a lot.

Does it give you the layouts to the pages?

Do you have an example of that?

Sounds interesting.

http://github.com/andyjeffries/andy_admin

Thanks a lot.

Does it give you the layouts to the pages?

It generates the stylesheets and layouts, styles a lot of the standard classes and gives an amended form builder.

Do you have an example of that?

I’ve been meaning to put together a screencast sometime on it, but to be honest, it’s very simple - just following the README should get you up and running. I won’t get chance to do a screencast today, but I’ll try to do it this week if I get a chance.

Cheers,

Andy

Thanks Andy. I'll try it out. And, please keep me informed of the screencast.

Marnen Laibow-Koser wrote:

Abder-Rahman Ali wrote:

Maybe more accurately to say, "Stylesheets" for Rails applications. Or, it is just a matter of adding .css that's all.

But, you know, someone creating a RoR application, want the RoR touch on it!

There is no "RoR touch" when it comes to visual design. HTML and CSS work the same for Rails as they do for any other Web application technology.

Best, -- Marnen Laibow-Koser http://www.marnen.org marnen@marnen.org

Got you.

Thanks Marnen.