mgpowers wrote: > Does anyone have any ideas on this ? > > I hate to abandon Ruby but the error... > > /!\ FAILSAFE /!\ Wed Aug 26 10:40:18 -0400 2009 > Status: 500 Internal Server Error > unknown error > C:/Ruby/lib/ruby/1.8/dl/import.rb:29:in `initialize' > C:/Ruby/lib/ruby/1.8/dl/import.rb:29:in `dlopen' > > Isn't very revealing.....why wouldnt my appliaction environment be > able to show or my first controller wo
Hi I had the same problem but its working now. Try just runing the server and entering http://localhost:3000, click on the link "About your aplications environment" if you see an error then it is a database problem. In your prompt enter the config binder and in a text editor look at the file database.yml if it says Adapter:sqlite3 then you need to install sqlite3. Type in the prompt gem install sqlite3-ruby, to complete the installation you have to download a dll and copy it to windows\system32 o sysWOW64 o system you can find the dll file at http://wiki.rubyonrails.org/database-support/sqlite. If the databse.yml was related to mysql probably you set up a password when installing it and probably you would need to edit the yml file to add it. Hope it works... -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

