Installing Rails with Gem, Error Loading Command: Install Undefined Method 'Invoke_With_Build_Args'

installing rails with gem , error loading command : install undefined method 'invoke_with_build_args`

For who compile from source, they must checked dependencies. I think you need to install this library :

sudo apt-get install libssl-dev

Then you must recompiled ruby and everything worked.

Error while installing Rails gem on Windows

As mentioned in this link

Run this command:

chcp 1252

And run your command again.

What could be the cause of this LoadError while trying to install a gem?

Try unistalling date with:

gem uninstall date

error to installing sass with gem in windows 8.1

This command will fix it -- you need to change the code page of the current terminal.

chcp 1252

What can I do to resolve this error when trying to install bundler?

it's a known issue - rubygems 2.0.0 requires openssl, run this:

rvm get head
rvm reinstall 2.0.0 --autolibs=3


Related Topics



Leave a reply



Submit