Help with 3.0 Beta

I am trying to install rails 3 beta
It says it is installed but when I look in the rails-3.0.0.beta
directory the only thing in there is .require_paths

Have I screwed up somewhere?

I have also updated ruby 1.9.1 and that is fine
the rest of the beta gems are there
using snow leopard and installing in /usr/local

Sent from my iPhone

On Feb 6, 2010, at 12:56 PM, Ken F. [email protected] wrote:

I am trying to install rails 3 beta
It says it is installed but when I look in the rails-3.0.0.beta
directory the only thing in there is .require_paths

Have I screwed up somewhere?

I have also updated ruby 1.9.1 and that is fine
the rest of the beta gems are there
using snow leopard and installing in /usr/local

It’s not clear as to what steps you have taken to install Rails 3.0
beta. In any case, you might want to search this mailing for a
reference to the Rails 3.0 beta release notes.

Good luck,

-Conrad

Conrad T. wrote:

Sent from my iPhone

On Feb 6, 2010, at 12:56 PM, Ken F. [email protected] wrote:

I am trying to install rails 3 beta
It says it is installed but when I look in the rails-3.0.0.beta
directory the only thing in there is .require_paths

Have I screwed up somewhere?

I have also updated ruby 1.9.1 and that is fine
the rest of the beta gems are there
using snow leopard and installing in /usr/local

It’s not clear as to what steps you have taken to install Rails 3.0
beta. In any case, you might want to search this mailing for a
reference to the Rails 3.0 beta release notes.

Good luck,

-Conrad

i did the following after upgrading ruby
it shows all the gems installed but the rails gem directory only has the
one entry.
it seem to work except for mysql at the moment
I did the following to installs rails

gem install tzinfo builder i18n memcache-client rack
rake rack-test rack-mount erubis mail text-format
thor bundler
gem install rails --pre

Quoting Ken F. [email protected]:

I am trying to install rails 3 beta
It says it is installed but when I look in the rails-3.0.0.beta
directory the only thing in there is .require_paths

I expect you did “gem install rails3b”. This didn’t work for me. What
did
work for me was:

gem install tzinfo builder i18n memcache-client rack rake rack-test
rack-mount erubis mail text-format thor
gem install rails --pre

Note: this is on Linux; it may need translation for OS X.

HTH,
Jeffrey

Quoting Ken F. [email protected]:

I am trying to install rails 3 beta
It says it is installed but when I look in the rails-3.0.0.beta
directory the only thing in there is .require_paths

Additional comments: I have spent over 6 hours today upgrading from
Rails
2.3.5 to Rails 3.0. And I’m not done. One thing that has tripped me up
is
some of the material on Rails 3 was written pre-public beta and assumes
you
are installing Edge Rails w/ freezes, etc. The best resources I’ve
found for
installing the public beta is:

Be aware that some of what they link to is pre-public beta.

HTH,
Jeffrey

Quoting Ken F. [email protected]:

Hi Jeffrey
I did just as you did. It appears to work and the rails version says
3.0.0beta there is just nothing in the rails gem directory. I will try
the links but I will keep doing my agile tutorial until it doesn’t work.

The directions I gave install in the system Ruby librarys, e.g.,
/usr/lib/ruby/gems/1.8/gems, not the rails directory in your
application.

Jeffrey

Jeffrey L. Taylor wrote:

Quoting Ken F. [email protected]:

Hi Jeffrey
I did just as you did. It appears to work and the rails version says
3.0.0beta there is just nothing in the rails gem directory. I will try
the links but I will keep doing my agile tutorial until it doesn’t work.

The directions I gave install in the system Ruby librarys, e.g.,
/usr/lib/ruby/gems/1.8/gems, not the rails directory in your
application.

Jeffrey
I have the directories same as you but using 1.9.1

well I have no idea but everything is working - Now upgraded mysql and
it works fine. all the
script/rails commands are working. rake is working.
I am using rails 3 beta with ruby 1.9.1 latest release.
mac osx snow leopard.

Jeffrey L. Taylor wrote:

Quoting Ken F. [email protected]:

I am trying to install rails 3 beta
It says it is installed but when I look in the rails-3.0.0.beta
directory the only thing in there is .require_paths

I expect you did “gem install rails3b”. This didn’t work for me. What
did
work for me was:

gem install tzinfo builder i18n memcache-client rack rake rack-test
rack-mount erubis mail text-format thor
gem install rails --pre

Note: this is on Linux; it may need translation for OS X.

HTH,
Jeffrey

Hi Jeffrey
I did just as you did. It appears to work and the rails version says
3.0.0beta there is just nothing in the rails gem directory. I will try
the links but I will keep doing my agile tutorial until it doesn’t work.

On Sun, Feb 7, 2010 at 8:03 PM, Ken F. [email protected] wrote:

application.

Hi everyone,

I am using Ubuntu 9.10 and I have managed to install everything but I am
unable to run the commands. That is, if I type the following:

ruby -S rails I get the following error:

ruby: No such file or directory – rails (LoadError)

Has anyone come across this problem?

Thanks in advance!

Fidel.