The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
23 views

How can I disable text underlining in Terminal?

Is there away to disable underlined text, similar to the bold fonts checkbox in Terminal? It shows up in my Rails logs, here is an example:
3
votes
1answer
580 views

Ruby 1.9.3's infamous OS X OpenSSL segfault in http.rb:799

[Post shortened and updated with an answer.] Ruby 1.9.3 compiled on OS X 10.7.4 with MacPorts crashes in my Rails apps when using SSL in http.rb, e.g. when authenticating to Facebook: (facebook) ...
1
vote
1answer
212 views

Any known problems with Ruby/Rails in Lion -> Mountain Lion upgrade?

I am currently running OSX Lion on my Mac and I do a lot of Rails development. I am wondering if upgrading my system to OSX Mountain Lion is going to really mess up my Rails/Ruby work. I run Ruby off ...
-1
votes
1answer
305 views

How much faster is the “15-inch 2.6 GHz Retina Display MacBook Pro” when developing Rails Apps? [closed]

I'm specially interested in how faster would it make the processing of Asset Pipelines (Sprockets). I currently have a first generation Unibody MacBook, and it feels really slow...
0
votes
0answers
118 views

Odd Rails issue since updating to Mac OS X Lion 10.7.4

This is an odd one, so please bear with me... I think we're all aware of the trials of getting Rails to play nicely under 10.7.x. My working set-up was 10.7.3, Rails 3.x, using Passenger, and ...
1
vote
3answers
161 views

How can you install new versions of Ruby, Rails, and Git without running into the old versions?

I've been having this problem for the past several years where I like to stay up-to-date and install the latest versions of software like Ruby, Rails, and Git. However, I somehow always seem to have ...
0
votes
1answer
534 views

“Could not find RubyGem rails” on 10.7.1 Server

I just cannot get Rails to work on my 10.7.1 Server installation. After having run CC=/usr/bin/gcc-4.2 gem install rails --force as root, I still get this: % rails ...
0
votes
1answer
411 views

Is it possible to bypass a proxy when the proxy settings are set to Auto Proxy Config?

I've set up Automatic Proxy Configuration (PAC) in OSX Snow Leopard to point to a URL. I've also filled out the "Bypass proxy settings for these Hosts & Domains" box because I want to skip the ...
3
votes
1answer
3k views

Configuring OS X 10.7 Lion Server to serve Rails Apps via Apache

I have a number of Rails Apps working just great under Snow Leopard, but would like to migrate these to Lion. However, like many others, the rug has been pulled from under my feet by the changes that ...