Fresh project with edge rails - can't find active_resource

Heads-MacBookPro-2:~/Documents/Projects/my_project roberthead$ ruby
./script/about
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
gem_original_require': no such file to load -- active_resource (MissingSourceFile) from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:inrequire’
from
/Users/roberthead/Documents/Projects/my_project/vendor/rails/activerecord/lib/…/…/activesupport/lib/active_support/dependencies.rb:495:in
require' from /Users/roberthead/Documents/Projects/my_project/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:342:innew_constants_in’
from
/Users/roberthead/Documents/Projects/my_project/vendor/rails/activerecord/lib/…/…/activesupport/lib/active_support/dependencies.rb:495:in
require' from ./script/../config/../vendor/rails/railties/lib/initializer.rb:170:inrequire_frameworks’
from
./script/…/config/…/vendor/rails/railties/lib/initializer.rb:170:in
require_frameworks' from ./script/../config/../vendor/rails/railties/lib/initializer.rb:90:inprocess’
from
./script/…/config/…/vendor/rails/railties/lib/initializer.rb:49:in
`run’
from
/Users/roberthead/Documents/Projects/my_project/config/environment.rb:13
from
/Users/roberthead/Documents/Projects/my_project/vendor/rails/railties/lib/commands/about.rb:1
from ./script/about:3

Hi Robert,

either check out active_resource to vendor/rails explicitly or

gem install activeresource --source http://gems.rubyonrails.org

Cheers,
Jan

2007/5/20, Robert H. [email protected]:

    from

`require’
./script/…/config/…/vendor/rails/railties/lib/initializer.rb:49:in


Jan P.
Rechtsanwalt

Grünebergstraße 38
22763 Hamburg
Tel +49 (0)40 41265809 Fax +49 (0)40 380178-73022
Mobil +49 (0)171 3516667
http://www.inviado.de

Danke!

Jan P. wrote:

Hi Robert,

either check out active_resource to vendor/rails explicitly or

gem install activeresource --source http://gems.rubyonrails.org

Cheers,
Jan