Dear All, Greetings! Thank you all for valueable suggestions and responses. It's so responsive forum. Once again many thanks to Colin too for the information. I installed InstantRails and upgraded it. It went well. It's great and I am happy too.
A- I want to experince it in Linux using some virualbox. Would you advice me on this. B- What would be good editor for the Instant rails appliction? C- Is there some real world application to give a play? Thank you so much for generous answers Sheru On May 15, 3:31 am, Colin Law <[email protected]> wrote: > It may be a bit late for you now, but I would suggest installing > InstantRails, which is trivial to do and gives you a complete self contained > working environment. > It does not include the latest version of rails yet so after installing and > checking that it is working ok open a Ruby Console Window (click on the I > next to the Apache button, select Rails Applications, Open ruby console > window) and update rubygems by > gem update --system > and update rails by > gem install rails > > and off you go. > Colin > > 2009/5/14 Aravind Kumarj <[email protected]> > > > > > > > sheru wrote: > > > Hi, > > > I am Sheru & am completely new for this web framework. I am really > > > really enthusiastic to know the Ruby on Rails & possibly try to use > > > this framework near future. > > > > But at the start up, I don't have idea on installing RoR on Windows > > > XP. > > > > 1. What is the sequential intalling components of RoR? > > > 2. How easily could I get the RoR website hosting server? > > > > Hope that I will get response. > > > > Thank you all. > > > Sheru > > > Hi Sheru , > > > Install all of these in the same order : > > > 1. Ruby (http://www.ruby-lang.org/en/downloads/) > > 2. Install Ruby Gems from (http://rubyforge.org/frs/?group_id=126) > > 3. Download the gem "Rails" from rubyforge.org and install with the > > command "gem install rails --include-dependencies" > > 4. Some times this doesn't completely install the rails framework for > > which you will have to install the following gems in the same order. > > > rake > > > activesupport > > > activerecord > > > actionpack > > > actionmailer > > > actionwebservice > > > Now go to "http://localhost:3000" , it should show you the rails home > > page or else you have failed in your installation. > > > After installing successfully,u can go ahead with any ROR tutorials . > > Try this linkhttp://www.tutorialspoint.com/ruby-on-rails/index.htmfor > > some good tutorials. > > > Enjoy > > > --Arvin > > -- > > Posted viahttp://www.ruby-forum.com/.- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

