Questions tagged [railsinstaller]

Install Ruby on Rails / Ruby on Windows and OSX with easy.

Railsinstaller is an opensource project.

45 questions
1
vote
0 answers

RailsInstaller applications will not let me update Ruby to most recent version

Since I installed RailsInstaller for Mac OSX 10.7, I'm not able to update Ruby. Here's the error I get: Error running 'env LDFLAGS=-L/opt/sm/pkg/active/lib CFLAGS=-O3 -I/opt/sm/pkg/active/include CPATH=/opt/sm/pkg/active/include ./configure…
1
vote
2 answers

Attempting to re-install Ruby (version 2.0.0) on Rails (version 4.0.0) on Windows 7

I had Ruby-on-Rails installed, but it was Ruby version 1.9.3. It was installed via the Railsinstaller. Since I am just starting in RoR, I wanted to start with the most updated versions to go through the Ruby on Rails Tutorial. Rails was easy enough…
user2603293
  • 71
  • 10
1
vote
1 answer

RubyInstaller - ERROR: Failed to build gem native extension

I installed RailsInstaller and added DevKit and DevKit/mingw to PATH When I execute bundle install I got: ERROR: Failed to build gem native extension. "C:/Program Files (x86)/RailsInstaller/Ruby1.9.3/bin/ruby.exe" extconf.rb C:/Program Files…
Ouadie
  • 13,005
  • 4
  • 52
  • 62
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

Configuring MySQL with Rails 3 (railsinstaller)

I am on Windows 7 and trying to use MySQL with Rails 3, I am beginner and just reading Rails tutorials, there is this configuration given: development: adapter: mysql2 encoding: utf8 database: blog_development pool: 5 username:…
Hafiz
  • 4,187
  • 12
  • 58
  • 111
0
votes
0 answers

How to install Ruby On Rails on Windows 10 using Rails Installer

I am trying to create a new Ruby On Rails project. I am following the official Getting Started with Rails guide. After running the Rails Installer for Ruby 2.2 I attempt to create a new project by running rails new blog and get the following…
David
  • 1
  • 1
0
votes
1 answer

Ruby on rails bundler and github ssl error

Recently started having this issue: when trying to run bundle update or install I get fatal: unable to access 'https://github.com/nomaddc/country_select.git/': error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version Retrying…
rails9231
  • 39
  • 1
  • 6
0
votes
0 answers

Rails - The system cannot find the path specified ( Path change fix does not work)

I have been using Rails fine but when I went to do a Bundle install on a new project it just will not work anymore. it wont even work on my old projects. I have tried the solutions posted in this thread but all that happens is that I do not get the…
RyanD
  • 1
  • 2
0
votes
1 answer

uninitialized constant AppGenerator::Config Error

I actually upgraded from Ubuntu 13.10 to Ubuntu 16.04 My rails was working fine in the previous versions. I am removing rvm and reinstalling from scratch. Yet I get this error always when I try to invoke the server uninitialized constant…
Vivek S
  • 107
  • 2
  • 13
0
votes
0 answers

Ruby on Rails wrong path to logs (on Windows)

I have a problem with Ruby on Rails setup after re-installing Windows 10. I used RailsInstaller (v. 3.2.0 - with Ruby 2.2.0 and Rails 4.2.6). After installation I fixed path error in *.bat files (as usual, u know), create new project and run…
Dmitry T.
  • 464
  • 4
  • 12
0
votes
2 answers

Git Issue [Windows]: git push fatal error. GitBash and cmd not in Sync

I'm new to git. I'm trying to push my new project up to my bitbucket repo but it doesn't seem to be working. I've added my ssh key correctly and run: git remote add origin git@bitbucket.org:/hello-app.git username has been replaced by my…
Chris Parry
  • 124
  • 2
  • 10
0
votes
1 answer

Error while installing railsinstaller

I downloaded railsinstaller 2.1 on my PC. Every time I try to install it I get Error 5: access denied. Setup was unable to create directory "C:\Sites\todo" Since it's giving me an access denied error, I should run the installer as administrator.…
Ray
  • 9,184
  • 3
  • 27
  • 44
0
votes
1 answer

Rails installer on windows 8.1

I installed rubyinstaller 3.0 on my computer windows 8.1 and when I launch command line, I have the following message: DL is deprecated, please use fiddle. When I created new project, I received this message : "Gem::RemoteFetcher::FetchError:…
myzen2
  • 1
  • 1
0
votes
1 answer

Windows (RVM) vs Linux (jruby): how to fix different gem requirements?

I suffer incompatible gem requirements when creating a Rails App on Windows (RVM) and deploying them to Linux (jRuby). How can I reconfigure the Rails requirements on the Linux/jRuby side, so I can bundle and run the app? Since debug_inspector only…
Joe
  • 741
  • 1
  • 5
  • 6
0
votes
0 answers

Terminal and Control panel shows different version of ruby

I type ruby -v and this shows ruby version 2.1.5p273 but in my control panel, ruby version is 2.2.1-p85 I tried to change the version with rvm use ruby-2.2.1 in the terminal but it returns 'rvm' as not internal or external command. I am using…