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

Deprecation warnings for 3.3.5 on Rails 2.3.12 #60

Closed
brendon opened this issue Jul 13, 2011 · 2 comments
Closed

Deprecation warnings for 3.3.5 on Rails 2.3.12 #60

brendon opened this issue Jul 13, 2011 · 2 comments

Comments

@brendon
Copy link

brendon commented Jul 13, 2011

Hi there, I'm getting the following deprecation warnings as per the title of this issue:

DEPRECATION WARNING: ActiveSupport::Dependencies.load_paths is deprecated, please use autoload_paths instead. (called from evaluate_init_rb at /ree-1.8.7-2011.03@/gems/cells-3.3.5/rails/init.rb:19)
DEPRECATION WARNING: ActiveSupport::Dependencies.load_once_paths is deprecated and removed in Rails 3, please use autoload_once_paths instead. (called from evaluate_init_rb at /ree-1.8.7-2011.03@/gems/cells-3.3.5/rails/init.rb:23)

I've removed paths specific to my app from the above just in case they look funny :)

Is it possible to regress this back to the 3.3 branch?

@apotonick
Copy link
Member

Hi Brendon, this was fixed in ab1541b - go and give 3.3.6 a try!

@brendon
Copy link
Author

brendon commented Jul 14, 2011

Thanks for that, I tried 3.3.8 as it seems to be the latest in that release and just has gem changes in it.

The documentation still mentions installing 3.3.5 for rails 2 even in the latest branch. :)

Have a great day!

Brendon

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