-
Notifications
You must be signed in to change notification settings - Fork 117
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
Windows cannot detect rails installation #72
Comments
Found the problem. It looks like the distributable (
Please note that the ruby version is downgraded from 2.2 to 2.1 here. |
I experienced the same problem after installing
So |
@DerJuggernawt Solved the exact same problem I had! |
I had the same problem. Not to be captain obvious but I replaced: "C:\Users\emachnic\GitRepos\railsinstaller-windows\stage" With my install directory: "C:\RailsInstaller" For everything in the "C:\RailsInstaller\Ruby2.2.0\bin" folder, which was found in 26 places over 13 files. |
OK! |
Same problem here on Win 10. Some bat files were correct other not. So resolution for me was: Replace With After that rails -v started to show version |
+1 |
I just installed it today and the problem still persists, but thankful for this thread to point out the fix. |
Still got same problem today.. Fixed it just like @DerJuggernawt did .... |
Could somebody please explain in more detail how to fix it. Thanks. |
Try this steps:
|
there are a bunch of old binaries distributed with this installer. so simply run the following:
|
The problem has not been fixed. Hiccups like this will eventually kill the Rails. |
I copied this from jayantbh: I opened all the files under C:\RailsInstaller\Ruby2.2.0\bin in Sublime Text, and replaced with Ctrl+Shift+F, This save your time also you must pay attention to the folder, in my specific case the version of ruby is 2.3.0, so you must the change the path for: En español: Abran Sublime y arrastren el folder bin de la instalación de rails (puede estar en C:\RailsInstaller\Ruby2.2.0\bin), luego presionan la combinación Ctrl+Shift+F para poder buscar y reemplazar en todos los archivos .bat al tiempo. Reemplazan, guardan y listo. Credits: jayantbh in "#73" |
Just installed, issue still happening. |
Please try with the latest version. |
I installed Rails from http://railsinstaller.org/en on my Windows 7 desktop and the installation went fine. However, after installation when I do:
Not sure what I am missing here because the installation worked for me in the past.
The text was updated successfully, but these errors were encountered: