Hello, I''m trying to get my application which I imported from SVN running. I think everything is ready to go (maybe no postgres) and when I startup webrick and go to localhost:3000 i get "Errno::EINVAL (Invalid argument)" But nothing else. I can''t see in the logs if there is a postgres password error or anything else. Google doesn''t turn up much for this problem. Kinda hit a brick wall here.... -- 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 -~----------~----~----~----~------~----~------~--~---
will wrote:> Hello, > > I''m trying to get my application which I imported from SVN running. I > think everything is ready to go (maybe no postgres) and when I startup > webrick and go to localhost:3000 i get > > "Errno::EINVAL (Invalid argument)" > > But nothing else. I can''t see in the logs if there is a postgres > password error or anything else. Google doesn''t turn up much for this > problem. > > Kinda hit a brick wall here....*slaps self* missing 1 character in my DB connection string. -- 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 -~----------~----~----~----~------~----~------~--~---