Dear all, I would like to work on the latest rails version from github. I have pulled it and set my $GEM_PATH to where I pulled it : /home/joshua/rails/ But when I worked on it, gem barfed out and did not recognize it. But when I typed: gem environment, it displayed /home/joshua/rails/ as my $GEM_PATH Can anyone that has worked with bleeding edge version tell me what is the proper way to do this? Thank you very much for your assistance. Regards. -- Join Scrum8.com. http://scrum8.com/jpartogi/ http://twitter.com/scrum8 --~--~---------~--~----~------------~-------~--~----~ 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On May 22, 2:52 am, Joshua Partogi <joshua.j...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Dear all, > > I would like to work on the latest rails version from github. I have pulled > it and set my $GEM_PATH to where I pulled it : /home/joshua/rails/ > > But when I worked on it, gem barfed out and did not recognize it. But when I > typed: gem environment, it displayed /home/joshua/rails/ as my $GEM_PATH > > Can anyone that has worked with bleeding edge version tell me what is the > proper way to do this? >put what you have cloned from github into vendor/rails (or symlink vendor/rails to your checkout from github) Fred> Thank you very much for your assistance. > > Regards. > > -- > Join Scrum8.com. > > http://scrum8.com/jpartogi/http://twitter.com/scrum8
On May 22, 5:14 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> put what you have cloned from github into vendor/rails (or symlink > vendor/rails to your checkout from github)Thanks Frederick. But how come I don''t get the 3-0-0-unstable branch ?> > Join Scrum8.com. > > >http://scrum8.com/jpartogi/http://twitter.com/scrum8
On May 22, 2:45 pm, Joshua Partogi <joshua.j...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On May 22, 5:14 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > put what you have cloned from github into vendor/rails (or symlink > > vendor/rails to your checkout from github) > > Thanks Frederick. But how come I don''t get the 3-0-0-unstable branch ?because it just checks out master by default. Just checkout whatever branch you need. Fred> > > > Join Scrum8.com. > > > >http://scrum8.com/jpartogi/http://twitter.com/scrum8
On May 23, 12:14 am, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On May 22, 2:45 pm, Joshua Partogi <joshua.j...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > On May 22, 5:14 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > wrote: > > > > put what you have cloned from github into vendor/rails (or symlink > > > vendor/rails to your checkout from github) > > > Thanks Frederick. But how come I don''t get the 3-0-0-unstable branch ? > > because it just checks out master by default. Just checkout whatever > branch you need.Hi Frederick, I''ve just realised I can''t use symlink on windows. What is the environment variables for ruby library path? I tried RUBYPATH and it doesn''t work. Thank you very much for helping.
> Hi Frederick, > > I''ve just realised I can''t use symlink on windows. What is the > environment variables for ruby library path? I tried RUBYPATH and it > doesn''t work. Thank you very much for helping.in that case put your rails checkout from github in your_app/vendor/ rails Fred