Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uninitialized constant ActiveRecord::Serialization::Serializer on Rails 3 RC #4

Open
obrie opened this issue Aug 6, 2011 · 1 comment
Assignees

Comments

@obrie
Copy link
Member

obrie commented Aug 6, 2011

Emmanuel Nicolau opened this issue

@@@ ruby

uninitialized constant ActiveRecord::Serialization::Serializer
/Users/Emma/.rvm/gems/ruby-1.9.2-rc2/gems/enumerate_by-0.4.4/lib/enumerate_by/extensions/serializer.rb:115:in <top (required)>&rsquo; /Users/Emma/.rvm/gems/ruby-1.9.2-rc2/gems/enumerate_by-0.4.4/lib/enumerate_by.rb:3:in<top (required)>’
/Users/Emma/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0.rc.2/lib/bundler/runtime.rb:64:in require&rsquo; /Users/Emma/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0.rc.2/lib/bundler/runtime.rb:64:inblock (2 levels) in require’
/Users/Emma/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0.rc.2/lib/bundler/runtime.rb:62:in each&rsquo; /Users/Emma/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0.rc.2/lib/bundler/runtime.rb:62:inblock in require’
/Users/Emma/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0.rc.2/lib/bundler/runtime.rb:51:in each&rsquo; /Users/Emma/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0.rc.2/lib/bundler/runtime.rb:51:inrequire’
/Users/Emma/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0.rc.2/lib/bundler.rb:114:in `require’
...
@@@

original LH ticket

This ticket has 0 attachment(s).

@ghost ghost assigned obrie Aug 6, 2011
@rmw
Copy link

rmw commented Sep 12, 2011

I am also having this issue. The problem is that Serialization::Serializer no longer exists in Rails > 2.3.8 and neither do the methods in alias_method_chain. I am working on a solution. Let me know if you are also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants