Skip to content

Instantly share code, notes, and snippets.

@jacobbednarz
Created September 29, 2012 05:48
Show Gist options
  • Save jacobbednarz/6fb53bb844397f9aeed2 to your computer and use it in GitHub Desktop.
Save jacobbednarz/6fb53bb844397f9aeed2 to your computer and use it in GitHub Desktop.
damn-ruby-issue
bundle exec rails s
=> Booting WEBrick
=> Rails 3.2.6 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
Exiting
/opt/vagrant_ruby/lib/ruby/gems/1.8/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:245:in `load': /vagrant/config/initializers/session_store.rb:3: syntax error, unexpected ':', expecting $end (SyntaxError)
...sion_store :cookie_store, key: '_ticket-app_session'
^
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:245:in `load'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:236:in `load_dependency'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:245:in `load'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/railties-3.2.6/lib/rails/engine.rb:588
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/railties-3.2.6/lib/rails/engine.rb:587:in `each'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/railties-3.2.6/lib/rails/engine.rb:587
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/railties-3.2.6/lib/rails/initializable.rb:30:in `instance_exec'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/railties-3.2.6/lib/rails/initializable.rb:30:in `run'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/railties-3.2.6/lib/rails/initializable.rb:55:in `run_initializers'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/railties-3.2.6/lib/rails/initializable.rb:54:in `each'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/railties-3.2.6/lib/rails/initializable.rb:54:in `run_initializers'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/railties-3.2.6/lib/rails/application.rb:136:in `initialize!'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/railties-3.2.6/lib/rails/railtie/configurable.rb:30:in `send'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/railties-3.2.6/lib/rails/railtie/configurable.rb:30:in `method_missing'
from /vagrant/config/environment.rb:5
from /vagrant/config.ru:4:in `require'
from /vagrant/config.ru:4
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:51:in `instance_eval'
from /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:51:in `initialize'
from /vagrant/config.ru:1:in `new'
from /vagrant/config.ru:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment