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

Missing dependency in init.rb #8

Closed
chancancode opened this issue Apr 23, 2009 · 3 comments
Closed

Missing dependency in init.rb #8

chancancode opened this issue Apr 23, 2009 · 3 comments

Comments

@chancancode
Copy link
Contributor

init.rb is not listing 'json' as a dependency.

@mbleigh
Copy link
Owner

mbleigh commented Apr 23, 2009

I fixed this at some point but I'm not sure exactly when.

@chancancode
Copy link
Contributor Author

I might be missing something, but as of now there is a "require 'json'" line, but missing the corresponding "config.gem 'json'" line.

@mbleigh
Copy link
Owner

mbleigh commented Apr 23, 2009

I didn't add config.gem 'json' since there are so many different JSON libraries that are available. If you're on JRuby for example, you can't use the 'json' gem and have to use json pure instead. I would recommend adding it to your app's env.rb; I may update the documentation soon to reflect this.

This issue was closed.
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