0
votes
1answer
271 views

rvm install error running 'requirements_osx_port_install_port'

Im trying to install rvm on my machine and select a version but im getting this horrible error can anybody help? I need to install dandelion deploy but cannot due to this problem. Error running ...
0
votes
2answers
264 views

Issues installing CocoaPods

I'm trying to get CocoaPods set up in OSX (I'm running 10.8.2) - so I run sudo gem install cocoapods It succeeds and I get - 'Successfully installed cocoapods-0.17.2 1 gem installed' Then...I try ...
1
vote
3answers
207 views

Ruby gem rmagick won't install on Mac OS X

I understand that this question has been asked a lot earlier, but none of the solutions worked for me and I'm really desperate right now. I'm trying to get rMagick to install using gem for an ...
7
votes
3answers
1k views

Can't install rubygems with ruby 2.0.0

I've been trying to install rubygems for hours, but it keeps failing. The error is: Installing rubygems-2.0.3 for ...
8
votes
4answers
2k views

gem install fails with openssl failure

I tried to install cocoapods (http://cocoapods.org/) on my OSX Mountain Lion. moshe-mbp:~ moshem$ gem install cocoapods ERROR: Could not find a valid gem 'cocoapods' (>= 0), here is why: ...
0
votes
1answer
49 views

Cant create database for ruby on rails

I've just starting ruby on rails and I am still busy setting everything up running.. the problem that I encounter is that it keeps saying that mysql2 is not part of a bundle.. I have googled it ...
0
votes
2answers
86 views

Permission issues using terminal for ruby rails an rubymine

Just started learning ruby on rails. Currently trying to install a few gems having issues with permission Last login: Tue Dec 4 19:21:30 on ttys000 unknown-00-1c-b3-c0-49-e2:~ Wushu$ gem install ...
0
votes
1answer
308 views

“gem install bundler” won't work with a project that includes a gemset(rvm) in Mac OS x 10.8.1

My problem is summarized in the following lines: Joses-MacBook-Pro:~ jose$ cd Estate/ Using /Users/jose/.rvm/gems/ruby-1.9.2-p290 with gemset realstate Joses-MacBook-Pro:Estate jose$ bundle ERROR: ...
1
vote
3answers
713 views

Can't install gem mysql on OSX

I can't install mysql gem on my 10.8 (mac osx) machine. I installed mysql with homebrew by $brew install mysql then I do: $sudo gem install mysql Building native extensions. This could take a ...
0
votes
1answer
478 views

Problems with sqlite3 + Rails problems on OS X Mountain Lion

Master:demo shaunstanislaus$ rails server Could not find gem 'sqlite3 (>= 0) ruby' in the gems available on this machine. Run `bundle install` to install missing gems. Master:demo shaunstanislaus$ ...
13
votes
4answers
3k views

OS X 10.8 - error trying to exec '/usr/bin/i686-apple-darwin11-gcc-4.2.1' - installing json gem

I've just upgraded to OS X Mountain Lion (regretting it already). Having issues with installing the json gem's native extentions. Before 10.8 I had Command Line Tools installed. RVM with Ruby 1.9.2. ...
3
votes
3answers
601 views

Some heroku commands couldn't find my application

I can find my apps in heroku apps command, and also do some command to read information from app like heroku addons --app appname. But I couldn't find my apps in some command like heroku addons:add ...
2
votes
2answers
3k views

Cant install rails on my brand new Mac OS X Lion 10.7.3

Just got a new macbook pro and im having troubles installing rails.. I got ruby 1.8.7 already installed and when i try to write 'gem install rails' i get: ERROR: While executing gem ... ...
6
votes
1answer
2k views

Trouble installing pg gem

Trying to install the pg gem gives me errors. I'm using Ruby 1.9.3-p125 built using rbenv/ruby-build. I installed PostgreSQL using the one-click installer. I'm able to connect to the DB using ...
13
votes
2answers
3k views

how to make a gemset in RVM the default?

I'm trying to make a gemset the default whenever I start a new terminal in Mac OS X: rvm use 1.9.3@rails3.2 --create --default That seems to work, the rails3.2 gemset becomes the current gemset: $ ...
6
votes
4answers
3k views

“No such file or directory - getcwd” error on rubygems on Mac Os Lion

I'm trying to launch a heroku console that uses rubygems but I keep getting this error: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:471:in `expand_path': No ...
1
vote
3answers
1k views

“rails s” using Ruby 1.8.7 instead of Ruby 1.9.3 (OS X 10.7.2)

Odd problem, trying to figure out what is going on here with my fresh install. I installed Ruby 1.9.3 using homebrew. I installed Rails 3.2.0 using ruby gems. I then created a test application with ...
1
vote
1answer
183 views

How to 'Reset' my OS X Ruby on Rails Gems?

I've been playing with various development tools related to Ruby on Rails on OS X Lion, and things are kind of hosed up. I'd like to remove all my gems and re-install them. Is there an easy way to do ...
1
vote
1answer
1k views

Cannot install sqlite3 gem on Mac OS X 10.5.8 (Leopard)

Using Mac OS X 10.5.8 (Leopard) ruby 1.9.3p0 gem version 1.8.14 sqlite3 Version 3.7.9 I also have installed Xcode 3.1.4 (not sure if this is used for installation of gems). I fetched the ...
0
votes
1answer
110 views

Multiple installs of Ruby — how to solve in OS X

I'm having problems with ruby scripts finding the right gems. It seems this is related to having multiple installs of Ruby on my system. OS X already comes with Ruby but it's not the latest one. I ...
0
votes
1answer
362 views

Do you uninstall the Ruby included with Mac OSX before installing RVM + Ruby?

I ran into a problem with multiple Rubies on my machine while trying to use RubyGems. "which -a Ruby" revealed multiple Rubies, so i've imploded my RVM and want to cleanly re-install my Ruby / ...
1
vote
3answers
1k views

gem and/or Ruby on Rails broke all of a sudden, anyone know what happened?

I had a Ruby on Rails app that used to work. I hadn't used it in a month or so, but then tried starting it up today with rails s and got the following error—in fact, I get this error when I try rails ...
1
vote
1answer
2k views

Cannot install rmagick gem in Lion: gems can't find ruby.h

I've got a clean instal of Mac OS X Lion, and I've installed the Developer Tools. I'm trying to install some ruby gems and the ones which need native extensions aren't building. sudo gem install ...
4
votes
2answers
4k views

Problem with upgrading rubygems via rvm

Trying to updgrade RubyGems to version 1.8.10 via RVM and this error: $ rvm rubygems latest Removing old Rubygems files... Installing rubygems-1.8.10 for ruby-1.9.2-p180 ... ERROR: Error running ...
22
votes
7answers
14k views

Rubygems do not install on OS X Lion

I used to have no problems at all with ruby, gems and all related stuff. But after installing X Code Developer Tools and upgrading to Lion the gems do not install. I get the following error for ...
4
votes
2answers
1k views

Install OpenCV on OS X Lion

I'm trying to install OpenCV for the paperclip-facecrop gem but I'm having problems installing the opencv gem. I installed opencv with brew and I think the gem just needs to know the right path? ...
0
votes
2answers
788 views

How do I install mysql gem using bundler? (OS X Lion)

So, I currently have to do this to install the mysql gem: export ARCHFLAGS="-arch x86_64" ; sudo gem install --no-rdoc --no-ri mysql -v 2.7 -- --with-mysql-dir=/usr/local ...
9
votes
2answers
4k views

pg gem Trace/BPT trap: 5 error on MAC OS X lion

I recently upgraded my snow leopard to lion and in one of my apps i get => Booting WEBrick => Rails 3.0.4 application starting in development on http://0.0.0.0:4000 => Call with -d to ...
1
vote
1answer
428 views

couldn't install gems - Gem not found Exception

os: os x lion i was not able to install any gems . checked the gem sources http://rubygems.org was in the list. tried using the system gem (ruby 1.8.7) and rvm ruby (1.9.2). For any gem install ...
0
votes
1answer
961 views

Fix this error on my Ruby install

I'm new to Ruby and trying to get it to run, but when I do I get this message: Could not find gem 'sqlite3 (>= 0)' in any of the gem sources listed in your Gemfile. Run bundle install to install ...
0
votes
1answer
337 views

trouble installing rubygem

➜ ~ cloudapp Desktop/test.txt You need to install cloudapp_api: gem install cloudapp_api ➜ ~ sudo gem install cloudapp_api Password: Successfully installed cloudapp_api-0.3.1 1 gem installed ...
1
vote
2answers
672 views

Setup Rails 3 App on Production Server (no compiler/root access)

I'm trying to set up a rails app on a production box (no compiler, no root access) that's running Mac OS X Server 10.6.6. It's got ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0], and ...
0
votes
2answers
186 views

Error with “rails -v”

I'm working on Mac Snow Leapord Prior to installation of RVM, I have tried (but failed) upgrading OSX's default ruby. Installation of Ruby was done with rvm install 1.9.2 with ruby -v : ruby ...
1
vote
4answers
7k views

gem install mysql fail

I've followed the instructions on http://geryit.com/blog/2011/01/installing-mysql-with-rails-on-mac-os-x-snow-leopard/ , including the installation of ruby via macport. Whenever I execute gem install ...
1
vote
2answers
371 views

rubygems update broke ruby on OSX

I was having some trouble running some Ruby scripts. While trying to get these scripts to run I tried lots of different things as well as updating rubygems as I thought this may be the problem. Since ...
4
votes
1answer
516 views

How to check if a RubyGem is installed already?

I am writing an application for Mac OS X. It is a Cocoa application. Can I check if a specific RubyGem is installed from Cocoa, do I need to use NSTask or should I use the Ruby framework? What is the ...
2
votes
2answers
239 views

Ruby on Rails on OSX - did I mess up my install?

I just installed Rails on OSX. I used the stock version of Ruby and followed the following procedure: Installed newest version of RubyGems Ran sudo gem install rails --include-dependencies Installed ...
0
votes
3answers
1k views

Ruby on Rails: Mac OS X 10.6 installation fail. Please help

I have just completed the tryruby.org tutorial, followed by the rubyforzombies.org tutorials and all was well. Then I moved onto installing Ruby 1.9.2 and Rails 3.0.4 using my Mac Os X 10.6 terminal, ...
11
votes
2answers
8k views

Removing all installed Gems and starting over

I recently started learning Ruby and Ruby on Rails, and have watched a plethora of getting started materials. I have been finding lately that I keep getting errors where gems won't install or they ...
1
vote
1answer
228 views

Error When installing mysql from gems Mac 10.6

I have seen variants of this question but none of them are the right answer (so far). I am trying to install mysql from rubygems and get the following: Building native extensions. This could ...
1
vote
2answers
4k views

Rails 3 Mysql rake db:create issue

I've recently upgraded to Rails 3 and am getting the following issue when trying to run rake db:create to create a mysql database of which has been defined in database.yml Some info about my setup: ...
1
vote
1answer
839 views

Please help to clean up my RoR development environment

I started RoR development a few months ago, and being new to Mac... Time flies and now I have a lot different ruby versions, rails versions and gems versions located everywhere......And currently I ...
2
votes
5answers
2k views

Having multiple versions of Rails installed on OS X

OS X 10.6 has Rails 2.2.2 installed by default. How to upgrade to Rails 2.3.8? Since Rails 3 is out, is it possible to have multiple versions of Rails (like 2.3.8 and 3) installed on OS X? (For ...
22
votes
8answers
24k views

Ruby gem mysql2 install failing

When I try to install the mysql2 gem, it fails with no apparent errors. Does anyone know what to do to work around this so mysql2 installs? I am installing this on OS X. ...
-3
votes
2answers
360 views

Migrating to Snow Leopard messed up my ruby path

Since I've migrated from Leopard to Snow Leopard I get $ ruby script/server Rails requires RubyGems >= 1.3.2. Please install RubyGems and try again: http://rubygems.rubyforge.org the only way ...
18
votes
6answers
8k views

How do I use RVM and create globally available gems?

I'm running Mac OSX 10.6.4 and have installed RVM. Its been great so far, I really love the way it lets me manage having multiple versions of rails and ruby on the same machine without headaches! ...
0
votes
2answers
633 views

Ruby on Rails: I installed the native pg gem on Mac OS Snow Leopard 10.6.3, but I still get an error “no such file to load — pg”

I'm using Rails 3.0.1. I installed the native pg gem for postgresql with this command: $ export ARCHFLAGS='-arch i386' $ sudo gem install pg -- ...
2
votes
1answer
2k views

OSX Ruby Gems Add to ruby path?

I am just starting to learn ruby. It seems that the default gems install path is not part of Ruby. Is this normal behavior? How can I set the default ruby path? Example: ...
0
votes
1answer
1k views

Cannot Install Ruby Gems 1.3.7 on Mac OSX 10.6.4

I am following the instructions at http://hivelogic.com/articles/compiling-ruby-rubygems-and-rails-on-snow-leopard to install ruby 1.9.2 and rubygems 1.3.7 Everything goes smoothly until I get to the ...
1
vote
1answer
442 views

ruby version and gem's ruby version do not match

RubyGems is reporting a different ruby version than running ruby --version. Looking for suggestions on diagnosing and fixing this. OS is OS X 10.5. lando-macbook:rubygems-1.3.7 lando$ gem env ...

1 2