Nadal
2010-Nov-08 06:13 UTC
Getting Rack::Session::Abstract::SessionHash error with rails edge
I am getting Rack::Session::Abstract::SessionHash error with rails edge when I start server. Code works fine with rails 3.0.1 . What''s the fix? Thank you all. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Emilio Tagua
2010-Nov-10 14:37 UTC
Re: Getting Rack::Session::Abstract::SessionHash error with rails edge
On Mon, Nov 8, 2010 at 3:13 AM, Nadal <node.js99@gmail.com> wrote:> I am getting Rack::Session::Abstract::SessionHash error with rails > edge when I start server. > > Code works fine with rails 3.0.1 . > > What''s the fix?Use edge Rack from git repo: gem ''rack'', :git => ''git://github.com/rack/rack.git'' https://rails.lighthouseapp.com/projects/8994/tickets/5778-edge-rails-sends-include-to-uninitialized-constant-racksessionabstractsessionhash -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Peter Ehrlich
2011-Aug-23 22:11 UTC
Re: Getting Rack::Session::Abstract::SessionHash error with rails edge
For any googlers coming in: I was getting the error: Could not find gem ''rack (~> 1.3.2)'', which is required by gem ''rails (= 3.1.0.rc6)'', in any of the sources. Which was fixed by: gem ''rack'', :git => ''git://github.com/rack/rack.git'', :branch => ''rack-1.3'' unfortunately, the underlying issue remains. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/7oLRFmKTAFIJ. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Maybe Matching Threads
- Getting Rack::Session::Abstract::SessionHash error with rails edge
- rspec2 not working with shoulda
- How to add an after_save callback on runtime on a particular instance
- Disabling zap echo cancellor from dialplan
- Edge Rails 3: Mongrel stuck in infinite loop, Unicorn missing uninitialized constant Rack::Runtime