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

noob dependency question #6

Closed
laboratories opened this issue Oct 6, 2010 · 3 comments
Closed

noob dependency question #6

laboratories opened this issue Oct 6, 2010 · 3 comments

Comments

@laboratories
Copy link

I am trying to run nestful under MacRuby (Ruby 1.9.2)

I have successfully installed the gems for
activesupport-3.0.0.rc2
and installed nestful-0.0.3

at runtime ( require 'nestful' ) the system is claiming a dependency on i18n
(even though there seems to be no reference to it)
I get a
"You don't have i18n installed in your application. Please add it to your Gemfile"
after installing i18n I get a
"incompatible character encodings: UTF-8 and ASCII-8BIT (Encoding::CompatibilityError)"

Im not sure if this error is because of nestful or because of activesupport
any clues would be most helpful
thx

@maccman
Copy link
Owner

maccman commented Oct 6, 2010

Can you link to a a pasted stacktrace?

@laboratories
Copy link
Author

ahh well there's the problem with being a Noob
I can use a standard way of doing that like

require 'nestful'
begin

code that raises exception

rescue Exception => e
puts e.backtrace
end

but I get the same error and no stacktrace
I guess I would have to talk all your code and and place it into a program?
so that there was no "require" needed?

I'm not sure if I'm barking up the right tree or not

thanks for the help in advance

lab.

@maccman maccman closed this as completed Aug 15, 2011
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