Generating a project in Padrino is not quite as simple as rails new_project. Since Padrino strives for agnosticism, you should provide it with a list of systems to use. For example, you want Haml for HTML generation and Sass for CSS generation. I say should because if you don't provide these parameters to the generator command, Padrino will select some defaults. However, those defaults are probably not what you want.
Comments
No comments yet. Leave a Comment

