Ruby on Rails Thursday, February 26, 2015

On 25 February 2015 at 23:08, Josh Latham <myvegancookbook@gmail.com> wrote:
> Hi, First let me say that I'm a total newbie and I just installed ruby on
> rails :D
>
> After installing rails on my computer I am getting the following error when
> I try to create a new app. In the command prompt I type in "rails new
> nameofapp" and it installs some things and then spits out the following
> error message, "An error occurred while installing rake <10.4.2>, and
> Bundler cannot continue. Make sure that 'gem install rake -v '10.4.2'
> succeeds before bundling."
>
> What is this error message and what do I do?
>
> I'm using Windows 8 and Rails Installer 1.9.

I suggest starting by working right through a good tutorial such as
railstutorial.org (which is free to use online).

As for your error, many here, including myself, would suggest that you
do not try to do rails development on Windows. Instead use a linux
variety such as Ubuntu, or a Mac. Some have had success on Windows,
but many more have not. You can either dual boot your machine with
ubuntu and Win or run ubuntu in a virtual machine in windows (using
virtual box or vmware for example). Then I use rvm to install ruby
and rails.

Colin

>
> thanks,
> josh
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to rubyonrails-talk+unsubscribe@googlegroups.com.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/rubyonrails-talk/d05ccf5a-6f4d-4dae-b5c4-a8a7f2426e43%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLsAdMbtRopATib_%2BfzuEa39HR4e25w8Zrqbt6msziGOwA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment