Tagged Questions
2
votes
1answer
56 views
Rvm current and ruby-v not matching, $PATH errors?
I'm working on an RoR app, and I do not have sudo access to the server (CloudLinux Server release 6.3).
The server uses cPanel 11.36 which does not support Rails 3.x, so the admin used Passenger to ...
0
votes
2answers
40 views
I've installed 1.9.3 ruby version but --version shows me I have 1.8.7? [closed]
I had 1.8.7 ruby version on my computer. This afternoon I installed the 1.9.3 over my opensuse OS, but when I write "ruby --version" it says that I still have ruby 1.8.7.
I don't know Why... can ...
0
votes
3answers
53 views
Ruby version conflict using rvm
I have some conflicts of ruby version.
When I run ruby -v in my terminal (in osx), I get the 1.8.7 version. I tried to upgrade ruby version, installing rvm, with this command curl -L ...
1
vote
1answer
42 views
How to specify the Ruby version for a Heroku worker (eg. sidekiq)?
I am running sidekiq as a Heroku worker as shown in the following Procfile:
worker: bundle exec sidekiq -c 5 -v
I would like for it run on Ruby 1.9.3 instead of 1.9.1 as shown when running heroku ...
0
votes
1answer
44 views
Ruby/GSL online documentation for wrong version?
After successfuly installing Ruby/GSL library on my Debian (via *deb), with Ruby 1.9.3, I am having troubles running most of the GSL methods. Specifically, this webpage shows several code samples, but ...
0
votes
1answer
357 views
Trying to install ruby 1.9.3 with rbenv but keep getting ruby 1.8
Here is a list of commands that I have run to try and install ruby 1.9.3-p0 with rbenv but every time I run ruby --version I get 1.8.23. I'm not sure why this is?
Anderss-MacBook-Pro:anchor ...
1
vote
1answer
46 views
Storing version number in a Ruby Gem
How should I store the version number of my code inside a ruby gem?
I've seen two techniques in the wild:
<gem root>/VERSION which only contains your semver.
<gem ...
0
votes
3answers
138 views
How to get latest stable Ruby version from command line?
I'm interested in querying the latest stable version of Ruby from the command line. I'm primarily interested in a string of the form "1.9.3p327".
Update:
To clarify, the goal is to consistently ...
1
vote
0answers
231 views
“Make” error while upgrading to ruby 1.9.3-p374
Problem:
I a newbie to rails and was trying to get started with rails tutorials. While upgrading to a different version of ruby, I get the following error while trying to upgrade my ruby version from ...
1
vote
1answer
60 views
Installed rubygems1.9.1 but it reports version 1.3.5
I installed rubygems1.9.1 on a pretty clean Lucid VM.
$ sudo apt-get install rubygems1.9.1
...
The following extra packages will be installed:
irb1.9.1 libreadline-ruby1.9.1 libreadline5 rdoc1.9.1
...
0
votes
3answers
388 views
Issue with Rails after RVM installation
I had the Rails 3.2.9 installed before I did the following.
I installed RVM using the command 'curl -L https://get.rvm.io | bash -s stable --ruby' referring https://rvm.io/rvm/install/
Then ruby ...
0
votes
4answers
56 views
Using the Right Ruby Version With RVM on Ubuntu
There is a discrepancy between my ruby version of RVM, and the actual version that my system seems to use.
Discrepancy:
max@max-VirtualBox:~/ruby/app$ ruby -v
ruby 1.8.7 (2011-06-30 patchlevel 352) ...
0
votes
2answers
61 views
upgrade ruby version without rvm
just did apt-get install ruby.1.9.1 installing it successfully. Now I do ruby -v, but it's still 1.8.7. Why won't it use the newly installed version? I don't know why, but I can't find anything via ...
1
vote
1answer
142 views
How does the ruby gem dependency resolution work?
I'd like to know how gem handles its dependency resolution.
For example when I want to install the gem foodcritic, it has a dependency on nokogiri in the version 1.5.0.
I unpacked ...
5
votes
2answers
241 views
CarrierWave with custom processor not registering
I am using carrierwave to upload a video then have a version called thumb with a custom processor that takes the video and creates a screenshot using streamio-ffmpeg. Both the video and the file are ...
0
votes
2answers
404 views
Ruby Version Confusion
Need a bit of help with installing Ruby and RoR
I installed everything initially last weekend (15/09/2012) including
Ruby, RoR and RubyMine. I've just opened a Command Prompt on my win 7
64bit box ...
5
votes
1answer
356 views
Programmatically getting FULL Ruby version?
I know it's possible to get the Ruby version (e.g. "1.9.3") via the RUBY_VERSION constant. However, I want to know how to go about determining the exact version (e.g.: "1.9.3-p0"). The reason is ...
0
votes
1answer
215 views
Aptana Studio 3 embedded terminal using wrong version of ruby
I just installed ruby 1.9.3 with pik on Windows 7.
When I run ruby -v in a cmd prompt, I get back ruby version 1.9.3 as expected. But when I run ruby -v in the embedded terminal in Aptana Studio 3, ...
2
votes
3answers
657 views
Rake at wrong version despite fresh uninstall/install procedures
I am trying to install RedMine on a server.
During the procedures as explained here i am supposed to run
rake generate_secret_token
However, i am getting this error:
(in /home/var/redmine)
rake ...
0
votes
3answers
1k views
Beginning with Ruby on Rails. How do Gemfile and how gems work when specifying versions to download?
I tried reading the documentation but this still wasn't clear to me:
Suppose my I have the following statements in my Gemfile:
source 'https://rubygems.org'
gem 'rails', '3.2.2'
# Bundle edge ...
1
vote
2answers
1k views
Two versions of rake installed = errors
I've just upgraded to ruby 1.9.3 and rails 3.2.2. I'm trying to create this application:
rails new myapp -m ...
4
votes
4answers
556 views
Where can I find a list of the various rails versions?
I'm having an issue with rails 3.0.7 that led me to this subquestion:
Where can I find the list of rails version for 3.0, e.g. 3.0.0, 3.0.1, 3.0.11,. etc. ?
I've googled and looked at wikipedia and ...
8
votes
1answer
3k views
What are the alternatives to Ruby Version Manager (rvm)? [closed]
rvm had a substantial impact on ruby programming and for a long time brought lasting benefits to us, but honestly I need to stay agile and informed about other possibilities at this point. Lately I ...
0
votes
1answer
90 views
Any suggestion for a stable and compatible version of Ruby on rails
Ok, there are similar question about this but I'm going a little bit further. I started working with Rails 3.2 but many of the things I wanted to do were not yet compatible. For example I was ...
16
votes
2answers
3k views
ruby - list all versions of a gem available at remote site
I'm trying to find out all the remotely available versions of a specified gem
I tried with
gem list rhc --remote
but it shows
*** REMOTE GEMS ***
rhc (0.84.15)
rhcp (0.2.18)
rhcp_shell (0.2.12)
...
0
votes
2answers
93 views
Can I switch versions of Ruby dynamically using RVM?
I'm working on building a GUI for my checkers implementation. I'm utilizing a GUI framework that only works with Ruby 1.8, yet my game engine, which I have packaged as a gem, only works with Ruby 1.9. ...
1
vote
1answer
235 views
Ruby Marshal::Load 1.8.1 File From 1.9.3
Is it possible to Marshal::load a file that was dumped with ruby version 1.8.1 from ruby 1.9.3?
2
votes
1answer
121 views
RubyMine - ruby - what does [global] mean in rvm, should i use a global or non-global sdk
When picking from a list of RVM versions, for many versions I see two versions, as in:
RVM:ruby-1.9.2-p180 [global]
plus also:
RVM:ruby-1.9.2-p180
Does it matter which I use?
1
vote
3answers
169 views
Which ruby version is installed?
Sounds strange but I cannot tell which ruby version is installed. If I do
rvm rubies
I get
ruby-1.9.2-p180 [ i686 ]
but with
ruby -v
I get
ruby 1.8.7 (2010-08-16 patchlevel 302) [i686-linux]
...
1
vote
1answer
158 views
Defining gem version in Gemspec
What is best when creating a gem:
defining the version as a string in the gemspec, or
referencing SomeGem::VERSION constant, stored in SomeGem/version for the version?
I realise that I can do ...
1
vote
2answers
2k views
Replace default Ruby version in OSX Lion
I don't have any 1.8.x Ruby apps to maintain so I was thinking about getting rid of RVM by replacing pre-installed Ruby with the 1.9 version on my OS X Lion.
Is it possible? How do I do it? Should I ...
1
vote
1answer
180 views
Installing multiple versions of Ruby 1.9.2 using RVM
I am trying to setup Ruby 1.9.2-p180 on my system for project specific purposes. I already have Ruby 1.9.2-p134 and Ruby 1.8.7 with me.
Do I need to replace Ruby 1.9.2-p134 with Ruby 1.9.2-p180 or ...
6
votes
4answers
5k views
Use older version of Rake
I have Rake version 0.9.1 but I need to use 0.8.7 for a project, and I'm fairly certain I have both version installed but it always uses 0.9.1 by default. Is there a way to specify which version of ...
1
vote
2answers
451 views
Is it okay to use Rails 3.1 for a new project? Is hard to convert over?
I have just started using 3.0.7. I am about 2 weeks of development in.
I was wondering if I should keep building for 3.0.7 or switch to 3.1 before I have too much code to port over? I like most of ...
1
vote
1answer
89 views
Making scripts use 1.8.7 and Rails use 1.9.2
In order to use my system management scripts that I have made for my system, I need to run them under Ruby 1.8.7. However, a Rails book that I am reading requires me use 1.9.2. I have both installed ...
1
vote
1answer
149 views
How can I trap LoadError exceptions in Ruby 1.9 and 1.8?
I have a bunch of Ruby 1.8.x scripts that require ftools.
How can I make these scripts stop throwing exceptions when I run them in ruby 1.9?
I want to preserve as much as possible, so that the ...
1
vote
2answers
393 views
Unable to run tests in a rails app due to rubygems (LoadError)
I am trying to run some basic tests in my rails app following the edgeguides.
My rails app is working fine, it's only when trying to run the tests.
When running a test, I get:
...
0
votes
2answers
329 views
How to upgrade from Ruby 1.9.2p0 to ruby 1.9.2p180 without rvm?
I have searching around for upgrading ruby 1.9.2p0 to ruby 1.9.2p180 as I got some compatibility issues in my application. I searched on web and studied but am unable to do it. I know that this has ...
1
vote
1answer
577 views
Managing conflicting versions of ruby gems
I am building a framework that loads user provided ruby code. It is basically a plugin mechanism. I want the user provide ruby code to be able to require gems of its own. I intend to have the ...
0
votes
1answer
324 views
ruby version downgrade issue
I have install rails 3.0.3 and 2.3.8 as well.So I have both version of rails.Now i want to use 2.3.8 version .But when I creating project its giving error ,and asking for using the command :"rails ...
13
votes
1answer
844 views
Gem dependencies versions meaning
Gem dependency version can be specified with prefixes =, <, >, <=, >= and ~>. I understand all except last one, what does ~> mean?
2
votes
2answers
467 views
Getting Textmate to recognize Ruby version upgrade
I used the instructions at http://bparanj.blogspot.com/2010/06/installing-ruby-191-on-snow-leopard.html to install Ruby version 1.92 on my Mac running Snow Leopard. The only deviation is in step 3, ...
11
votes
2answers
10k views
How do I require a specific version of a ruby gem?
Specifically, the ruby-oci8 gem. I have both 1.0.7 and 2.0.4 installed. I want 1.0.7.
I can just require oci8, but I don't get the version I want.
irb(main):001:0> require 'oci8'
=> true
...
4
votes
3answers
322 views
Learning Ruby - 1.8 or 1.9 version?
I've been learning Python for a while, but the projects I want to do are better suited for Ruby, for example the SAC API for CSS is available in Ruby (and C & Java).
Anyhow, which version of ...
2
votes
2answers
571 views
How can my Rails app accept RAILS_GEM_VERSION minor version bumps
My rails project has this line in /config/environment.rb
# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION
As we ...
0
votes
2answers
450 views
-1
votes
1answer
277 views
Things to do before upgrading Ruby
What should I do before upgrading to the latest version of Ruby? any tips?
Update
sorry for my unclear question.
my condition: I've upgraded my Ruby from 1.8.7 to 1.9.1p243. It makes me can not use ...
1
vote
1answer
106 views
What is the difference between the different Ruby 1.9 builds?
There are quite a few versions of Ruby 1.9 floating around. There are a few Ruby 1.9 builds for the different operating systems at the official Ruby language site here:
...
3
votes
4answers
3k views
Resolve multiple versions of rubygems
I have what looks like multiple versions of rubygems installed on my machine, when i gem list i see all my gems, but when i go to run scripts, i get error messages like
Missing these required gems:
...
8
votes
4answers
2k views
Checking version of file in Ruby on Windows
Is there a way in Ruby to find the version of a file, specifically a .dll file?





