Questions tagged [railsinstaller-windows]
19 questions
8
votes
2 answers
Rails server not working?
I'm following the first Ruby on Rails 3 tutorial from PeepCode and at around 27-29 minutes in, they have us start the Rails server. To the best of my knowledge, I have Rails (and Ruby) successfully installed.
When I run the command rails server…

Bhaxy
- 5,346
- 10
- 39
- 41
4
votes
2 answers
Permission denied (publickey). fatal: Could not read from remote repository
I've read most of the related issues and tried most of the solutions but nothing has worked for me.
I have installed Rails and Git through RailsInstaller and I'm trying to upload my rails application into heroku from Windows 7 but I keep getting…

Sharethefun
- 804
- 3
- 17
- 33
2
votes
2 answers
An error occurred while installing bootsnap (1.4.4), and Bundler cannot continue after rails new in win10
An error occurred while installing bootsnap (1.4.4), and Bundler
cannot continue. Make sure that gem install bootsnap -v '1.4.4'
--source 'https://rubygems.org/' succeeds before bundling.
In Gemfile: bootsnap
I tried installing rails with…

TheBAST
- 2,680
- 10
- 40
- 68
2
votes
2 answers
`rails s` says "`require': cannot load such file -- pty (LoadError)" in Windows RailsInstaller
I have just installed RailsInstaller on my Windows 10 PC. I am not able to run rails s or rails g controller StaticPages home help.
I have also tried to fix this by installing the zeus gem as suggested by this related StackOverflow question but had…

abhimanyuaryan
- 3,882
- 5
- 41
- 83
2
votes
2 answers
Rails Installer + Cygwin: How to best use the ruby version of the rails installer inside Cygwin?
I've just installed my Windows setup for working on Ruby on Rails through RailsInstaller. On the Windows command line it all works well. I'm also using cygwin, which install by default its own version of ruby. That doesn't work along well with…

ChuckE
- 5,610
- 4
- 31
- 59
2
votes
4 answers
Why is 'ruby' not recognized as an internal or external command?
Path in user variable is the default path from the installation:
C:\RailsInstaller\Git\cmd;C:\RailsInstaller\Ruby1.9.3\bin
Path in system variable is directed to:
C:\RailsInstaller\Ruby1.9.3\bin
When I open the Command Prompt with Ruby and Rails,…

Han Qiu
- 21
- 1
- 1
- 2
1
vote
1 answer
RailsInstaller on Windows 7 64bit?
I tried to use the Rails Installer to get a ruby on rails environment on my Windows 7 64bit today and the .exe won't run because it's made for 32bit instead of 64bit.
Update When I try to start the installer, this message pops up:
Here is the…

cringe
- 13,401
- 15
- 69
- 102
1
vote
1 answer
cannot load such file -- nokogiri
I installed Ruby on Rals using RailsInstaller for Windows (I have Windows 10)
when I try to run the first application, I have an error after rails server:
…

Gaka
- 117
- 7
1
vote
1 answer
Rails not installing with RailsInstalles, despite no error message
I have downloaded the latest Rails Installer .exe for windows. I have run it and everything seems to have worked successfully, I get the following output when checking:
$ ruby -v
ruby 2.2.4p230 (2015-12-16 revision 53155) [i386-mingw32]
$ gem…

George Edwards
- 8,979
- 20
- 78
- 161
0
votes
1 answer
Railsinstaller trying to use unmapped drive
After installation completes,
the "Rails Environment configuration" window pops up:
The system cannot find the drive specified.
# Rails Environment Configuration.
Your git configuration is incomplete.
user.name and user.email are required for…

avj
- 1,626
- 1
- 19
- 23
0
votes
1 answer
"gem install therubyracer" fails with error message "libv8 requires python 2 to be installed in order to build"
I am following a tutorial for using Ruby and Sinatra.
I am using Windows 10. I downloaded RailsInstaller and I was following a section where I need to install the gems coffee-script and therubyracer. coffee-script installed but not therubyracer, I…

JHero23
- 149
- 3
- 10
0
votes
1 answer
Why is Ruby not updating after updating with Ruby Installer?
I am currently have Ruby version 2.2.6 installed on my Windows 10 machine but need to update order to use the shopify_app gem. I downloaded Ruby 2.5.1-2 (x64) wıthout the devkit as it says on the Ruby Installer site and followed the prompts. I…

Owen
- 361
- 1
- 5
- 16
0
votes
1 answer
The 'puma' native gem requires installed build tools
I have got this error when running bundle install
Gem::InstallError: The 'puma' native gem requires installed build tools.
Please update your PATH to include build tools or download the DevKit
from 'http://rubyinstaller.org/downloads' and follow…

bent al7egaz
- 53
- 7
0
votes
0 answers
Railsinstaller 3.2.0 with ruby 2.2.3 on windows
I am installing rails through railsinstaller 3.2.0.exe file on my window but with this file I got ruby version 2.2.4 and i need ruby version 2.2.3.
Is it possible to change the ruby or rails version with railsinstaller package?

urjit on rails
- 1,763
- 4
- 19
- 36
0
votes
2 answers
rails --version command not working on Windows
I installed Rails from http://railsinstaller.org/en on my Windows 7 desktop and the installation went fine. However, after installation when I do:
C:\Sites>rails --version
The system cannot find the path specified.
C:\Sites>ruby -v
ruby 2.2.4p230…

Nital
- 5,784
- 26
- 103
- 195