Skip to content

Instantly share code, notes, and snippets.

@tanelsuurhans
Created May 27, 2011 14:24
Show Gist options
  • Save tanelsuurhans/995346 to your computer and use it in GitHub Desktop.
Save tanelsuurhans/995346 to your computer and use it in GitHub Desktop.
require ::File.expand_path('../config/environment', __FILE__)
use FlashSessionCookie
run Shoperb::Application
gems/railties-3.1.0.rc1/lib/rails/commands/server.rb:46:in `app': undefined method `instance' for #<FlashSessionCookie:0x000001051af738> (NoMethodError)
from gems/rack-1.3.0/lib/rack/server.rb:301:in `wrapped_app'
from gems/rack-1.3.0/lib/rack/server.rb:252:in `start'
from gems/railties-3.1.0.rc1/lib/rails/commands/server.rb:70:in `start'
from gems/railties-3.1.0.rc1/lib/rails/commands.rb:54:in `block in <top (required)>'
from gems/ruby-1.9.2-p180@shoperb/gems/railties-3.1.0.rc1/lib/rails/commands.rb:49:in `tap'
from gems/ruby-1.9.2-p180@shoperb/gems/railties-3.1.0.rc1/lib/rails/commands.rb:49:in `<top (required)>'
from script/rails:6:in `require'
from script/rails:6:in `<top (required)>'
from -e:1:in `load'
from -e:1:in `<main>'
Exiting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment