Hello all, I''ve gotten a brand new laptop at work. This is my first experience with development on a Mac. So far I''ve gotten rails and mysql working on it. I''m having trouble accessing some features of RadRails, particularly the rake tasks. I''ve entered the following as the paths for rails and rake in the configuration window, but I don''t know if they are correct. Can someone shed some light on this? Rails /usr/bin/rails Rake /usr/bin/rake Thanks, Will --------------------------------- Sponsored Link Get a free Motorola Razr! Today Only! Choose Cingular, Sprint, Verizon, Alltel, or T-Mobile. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
You can open Terminal and type "which rails" and "which rake" to see the correct paths. Vish On 11/6/06, Will Gant <williamwgant-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> Hello all, > I''ve gotten a brand new laptop at work. This is my first experience with > development on a Mac. So far I''ve gotten rails and mysql working on it. I''m > having trouble accessing some features of RadRails, particularly the rake > tasks. I''ve entered the following as the paths for rails and rake in the > configuration window, but I don''t know if they are correct. Can someone shed > some light on this? > > Rails > /usr/bin/rails > > Rake > /usr/bin/rake > > Thanks, > Will > > > ________________________________ > Sponsored Link > > Get a free Motorola Razr! Today Only! Choose Cingular, Sprint, Verizon, > Alltel, or T-Mobile. > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I just tried it. It told me that the files were located at usr/local/bin/rails and usr/local/bin/rake. However, RadRails needs the location of the rake scripts (like Migrate, etc.). Any ideas? Will Vishnu Gopal <g.vishnu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: You can open Terminal and type "which rails" and "which rake" to see the correct paths. Vish On 11/6/06, Will Gant wrote:> Hello all, > I''ve gotten a brand new laptop at work. This is my first experience with > development on a Mac. So far I''ve gotten rails and mysql working on it. I''m > having trouble accessing some features of RadRails, particularly the rake > tasks. I''ve entered the following as the paths for rails and rake in the > configuration window, but I don''t know if they are correct. Can someone shed > some light on this? > > Rails > /usr/bin/rails > > Rake > /usr/bin/rake > > Thanks, > Will > > > ________________________________ > Sponsored Link > > Get a free Motorola Razr! Today Only! Choose Cingular, Sprint, Verizon, > Alltel, or T-Mobile. > > > > >--------------------------------- New Yahoo! Messenger with Voice. Call regular phones from your PC and save big. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Not really, I don''t use Radrails. But the rake tasks for a project are within the rails-1.1.x gem directory, usually: /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.x/lib/tasks. If you have to type that into Radrails tho, it''s dumber than I thought it was. So you''re probably doing something wrong. Vish On 11/6/06, Will Gant <williamwgant-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> I just tried it. It told me that the files were located at > usr/local/bin/rails and usr/local/bin/rake. However, RadRails needs the > location of the rake scripts (like Migrate, etc.). Any ideas? > > Will > > Vishnu Gopal <g.vishnu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > You can open Terminal and type "which rails" and "which rake" to see > the correct paths. > > Vish > > On 11/6/06, Will Gant wrote: > > Hello all, > > I''ve gotten a brand new laptop at work. This is my first experience with > > development on a Mac. So far I''ve gotten rails and mysql working on it. > I''m > > having trouble accessing some features of RadRails, particularly the rake > > tasks. I''ve entered the following as the paths for rails and rake in the > > configuration window, but I don''t know if they are correct. Can someone > shed > > some light on this? > > > > Rails > > /usr/bin/rails > > > > Rake > > /usr/bin/rake > > > > Thanks, > > Will > > > > > > ________________________________ > > Sponsored Link > > > > Get a free Motorola Razr! Today Only! Choose Cingular, Sprint, Verizon, > > Alltel, or T-Mobile. > > > > > > > > > > > ________________________________ > New Yahoo! Messenger with Voice. Call regular phones from your PC and save > big. > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
That''s kind of what I was thinking. I tried the actual directory where the scripts reside, but it wants a file. So, obviously the path to rake is sufficient. I wonder why it won''t list the available rake tasks. Will Vishnu Gopal <g.vishnu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: Not really, I don''t use Radrails. But the rake tasks for a project are within the rails-1.1.x gem directory, usually: /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.x/lib/tasks. If you have to type that into Radrails tho, it''s dumber than I thought it was. So you''re probably doing something wrong. Vish On 11/6/06, Will Gant wrote:> I just tried it. It told me that the files were located at > usr/local/bin/rails and usr/local/bin/rake. However, RadRails needs the > location of the rake scripts (like Migrate, etc.). Any ideas? > > Will > > Vishnu Gopal wrote: > > You can open Terminal and type "which rails" and "which rake" to see > the correct paths. > > Vish > > On 11/6/06, Will Gant wrote: > > Hello all, > > I''ve gotten a brand new laptop at work. This is my first experience with > > development on a Mac. So far I''ve gotten rails and mysql working on it. > I''m > > having trouble accessing some features of RadRails, particularly the rake > > tasks. I''ve entered the following as the paths for rails and rake in the > > configuration window, but I don''t know if they are correct. Can someone > shed > > some light on this? > > > > Rails > > /usr/bin/rails > > > > Rake > > /usr/bin/rake > > > > Thanks, > > Will > > > > > > ________________________________ > > Sponsored Link > > > > Get a free Motorola Razr! Today Only! Choose Cingular, Sprint, Verizon, > > Alltel, or T-Mobile. > > > > > > > > > > > ________________________________ > New Yahoo! Messenger with Voice. Call regular phones from your PC and save > big. > > >--------------------------------- Cheap Talk? Check out Yahoo! Messenger''s low PC-to-Phone call rates. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---