1

Trying to install rails on a fresh copy of Ubuntu 10.10 and each time at gem install rails I get Error installing rails: mail requires i18n

I'm using the rvm approach to the install if that helps. I've successfully got ruby 1.9.2 running and now this.

Thoughts? Suggestions?

lbz
  • 9,560
  • 2
  • 30
  • 35
Webjedi
  • 4,677
  • 7
  • 42
  • 59
  • This resolved itself after several install attempts. Same methodology used each time. It may have been an brief or intermittent versioning issue. – Webjedi Jan 11 '11 at 17:26

1 Answers1

3

http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/

I used Ryan Bigg's "Ubuntu, Ruby, RVM, Rails, and You" blog post to install ruby & rails on my new ubuntu box.

Vikdor
  • 23,934
  • 10
  • 61
  • 84
gnoll110
  • 332
  • 1
  • 4
  • 11