mkdir $HOME/local
./configure --prefix=$HOME/local
make
make install

ruby -v #=> 1.8.2

export PATH=$HOME/local/bin:$PATH

ruby -v #=> 1.8.4

On 12/19/05, Caio Chassot <[EMAIL PROTECTED]> wrote:
>
> On Dec 18, 2005, at 13:37, David Heinemeier Hansson wrote:
>
> > So apparently 1.8.4 is soon forthcoming. We need testing against it.
> > Could someone help out with that? I believe Ara already checked into
> > some of the issues, do you know if those are resolved, Ara?
>
> Some guidelines on how to test on 1.8.4 while leaving 1.8.2 intact
> for regular development would be greatly welcome.
>
> _______________________________________________
> Rails-core mailing list
> Rails-core@lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails-core
>


--
Tobi
http://jadedpixel.com    - modern e-commerce software
http://typo.leetsoft.com - Open source weblog engine
http://blog.leetsoft.com - Technical weblog
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to