ruby on rails - How can i use pik in win7? -


i using windows rails.i installed pik maintaining different versions of ruby. there possibility create gemsets in pik in rvm?if not how can install different versions of rails?

please me..thanks in advance!!!

pik saved life. i've been using rails 2.3.8 @ work. wanted try new rails 3.1 personal use. told me install railsinstaller. screwed rails 2.3.8 settings. here's did.

  1. i went rubyinstaller. downloaded installer versions ruby 1.8.7-p302 , ruby 1.9.2-p290 installed them.

  2. i installed both versions of ruby

  3. then installed gem pik (see https://github.com/vertiginous/pik)

  4. now, can switch between ruby 1.8.7 , 1.9.2 using pik pik 187 (switches ruby 1.8.7)

  5. so, switched ruby 1.8.7. , installed rails 2.3.8
    gem install rails -v 2.3.8

  6. then said pik 192 switched ruby 1.9.2. said gem install rails -v 3.1.0

  7. now use rails 2.3.8 have pik 187. not switches ruby 1.8.7 switches rails 2.3.8

i not ruby or rails expert. key remember need have right ruby version selected while installing rails. meaning, if you're installing rails 3.1.0 make sure current ruby version 1.9.2 or higher or whatever version rails 3 works on. if want install rails 2.3.8 make sure current ruby version 1.8.7

hope helps. , people won't lose sleep because of this, did.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -