11155
(-- --)
July 17, 2010, 6:18pm
1
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.
11155
(-- --)
July 17, 2010, 6:24pm
2
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!
11155
(-- --)
July 18, 2010, 7:25am
3
I think this is what I was looking for:
http://github.com/pilu/web-app-theme
11155
(-- --)
July 19, 2010, 8:58am
5
Andy Jeffries wrote:
Or as another example:
GitHub - andyjeffries/andy_admin: My Generator for Admin interfaces
--
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
11155
(-- --)
July 19, 2010, 9:50am
7
Thanks Andy. I'll try it out. And, please keep me informed of the
screencast.
11155
(-- --)
July 19, 2010, 6:10pm
8
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.