sergiutruta-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Oct-02 23:37 UTC
Deploying EdgeRails app(revision 7722)
Even though I''ve freezed the edge version of the app (rake rails:freeze:edge), when starting up the application I get this error: [sergiutruta@jervis ~/etc/rc.d]$ /usr/local/lib/ruby/site_ruby/1.8/ rubygems/custom_require.rb:21:in `require__'': no such file to load -- active_resource (MissingSourceFile) from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 21:in `require'' ...... I understand it''s complaining because it cannot find active_resourse, and looking into the vendor/rails folder, there''s no active resource there indeed. What am I doing wrong here? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Do another rake rails:freeze:edge. I know it sounds strange, but the first one installs a lot of the edge version as well as the Rake tasks. The second time you do it, the new Rake task knows enough to grab ActiveResource. On Oct 2, 2007, at 4:37 PM, sergiutruta-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> > > > Even though I''ve freezed the edge version of the app (rake > rails:freeze:edge), when starting up the application I get this error: > > [sergiutruta@jervis ~/etc/rc.d]$ /usr/local/lib/ruby/site_ruby/1.8/ > rubygems/custom_require.rb:21:in `require__'': no such file to load -- > active_resource (MissingSourceFile) > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > 21:in `require'' > ...... > > I understand it''s complaining because it cannot find active_resourse, > and looking into the vendor/rails folder, there''s no active resource > there indeed. What am I doing wrong here? > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
sergiutruta-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Oct-03 04:17 UTC
Re: Deploying EdgeRails app(revision 7722)
yupiii, thanks ross. it worked :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---