Rails -v giving message "DL is deprecated, Please use Fiddle"

https://lh3.googleusercontent.com/-TZWgdybdzoI/VcTeZYxtWgI/AAAAAAAAABE/zUIql-Gycrs/s1600/raile-v-error.png
Hi…
I have installed Ruby on rails from railsinstaller.org
When I run* rails -v* in git bash it’s giving me the error "DL is
deprecated, Please use Fiddle"as it displays in the screen shot…
When i type* gem install rails* it’s showing error : loading command:
install
Can anybody help me to solve this issue…

Me too, i think this issue it’s specified to windows, because i use
linux
on a vagrant machine and it works fine on it , i recommend for you ti
use
vagrant for rails development on windows

Le vendredi 7 août 2015 19:35:21 UTC+1, Zif a écrit :

On Friday, August 7, 2015 at 7:35:21 PM UTC+1, Zif wrote:

Hi…
I have installed Ruby on rails from railsinstaller.org
When I run* rails -v* in git bash it’s giving me the error "DL is
deprecated, Please use Fiddle"as it displays in the screen shot…
When i type* gem install rails* it’s showing error : loading command:
install
Can anybody help me to solve this issue…

The message about DL is just a warning - you can safely ignore it. By
the
looks of things rails is installed so you don’t need to install it
again,
but the output from gem install rails might be helpful to diagnose that
issue.

Fred