On Oct 28, 2013, at 6:29 PM, Ralph Vince wrote:

> I think there's more wrong here than what the error message suggests. For 
> example:
> 
> user@Mint15-32 ~/ggrip/ggripv2 $ gem install rails -v 2.3.2
> Successfully installed rails-2.3.2
> 1 gem installed
> Installing ri documentation for rails-2.3.2...
> Installing RDoc documentation for rails-2.3.2...
> 
> user@Mint15-32 ~/ggrip/ggripv2 $ rails -v
> The program 'rails' can be found in the following packages:
>  * rails
>  * ruby-railties-3.2
> Try: sudo apt-get install <selected package>
> 
> 
> When I did rails - v, shouldn;t it have just returned 2.3.2 ?

Yes. I'm late to the party here, but are you using rvm on this server? What 
does your PATH look like? If you aren't using rvm, then have you tried using 
sudo, as in 

sudo gem install rails -v 2.3.2

Without rvm, you may be installing these binaries somewhere that your PATH 
can't find them.

Walter

> 
> 
> On Mon, Oct 28, 2013 at 6:18 PM, Ralph Vince <rvinc...@gmail.com> wrote:
> Thanks Colin. 
> 
> How would you enable active_record_store? Perhaps I should try that first?
> 
> 
> -- 
> 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+unsubscr...@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/CAAHNhKVuSHYWDXt0yRqF%3Dv-ErfaQ3XAhycqm1RJ_xK16QAVWZA%40mail.gmail.com.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
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+unsubscr...@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/E5B183DC-33D7-4BDF-A89E-9274833914FE%40wdstudio.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to