On Feb 16, 8:15 pm, Patrick Bayford <[email protected]> wrote:
>
> Just been able to do a thorough check - changing the code page has no
> effect at all on this error. I append the results from a command-prompt
> window.
> C:\Ruby192>chcp 1252
> Active code page: 1252
>
> C:\Ruby192>gem install jquery-rails -v '1.0.19'
> ERROR:  While executing gem ... (ArgumentError)
>     invalid byte sequence in US-ASCII
>

Can you run the same gem install command with -V?

gem install jquery-rails -v "= 1.0.19" -V

Use Pastie/Gist to post the entire backtrace

That will help us figure out where the error is coming from.

Also, ensure you have latest RubyGems (gem update --system)

--
Luis Lavena

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to