Rails scaffold without the css file? -


is there way generate scaffold in rails 3.0 scaffold.css not created? @ command line can enter skip step?

thanks

there --no-stylesheets flag can use:

rails g scaffold mymodel --no-stylesheets 

Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -