Questions tagged [ruby1.9]

6 questions
15
votes
2 answers

How to install the latest version of Ruby and Ruby on Rails in Ubuntu?

I installed Ruby with the command apt-get install ruby1.9.1, but when I enter ruby in the console, nothing happens. I have to use the command ruby1.9.1-v ruby 1.9.2p0 (2010-08-18 revision 29036) [i686-linux] But how do I call it with ruby and not…
BILL
  • 265
6
votes
2 answers

Why can't I set the default Ruby version in Ubuntu?

I'm trying to set my Ruby version to be 1.9.2, but I can't change it from the system Ruby installation. What am I doing wrong? My terminal output is: $ rvm list rvm rubies => ruby-1.9.2-p180 [ i386 ] $ rvm use default Using…
gsgx
  • 1,103
  • 5
  • 16
  • 26
2
votes
1 answer

`require': cannot load such file -- mkmf

I ran the following command and got a ``require': cannot load such file -- mkmf ` error message $ sudo gem install sensu-plugin --no-rdoc --no-ri Fetching:…
Anthony Kong
  • 5,318
2
votes
1 answer

How to make Notepad++ autocomplete with "end" word in Ruby?

Is it possible to set the Notepad++ that it would automaticly put end after I print class instruction: class MyClass // right after I print the first whitespace after 'class' instruction... end // ...NP++ automatically puts 'end' on the next line…
Green
  • 51
1
vote
0 answers

How to install Ultraviolet gem with Ruby 1.9.2 on Mac OSX 10.6 Snow Leopard

I am trying to install the Ultraviolet gem on my Mac but am getting errors. It tries to install oniguruma as a dependency which (to my understanding) is not needed since Ruby 1.9 includes the necessary regex libraries. How to install Ultraviolet gem…
Andrew
  • 15,494
0
votes
1 answer

Snorby with PostgreSQL installation issue in Mac OS X 10.10.2 (Yosemite)

Trying to setup Snorby for Snort with PostgreSQL on Mac OS X 10.10.2 (Yosemite) Snort 2.9.7.2 GRE (Build 177) PostgreSQL 9.4.1 ruby 1.9.3p551 (2014-11-13 revision 48407) [x86_64-darwin14.1.0] Here is what happens when I attempt to install it.…
drew1kun
  • 2,207