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

Deprecated call in lib/data_table.rb when using Rails 4.1.6 #16

Closed
donmcclean opened this issue Nov 6, 2014 · 1 comment
Closed

Deprecated call in lib/data_table.rb when using Rails 4.1.6 #16

donmcclean opened this issue Nov 6, 2014 · 1 comment

Comments

@donmcclean
Copy link

Using data_table v0.4.13 with Rails 4.1.6 results in the warning:

You have required active_support/core_ext/object/to_json. This file will be removed in Rails 4.2. You should require active_support/core_ext/object/json instead.

I believe this is caused by line 3 in the data_table.rb file:

require "active_support/core_ext/object/to_json"

Regards,
Don McClean

@jasondew
Copy link
Owner

Hi @donmcclean thanks for the report! I'll have a look.

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