Robert Head
2007-May-20 10:12 UTC
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:in
`require''
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:in
`new_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:in
`require_frameworks''
from
./script/../config/../vendor/rails/railties/lib/initializer.rb:170:in
`require_frameworks''
from
./script/../config/../vendor/rails/railties/lib/initializer.rb:90:in
`process''
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
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
Jan Prill
2007-May-20 11:44 UTC
Re: Fresh project with edge rails - can''t find active_resource
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 Head <rails-mailing-list@andreas-s.net>:> > > 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:in > `require' > 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:in > `new_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:in > `require_frameworks' > from > ./script/../config/../vendor/rails/railties/lib/initializer.rb:170:in > `require_frameworks' > from > ./script/../config/../vendor/rails/railties/lib/initializer.rb:90:in > `process' > 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 > > -- > Posted via http://www.ruby-forum.com/. > > > >-- Jan Prill 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Robert Head
2007-May-20 19:21 UTC
Re: Fresh project with edge rails - can''t find active_resour
Danke! Jan Prill wrote:> Hi Robert, > > either check out active_resource to vendor/rails explicitly or > > gem install activeresource --source http://gems.rubyonrails.org > > Cheers, > Jan-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---