yeyicheng

Untitled

Apr 21st, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.54 KB | None | 0 0
  1. $ rails generate controller hello
  2.       create  app/controllers/hello_controller.rb
  3.       invoke  erb
  4.       create    app/views/hello
  5.       invoke  test_unit
  6.       create    test/functional/hello_controller_test.rb
  7.       invoke  helper
  8.       create    app/helpers/hello_helper.rb
  9.       invoke    test_unit
  10.       create      test/unit/helpers/hello_helper_test.rb
  11.       invoke  assets
  12.       invoke    coffee
  13.       create      app/assets/javascripts/hello.js.coffee
  14.       invoke    scss
  15.       create      app/assets/stylesheets/hello.css.scss
Advertisement
Add Comment
Please, Sign In to add comment