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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -