Hello, i have problem in RadRails, everytime i create new project. This project is empty, i see only its name without subfolders etc. Any advice for me? Thanks for help. My second problem i have with RubyOnRails: loading of pages is very slow, sometime i must wait more than 1 minut. Thanks for help! -- 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 -~----------~----~----~----~------~----~------~--~---
I had the same RadRails problem. The path to the rails script was not available in RadRails. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
detoxxx wrote:> Hello, > i have problem in RadRails, everytime i create new project. This project > is empty, i see only its name without subfolders etc. Any advice for me? > Thanks for help. My second problem i have with RubyOnRails: loading of > pages is very slow, sometime i must wait more than 1 minut. Thanks for > help!do you use apache+fastcgi? if it is, it will be slowly. use webrick and it will be quick :) -- 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 -~----------~----~----~----~------~----~------~--~---
When you create a project in RadRails, there is a checkbox that says "Generate Rails application skeleton". Make sure that this option is checked. It should then create the project skeleton folders. detoxxx wrote:> Hello, > i have problem in RadRails, everytime i create new project. This project > is empty, i see only its name without subfolders etc. Any advice for me? > Thanks for help. My second problem i have with RubyOnRails: loading of > pages is very slow, sometime i must wait more than 1 minut. Thanks for > help! > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Sometimes RadRails doesn''t create a project. I don''t know why. But sometimes I need to run "rails ." in the directory after creating the project (the .project file is created, but the project isn''t). -- foobario On 9/10/06, Tamim Azizadah <taz-TOmwmVgPDaxWk0Htik3J/w@public.gmane.org> wrote:> > > When you create a project in RadRails, there is a checkbox that says > "Generate Rails application skeleton". Make sure that this option is > checked. It should then create the project skeleton folders. > > detoxxx wrote: > > Hello, > > i have problem in RadRails, everytime i create new project. This project > > is empty, i see only its name without subfolders etc. Any advice for me? > > Thanks for help. My second problem i have with RubyOnRails: loading of > > pages is very slow, sometime i must wait more than 1 minut. Thanks for > > help! > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---