I have a model User. A new users can signup at …/users/new
I have a few lines of validations in my model. And if the registration
attempt fails due to validations reasons, it displays page, but the css
styles are not applied and it shows only the plain html.
I have a model User. A new users can signup at …/users/new
I have a few lines of validations in my model. And if the registration
attempt fails due to validations reasons, it displays page, but the css
styles are not applied and it shows only the plain html.
Have a look at the source of the page (view page source in firefox) to
check css directives are present and check styles in firebug.
Colin
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.