Re: [Rails] Need Help - New to RoR

2010-06-21 Thread Sampath Munasinghe
I had the same issue and sold. go to the mysql lib folder.copy libmysql.dll file and paste in to bin folder in ruby installation. restart your webrick server. test it. should be work. and let us know. ---sam On Thu, Jun 17, 2010 at 5:53 PM, lucas franceschi wrote: > as long as I unders

Re: [Rails] Need Help - New to RoR

2010-06-17 Thread lucas franceschi
as long as I understood, this is your very first app right? so, maybe some really basic questions will help... what DB are you using? and... do you have de driver gem for that DB? I am not sure if I`m right, but I could simulate your error, and look at the output, on the server terminal window:

Re: [Rails] Need Help - New to RoR

2010-06-17 Thread kannav rajeev
check yours db table does that exists ? On Thu, Jun 17, 2010 at 1:31 PM, Colin Law wrote: > On 16 June 2010 21:48, Sangeetha wrote: > > Hello All, > > > > I installed Ruby on Windows (using rubyinstaller-1.9.1-p378.exe from > > here - http://rubyforge.org/frs/?group_id=167). > > Then I ran gem

Re: [Rails] Need Help - New to RoR

2010-06-17 Thread Colin Law
On 16 June 2010 21:48, Sangeetha wrote: > Hello All, > > I installed Ruby on Windows (using rubyinstaller-1.9.1-p378.exe from > here - http://rubyforge.org/frs/?group_id=167). > Then I ran gem install rails. > > I was following instructions here -http://oreilly.com/pub/a/ruby/ > archive/rails.html

Re: [Rails] Need Help - New to RoR

2010-06-17 Thread Andy Jeffries
Look in your log file (your_app/log/*.log) - the error will be detailed in there. Also, it seems from the error message you're running in production mode, you should really switch to development then you'd see the full error message in your browser. Cheers, Andy -- Andy Jeffries http://andyje

[Rails] Need Help - New to RoR

2010-06-17 Thread Sangeetha
Hello All, I installed Ruby on Windows (using rubyinstaller-1.9.1-p378.exe from here - http://rubyforge.org/frs/?group_id=167). Then I ran gem install rails. I was following instructions here -http://oreilly.com/pub/a/ruby/ archive/rails.html?page=1 to create my first app. I was able to start the