Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Design

is any difference for designing for Ruby on rails ?

Today i got a question from one of my previous client saying that "Have you prepared designs for Ruby on Rails implementation before?" .

is there any difference for PSD designing stage and HTML conversion for Ruby on Rails implementation than other implementations like wordpress etc..?

Thanks Gopi

It would be the same as designing for any website really. Ruby on Rails sites are styled the same way using CSS and marked up using HTML.erb. Its just the way the site is built in Ruby is different but the styling is consistent with normal web design.

1 Answer

James Barnett
James Barnett
39,199 Points

The larger a site gets the more complicated the front end markup gets. Lots of things start to matter like using an HTML preprocessor like erb or haml and using a CSS preprocessor like Sass or LESS. Also there's a lot of CSS architecture work that goes on.