Home arrow Ruby-on-Rails arrow Page 3 - Installing Ruby on Rails
RUBY-ON-RAILS

Installing Ruby on Rails


Ruby on Rails has become very popular among web site designers and web programmers because it is designed to increase the speed and ease with which database-driven web sites can be created. If you're eager to start using Ruby on Rails, the first thing you're going to have to do is install it. That's the focus of this article, the first part in a series that will teach you the basics of programming with this versatile framework.

Author Info:
By: James Payne
Rating: 5 stars5 stars5 stars5 stars5 stars / 6
October 10, 2007
TABLE OF CONTENTS:
  1. · Installing Ruby on Rails
  2. · Installing Ruby
  3. · Installing Rails
  4. · Installing Ruby on Rails for the Mac

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Installing Ruby on Rails - Installing Rails
(Page 3 of 4 )

Installing Rails is just as simple. Click your Start Menu>Programs>Ruby>Ruby Gems>Ruby Gems Package Manager. Whew. Let me catch my breath.

You will now be looking at the RubyGems Package Manager, where all the action takes place.




In the command prompt type the following: gem install rails.

After a moment the following prompts will appear:

Install required dependency activesupport? [Yn]

Install required dependency activerecord? [Yn]

Install required dependency actionpack? [Yn]

Install required dependency actionmailer? [Yn]

Install required dependency actionwebservice? [Yn]

 Press the Y key, followed by Enter (make sure it is the uppercase Y) for each of these prompts.

Rails is now set to run.


blog comments powered by Disqus
RUBY-ON-RAILS ARTICLES

- Adding Style with Action Pack
- Handling HTML in Templates with Action Pack
- Filters, Controllers and Helpers in Action P...
- Action Pack and Controller Filters
- Action Pack Categories and Events
- Logging Out, Events and Templates with Actio...
- Action Pack Sessions and Architecture
- More on Action Pack Partial Templates
- Action Pack Partial Templates
- Displaying Error Messages with the Action Pa...
- Action Pack Request Parameters
- Creating an Action Pack Registration Form
- Ruby on Rails Templates and Layouts
- Action Pack Controller Creation
- Writing an Action Pack Controller

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 8 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials