I just created a new project that displays all the correct information in the window of your application environment when on http: // localhost: 3000 / , but when I run it on http://egg.dev/ I get:
SyntaxError: /users/davidhall/work/egg/config/initializers/session_store.rb:3: syntax error, unexpected ':', expecting $end ...sion_store :cookie_store, key: '_egg_session' ^
I am sure that I had this problem before, because of which I used rails 3.1 with ruby ββ1.8.7, the problem was solved when I used ruby ββ1.9.2. Now I get when using 1.9.2.
Thanks for any help he really appreciates!
source share