What directory to extract instantrails to?

Hi. I am running ruby 187. I have also downloaded the instant rails
package. Where do I extract the instant rails package to in order for
ruby to work with it?

when I type ‘rails’ in c:/ruby187 in command prompt I get the following
error…

‘rails’ is not recognized as an internal or external command,

On Thu, Nov 11, 2010 at 2:25 PM, Paul R. [email protected]
wrote:

Hi. I am running ruby 187. I have also downloaded the instant rails
package. Where do I extract the instant rails package to in order for
ruby to work with it?

You don’t have to. If you have RubyGems installed (and you really
should!), a “gem install rails” will fetch you the current Rails
release and its dependencies.

Note, that it is possible that you’ll need to get the SQLite gem
manually (SQlite is Rails’ default database for easy development).


Phillip G.

Though the folk I have met,
(Ah, how soon!) they forget
When I’ve moved on to some other place,
There may be one or two,
When I’ve played and passed through,
Who’ll remember my song or my face.

On Nov 11, 10:25am, Paul R. [email protected] wrote:

Hi. I am running ruby 187. I have also downloaded the instant rails
package. Where do I extract the instant rails package to in order for
ruby to work with it?

when I type ‘rails’ in c:/ruby187 in command prompt I get the following
error…

‘rails’ is not recognized as an internal or external command,

InstantRails has not been updated in quite some time.

Please follow tutorials about updated versions of Ruby and Rails in
the RubyInstaller tutorials wiki page: