This repository has been archived by the owner on May 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add section to the README documentating running the rails environment…
- Loading branch information
Showing
1 changed file
with
84 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3b10e29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not clear (for me) where to put such code
App::Application.routes.draw do
, also I get errorNoMethodError: undefined method 'faye_server' for #<ActionDispatch::Routing::Mapper:0x0000000465d9a8>
I try to put that in
config/initializers/faye.rb
,config/application.rb
outside and inside the module and then in class Application