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:

Or as another example:

:slight_smile:


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

GitHub - andyjeffries/andy_admin: My Generator for Admin interfaces

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.

Andy J. wrote:

Or as another example:

GitHub - andyjeffries/andy_admin: My Generator for Admin interfaces

:slight_smile:


Andy J.
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.

Abder-Rahman A. 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
[email protected]

Marnen Laibow-Koser wrote:

Abder-Rahman A. 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
[email protected]

Got you.

Thanks Marnen.