简体   繁体   中英

Rails nifty layout files

我想知道从这个命令生成哪些文件rails g nifty:layout ,因为我使用的是rails 4.2.4,在这里nifty无法正常工作,所以我将分别生成那些文件。

rails g nifty:layout

Isn't a standard generator but one created as a gem by Ryan Bates. See for reference: https://github.com/ryanb/nifty-generators

Included generators are:

nifty:layout: generates generic layout, stylesheet, and helper files.

nifty:scaffold: generates a controller and optional model/migration.

nifty:config: generates a config YAML file and loader.

nifty:authentication: generates user model with sign up and log in.

Be aware that the last commit for this gem was on Oct 16, 2012, so it might not be compatible with rails 4.

Also for reference you could follow the rails guides and learn how to create/edit your own rails generator: http://edgeguides.rubyonrails.org/generators.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM