[Rails] Re: Error installing rails 3, get error: mail requires i18n (~> 0.4.1, runtime)

2010-12-04 Thread Ben Perry
Nam, Thanks very much for pointing me in the right direction. It solved my problem. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-t...@googlegroups.com. To unsubscribe from this group, s

[Rails] Re: Error installing rails 3, get error: mail requires i18n (~> 0.4.1, runtime)

2010-12-04 Thread Nam H.
I got thru this problem. Details is here, http://hotrannam.wordpress.com/2010/12/04/rails3-getting-started-with-a-weird-error/ Hope this helps. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.

[Rails] Re: Error installing rails 3, get error: mail requires i18n (~> 0.4.1, runtime)

2010-12-02 Thread Ben Perry
I've got a very similar problem. C:\>gem install rails -v 3.0.1 ERROR: Error installing rails: mail requires i18n (~> 0.5.0, runtime) Nothing to do with previous installations of ruby/rails/gems. I've even gone to the lengths of creating a new VM and still get the same problem. I've had

[Rails] Re: Error installing rails 3, get error: mail requires i18n (~> 0.4.1, runtime)

2010-12-02 Thread Ben Perry
I've got a very similar problem. C:\>gem install rails -v 3.0.1 ERROR: Error installing rails: mail requires i18n (~> 0.5.0, runtime) Nothing to do with previous installations of ruby/rails/gems. I've even gone to the lengths of creating a new VM and still get the same problem. I've had

[Rails] Re: Error installing rails 3, get error: mail requires i18n (~> 0.4.1, runtime)

2010-12-02 Thread Ben Perry
I've got a very similar problem. C:\>gem install rails -v 3.0.1 ERROR: Error installing rails: mail requires i18n (~> 0.5.0, runtime) Nothing to do with previous installations of ruby/rails/gems. I've even gone to the lengths of creating a new VM and still get the same problem. I've had

[Rails] Re: Error installing rails 3, get error: mail requires i18n (~> 0.4.1, runtime)

2010-12-01 Thread Mike Moretti
The short answer: My guess: I had installed ruby and rails about two weeks apart. I believe they were out of synch with each other, hence the problem. I uninstalled all my ruby gems including rails and reinstalled them one after the other and they all work now. The long Answer: I would like t

[Rails] Re: Error installing rails 3, get error: mail requires i18n (~> 0.4.1, runtime)

2010-11-30 Thread John
Sarah, First, from the command prompt type "gem list" to see everything you have installed. Verify the name of the gem you want to uninstall. Then, from the command prompt, type "gem uninstall i18n" You can substitute the name of any gem for i18n, but I think you referenced that as your problem g

[Rails] Re: Error installing rails 3, get error: mail requires i18n (~> 0.4.1, runtime)

2010-11-30 Thread Gogov
Don't know if this is useful for you but just fixed that yesterday. I was upgrading from rails 3.0.0 to 3.0.3 and starting "rails server" complained about needing i18n 0.4.1 but 0.5.0 being active so I reinstalled all rubies with rvm, removed all cached gems, reinstalled rails and removed i18n 0.5.

[Rails] Re: Error installing rails 3, get error: mail requires i18n (~> 0.4.1, runtime)

2010-11-29 Thread Sarah Dunne
Andy, I have the same problem, trouble is i have never ever used command prompt in my life ,and am wondering how do i select option two to uninstall? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"

[Rails] Re: Error installing rails 3, get error: mail requires i18n (~> 0.4.1, runtime)

2010-11-29 Thread Andy
*I also uninstalled i18n 0.5.0 leaving i18n 0.4.2 to get everything working... Andy -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-t...@googlegroups.com. To unsubscribe from this group, s

[Rails] Re: Error installing rails 3, get error: mail requires i18n (~> 0.4.1, runtime)

2010-11-29 Thread Andy
Same just happened to me on Ubuntu 10.04 using RVM. Anyways, my theory at the moment is they just released i18n 0.5.0 and gem install rails installed 0.5.0 and mail gem requires i18n version 0.4.x. Here's the entire painful process of getting it working. abarrin...@andys-dev-box:~$ gem install

[Rails] Re: Error installing rails 3, get error: mail requires i18n (~> 0.4.1, runtime)

2010-11-29 Thread HENRI
This is probably because you have 2 version of the same gem installed. Do this: Gem uninstall i18n Select gem to uninstall 1. i18n-0.4.2 2. i18n-0.5.0 3. All versions select 2 then install rails gem install rails --force this should work Henrik On Nov 29, 12:54 pm, Mike Moretti wrote: >

[Rails] Re: Error installing rails 3, get error: mail requires i18n (~> 0.4.1, runtime)

2010-11-29 Thread Jonathan
I'm getting the same error using RVM on Mac OS X Snow Leopard. This error was not happening just last week with the same setup. On Nov 29, 12:54 pm, Mike Moretti wrote: > Hi folks: > > I have Windows XP Pro SP3. I have installed ruby 1.9.2p0   (2010-08-18 > [i386-mingw32]). I’m trying to install

[Rails] Re: Error installing rails 3, get error: mail requires i18n (~> 0.4.1, runtime)

2010-11-29 Thread Joseph R.
Then before I could 'rails new' a project I had to do the following: gem uninstall i18n then choose to i18n 0.5.0 which was my option 2. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post

[Rails] Re: Error installing rails 3, get error: mail requires i18n (~> 0.4.1, runtime)

2010-11-29 Thread Joseph R.
I ran: gem install mail then gem install rails and was able to get past that error. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-t...@goog