I installed the Jekyll Gem on Windows via a Ruby installation using the RailsInstaller distribution.
When I try to run jekyll build or any command that includes that as a subcommand, I get the following error:
2013-03-08-response-ruby-interfaces.md…
I previously had Rails installed on OS X 10.8.2 Mountain Lion, but I just recently reformatted my hard drive and am in the process of setting up the computer again.
I've downloaded RailsInstaller as I believe that's how I installed Rails on 10.8…
I m using railsinstaller
http://localhost:3000/wage
Next page
http://localhost:3000/wage/results?hours=23
I try to access
myip:3000/wage
But it shows ERR_CONNECTION_REFUSED
I get the myip from ipconfig-->ipv4
Is the url wrong or configuration…
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…
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…
I'm on Windows, and am on a restricted network and cannot download the latest version of RailsInstaller (Ruby 1.9.3-p392, Rails 3.2), so I went with an older Windows version (Ruby 1.8.7-p352, Rails 3.0.7).
I have a working installation, but would…
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,…
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…
I have installed Rails version 5.1.3 on windows 10 via RailsInstaller and I tried to create a new application:
C:\RubyOnRails>rails new Hello
I'm getting an error installing sqlite3:
sqlite3.h is missing. Install SQLite3 from…
I am using Windows 10 and have installed Ruby on Rails and all the other components with rails installer while actually following the instructions here:
http://installfest.railsbridge.org/installfest/create_a_heroku_account
While after installing…
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…
I recently installed railsinstaller on my computer, but have noticed that the installation for git that came with the application is old. I wanted to install it through the git installer, but it never showed me where I would like for the location of…
I am trying to create a first cucumber feature on Windows 8.1.
I installed Ruby using RailsInstaller.
rails --version
Rails 4.0.0
ruby -v gives
ruby 2.0.0p195 (2013-05-14) [i386-mingw32]
gem list includes
*** LOCAL GEMS ***
actionmailer (4.0.0,…
I started to learn Ruby on Rails while ago so now I am going back and starting again. I have found that I do not have rails installed but I do have jewellery box and ruby installed. Will installing the rails installer again effect these or just add…