[Rails] Re: I cant use any rails command in my created project WHY!

2010-10-12 Thread Srikanth Ravi
Hi, am not too sure if this would help you. but try the installation guide (attached) that I had created to help with the ruby-rails installation on windows. i suppose your problem should be because you dont have the sqlite3dll files in your ruby/bin directory... -- Posted via http://www.ruby

Re: [Rails] Re: I cant use any rails command in my created project WHY!

2010-09-24 Thread rajeevsharma86
http://rubyforge.org/frs/download.php/62497/mysql-2.8.1-x86-mingw32.gem this is for mysql Download run "gem install mysql-2.8.1-x86-mingw32 --local" in gemfile change mysql2 to mysql hope it works On Fri, Sep 24, 2010 at 4:00 PM, Tanawat Limungkura wrote: > Solrac Caritas wrote: > > Tanawat Limu

[Rails] Re: I cant use any rails command in my created project WHY!

2010-09-24 Thread Tanawat Limungkura
Solrac Caritas wrote: > Tanawat Limungkura wrote: >> Peter De Berdt wrote: >>> On 24 Sep 2010, at 10:59, Tanawat Limungkura wrote: >>> I use rails 3.0 In my created dir I tried to use any command of rails just like rails -v but it show me that Could not find gem 'sqlite3-ruby

[Rails] Re: I cant use any rails command in my created project WHY!

2010-09-24 Thread Solrac Caritas
Tanawat Limungkura wrote: > Peter De Berdt wrote: >> On 24 Sep 2010, at 10:59, Tanawat Limungkura wrote: >> >>> I use rails 3.0 In my created dir I tried to use any command of rails >>> just like >>> rails -v but it show me that >>> Could not find gem 'sqlite3-ruby (>= 0, runtime)' in any of the

[Rails] Re: I cant use any rails command in my created project WHY!

2010-09-24 Thread Tanawat Limungkura
Peter De Berdt wrote: > On 24 Sep 2010, at 10:59, Tanawat Limungkura wrote: > >> I use rails 3.0 In my created dir I tried to use any command of rails >> just like >> rails -v but it show me that >> Could not find gem 'sqlite3-ruby (>= 0, runtime)' in any of the gem >> sources. >> Try running `bu