I''m using this book Beginning ruby on rails e-commerce from apress. I''m trying to just load a lesson that I downloaded the source from, I installed ferret properly, Yet when I try to rake:db migrate I get this... rake aborted, no such file to load --ferret. I realize this is probably a simple error on my part, but if someone could tell me what im doing wrong I would greatly appreciate it. Thank you. -- 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 -~----------~----~----~----~------~----~------~--~---
gene.tani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> On Feb 19, 1:13 pm, Preston Preston <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > wrote: >> I''m using this book Beginning ruby on rails e-commerce from apress. I''m >> trying to just load a lesson that I downloaded the source from, I >> installed ferret properly, Yet when I try to rake:db migrate I get >> this... rake aborted, no such file to load >> --ferret. >> > > i vaguely remember getting messages like this if the ferret and > a_a_ferret gems didn''t install properly (ferret needs ruby-devel, or > other C library headers on differetn unix platforms). When you > install the gem, does it install cleanly?yeah when i install everything is fine -- 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 -~----------~----~----~----~------~----~------~--~---
isn''t it "rake db:migrate" ? On 2/20/07, Preston Preston <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > gene.tani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: > > On Feb 19, 1:13 pm, Preston Preston <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > > wrote: > >> I''m using this book Beginning ruby on rails e-commerce from apress. I''m > >> trying to just load a lesson that I downloaded the source from, I > >> installed ferret properly, Yet when I try to rake:db migrate I get > >> this... rake aborted, no such file to load > >> --ferret. > >> > > > > i vaguely remember getting messages like this if the ferret and > > a_a_ferret gems didn''t install properly (ferret needs ruby-devel, or > > other C library headers on differetn unix platforms). When you > > install the gem, does it install cleanly? > > yeah when i install everything is fine > > -- > Posted via http://www.ruby-forum.com/. > > > >-- Ramon Miguel M. Tayag --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---