Social Networking Software

No Image
RawConnect
Open Question
How to install Rails ?
6 months ago
1 Possible Answers to this Question:
No IMAGE
Antonio
Answered on June 24, 2008

After you have installed Ruby and the RubyGems, use the following command to install rails from your terminal :

$ gem install rails –v 2.0.2

RawConnect uses the rails version 2.0.2 and it is recommended for the RawConnect application to install the version 2.0.2 of rails.

After you installed rails –v 2.0.2, it will install a few gems that rails 2.0.2 depends:

actionmailer (2.1.0, 2.0.2)
actionpack (2.1.0, 2.0.2)
activerecord (2.1.0, 2.0.2)
activeresource (2.1.0, 2.0.2)
activesupport (2.1.0, 2.0.2)
rails (2.0.2)
rake (0.8.1)

Note: Those gems by default are installed when you installed Rails version 2.0.2

The RawConnect Application requires that you installed different gems in order to be installed properly.

The list of Gems that you will need for the RawConnect application are :

actionmailer (2.0.2, 1.3.3)
actionpack (2.0.2, 1.13.3)
actionwebservice (1.2.3)
activerecord (2.0.2, 1.15.3)
activeresource (2.0.2)
activesupport (2.0.2, 1.4.2)
BlueCloth (1.0.0)
cgi_multipart_eof_fix (2.5.0)
chardet (0.9.0)
contacts (1.0.11)
daemons (1.0.10)
fastthread (1.0.1)
flvtool2 (1.0.6)
gem_plugin (0.2.3)
highline (1.4.0)
hoe (1.5.1)
html5 (0.10.0)
json (1.1.2)
liquid (1.7.0)
localization_generator (1.0.8)
mongrel (1.1.4)
mongrel_cluster (1.0.5)
mysql (2.7)
needle (1.3.0)
net-ssh (1.1.2)
rails (2.0.2, 1.2.3)
rake (0.8.1)
rapt (0.2.2)
RedCloth (3.0.4)
rmagick (2.3.0)
rmovie (0.5.1)
rubyforge (0.4.5)
rubypants (0.2.0)
salted_login_generator (2.0.2)
sources (0.0.1)
termios (0.9.4)
xml-simple (1.0.11)

The majority of those gems can be installed with a simple instruction from your terminal.

Ex. gem install gem’s_namespan>

$ gem install salted_login_generatorspan>

You must included de option --include-dependencies after gem’s name. It will also install all the requirements for a gem in order to work properly.

Ex. gem install gem’s_name --include-dependenciesspan>

$ gem install salted_login_generator --include-dependenciesspan>

There are some gems that have a different process of installation. In the case of the RawConnect application those gems are mysql, rmagick and rmovie. You can find a better explanation of how to install these gems at http://www.rawconnect.com/forums

Score: 0
Home| Photos| Forums| Videos| Groups| Profiles| About Us| Terms of Use| Contact|
Copyright 2008 rawconnect.com is Powered by RAW Connect Open Source Community Software .
Start your own social network by downloading RAW Connect today