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
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.
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
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:
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.
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:
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.
Jeffrey L. Taylor wrote:
> Quoting Ken Foust <lists@ruby-forum.com>:
>> 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.
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.
>
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.