Created
December 10, 2009 16:28
-
-
Save acid/253436 to your computer and use it in GitHub Desktop.
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
fileservr:/usr/local/development/tnl-com# rake middleware --trace | |
(in /usr/local/development/tnl-com) | |
** Invoke middleware (first_time) | |
** Invoke environment (first_time) | |
** Execute environment | |
** Execute middleware | |
use Rack::Lock | |
use ActionController::Failsafe | |
use FlashSessionCookieMiddleware, "_tnl-com_session" | |
use ActiveRecord::ConnectionAdapters::ConnectionManagement | |
use ActiveRecord::QueryCache | |
use ActiveRecord::SessionStore, #<Proc:0x5cd7f9@(eval):7> | |
use ActionController::ParamsParser | |
use Rack::MethodOverride | |
use Rack::Head | |
use ActionController::StringCoercion | |
run ActionController::Dispatcher.new | |
fileservr:/usr/local/development/tnl-com# jruby script/console | |
Loading development environment (Rails 2.3.5) | |
>> FlashSessionCookieMiddleware | |
NameError: uninitialized constant FlashSessionCookieMiddleware | |
from /usr/local/jruby-1.4.0/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:443:in `load_missing_constant' | |
from /usr/local/jruby-1.4.0/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:80:in `const_missing_with_dependencies' | |
from /usr/local/jruby-1.4.0/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:92:in `const_missing' | |
from (irb):2 | |
>> FlashSessionCookieMiddleware.new(nil) | |
NameError: uninitialized constant FlashSessionCookieMiddleware | |
from /usr/local/jruby-1.4.0/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:443:in `load_missing_constant' | |
from /usr/local/jruby-1.4.0/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:80:in `const_missing_with_dependencies' | |
from /usr/local/jruby-1.4.0/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:92:in `const_missing' | |
from (irb):3 | |
>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment