Re: [Rails] Re: not able to start my first RoR project

2010-10-09 Thread Mark Weston
A number of Ruby gems like the mysql2 gem are built with extensions written in C, which means they need a properly configured compiler and tool chain on the computer they're being installed on; without it the build process fails and the gem doesn't install correctly. These things are standard on L

[Rails] Re: not able to start my first RoR project

2010-10-09 Thread Premanshu Mishra
@Peter, Mark, Marnem: Thanks guys for the posts I have kick started my first project.But on windows and that on a sqlite3 db. I tried hard to get mysql but somehow its not willing to dance with the rails on Windows platform. But still I would try out my luck with JRuby on windows and later on if

[Rails] Re: not able to start my first RoR project

2010-10-08 Thread Marnen Laibow-Koser
Mark Thomas wrote: > On Oct 8, 6:08�am, Premanshu Mishra wrote: >> I m running Java VM on my system. Is there any luck with WIndows that i >> can expect of.??? > > Yes, in fact JRuby is a good option on Windows. Download the latest > version of NetBeans, which comes with JRuby, and you should

[Rails] Re: not able to start my first RoR project

2010-10-08 Thread Mark Thomas
On Oct 8, 6:08 am, Premanshu Mishra wrote: > I m running Java VM on my system. Is there any luck with WIndows that i > can expect of.??? Yes, in fact JRuby is a good option on Windows. Download the latest version of NetBeans, which comes with JRuby, and you should be able to get a Rails app

Re: [Rails] Re: not able to start my first RoR project

2010-10-08 Thread rajeevsharma86
Google "rails" http://guides.rubyonrails.org/ REad this http://guides.rubyonrails.org/getting_started.html On Fri, Oct 8, 2010 at 1:22 PM, Premanshu Mishra wrote: > Thanks Rajeev and Max. > > But how do i know if the server has started?? > The output says a lot of things but not if the server

[Rails] Re: not able to start my first RoR project

2010-10-08 Thread Premanshu Mishra
Thanks Rajeev and Max. But how do i know if the server has started?? The output says a lot of things but not if the server has started May you guys pls send me links to the latest docs for Rails 3.0?/ I'm totally new to RoR.. I tried with the Head first books but cudn't get thru!!! Thanks, Pre