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…
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…
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…
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…
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:…
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…
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…
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…
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…
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…
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…
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.…
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:…
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…
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…