Skip to content

Instantly share code, notes, and snippets.

@semanticart
Created December 6, 2008 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save semanticart/32894 to your computer and use it in GitHub Desktop.
Save semanticart/32894 to your computer and use it in GitHub Desktop.
$ rails -v
Rails 2.2.2
$ rails meh
...
$ cd meh
$ script/generate controller arf
...
then create an index action on the controller, start script server, visit http://localhost:3000/arf and get
Template is missing
Missing template arf/index.erb in view path /tmp/meh/app/views:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment