RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: stevenspiel
Site: stevenspiel.com
I believe you will still need to run rails server in another terminal window
rails server
I keep getting a Missing Template error when I hit send. I'm using the chatter-before straight out of the box. Any clue what's going on?
Template is missing
Missing template messages/create, application/create with {:handlers=>[:erb, :builder, :coffee], :formats=>[:html], :locale=>[:en, :en]}. Searched in: * "/Users/stevenspiel/sites/chatter/chatter-before/app/views"
I believe you will still need to run
rails server
in another terminal windowI keep getting a Missing Template error when I hit send. I'm using the chatter-before straight out of the box. Any clue what's going on?
Template is missing
Missing template messages/create, application/create with {:handlers=>[:erb, :builder, :coffee], :formats=>[:html], :locale=>[:en, :en]}. Searched in: * "/Users/stevenspiel/sites/chatter/chatter-before/app/views"