I can''t get Eclipse to create the files for a new Rails project in Eclipse. It works using the terminal. What could be wrong? -- Posted via http://www.ruby-forum.com/.
P?l Bergstr?m wrote:> I can''t get Eclipse to create the files for a new Rails project in > Eclipse. It works using the terminal. What could be wrong? >have you set up your Ruby interpreter in Window | Preferences | Ruby ? Kristof
Pål Bergström
2006-May-29 13:51 UTC
[Rails] Re: Radrails doesn''t create files via Eclipse
Kristof Jozsa wrote:> P?l Bergstr?m wrote: >> I can''t get Eclipse to create the files for a new Rails project in >> Eclipse. It works using the terminal. What could be wrong? >> > > have you set up your Ruby interpreter in Window | Preferences | Ruby ? > > KristofI tried that, but maybe I didn''t do it right. Does "/usr/local/bin/ruby" sounds right? And maybe I should restart Eclipse? -- Posted via http://www.ruby-forum.com/.
Pål Bergström
2006-May-29 13:54 UTC
[Rails] Re: Radrails doesn''t create files via Eclipse
P?l Bergstr?m wrote:> Kristof Jozsa wrote: >> P?l Bergstr?m wrote: >>> I can''t get Eclipse to create the files for a new Rails project in >>> Eclipse. It works using the terminal. What could be wrong? >>> >> >> have you set up your Ruby interpreter in Window | Preferences | Ruby ? >> >> Kristof > > I tried that, but maybe I didn''t do it right. Does "/usr/local/bin/ruby" > sounds right? And maybe I should restart Eclipse?That didn''t work. Perhaps I should run a fix of permissions. -- Posted via http://www.ruby-forum.com/.
> That didn''t work. Perhaps I should run a fix of permissions.I think it''s a bug: http://dev.radrails.org/trac/ticket/917 -- Posted via http://www.ruby-forum.com/.
Pål Bergström
2006-May-29 19:27 UTC
[Rails] Re: Radrails doesn''t create files via Eclipse
Guest wrote:>> That didn''t work. Perhaps I should run a fix of permissions. > > I think it''s a bug: > http://dev.radrails.org/trac/ticket/917I see. So Radrails doesn''t work at all? -- Posted via http://www.ruby-forum.com/.
P?l Bergstr?m wrote:> Guest wrote: > >>> That didn''t work. Perhaps I should run a fix of permissions. >>> >> I think it''s a bug: >> http://dev.radrails.org/trac/ticket/917 >> > > I see. So Radrails doesn''t work at all? > >In my experience radrails likes you to use: "rails my_app" from the command line and then you go into radrails, create a rails project and server, and it picks up the generated app skeleton, but fails to automatically generate one on its own. That''s my workaround, anyway Best, Leo