Hello sir..!! Good morning to all of u..!!! Friends. I have download some projects from rubyforge.com. Now some is running as usual means all migration files are running and table is also created. But in one application when i run rake db:migrate then its give some errors like rake is aborted..!! No such file to load --ruby-debug then second thing is.. I''m running this application in windows platform. When i''m going to start server in development run mode then its not started then i changed the run mode and make Production instead of Development. Then its started. plz give me the right suggestion Thanks..!! . --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Kumar.1524v-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Sep-06 09:11 UTC
Re: Environment problem..!!
check if u are using any plugins in your application. first, install those plugins and then restart the serevr. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
have you set the database.yml correctly? -- 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 -~----------~----~----~----~------~----~------~--~---
Saurabh Bhatia wrote:> rake db:migrate > > then its give some errors like > > rake is aborted..!! > No such file to load --ruby-debugtry installing the "ruby-debug" gem "gem install ruby-debug" this is used as an alternative to the built-in "breakpoint" function. alternatively search through /config/environment.rb, and /config/environments/development.rb, and any plugins /vendor/plugins/*/init.rb look for any lines saying "require ''ruby-debug''" or "Debugger.start" these are only useful if you''re using the functions of ruby-debug, if you don''t care, then delete them. -- 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 -~----------~----~----~----~------~----~------~--~---