I am doing my application using RoR, which make me very annoying is the layout issue, I know the RoR have a really great MVC to isolate the UI out or the application logic, but it is still really annoying to work with CSS across different browsers. Is there any way to reduce that work load? thank you.
A:
Sadly , the answer to that is no . How hard you try , if your layout is even slightly complex , you need to take care of cross browser issues . This question has a few good suggestions and tools available that maybe can speed you up .
NM
2010-07-09 07:40:20
Also , try the blueprintcss framework .
NM
2010-07-09 12:28:25
+1
A:
The problem you described (if I understand it correctly) has nothing to do with Rails and MVC. CSS and browser compatibility problems are separate from server-side frameworks - I mean, they are the same whatever language or framework you use.
However, there are tools that can ease the pain, for instance, here is a good article on using Compass gem and Blueprint (btw, it also mentions HAML and SASS which you may accidentally fall in love with, and these are IMO huge).
neutrino
2010-07-09 07:48:04