[Rails] Re: rails server error (rails 3) in windows

2014-01-23 Thread John Ivanoff
I aggree. SQLITE will work fine. the only difference will be your config/database.yml When you do rails new project_name rails will set up the yml properly. I wrote a post back 2010 on setting up rails 2 sqlite on XP http://blog.johnivanoff.com/2010/09/ruby-192-rails-3-clean-install-on.html Migh

[Rails] Re: rails server error (rails 3) in windows

2014-01-22 Thread p val
it's not that necessary to use mysql so early if u're just learning RoR. just start a new project without mysql options: rails new project_name On Tuesday, March 20, 2012 1:54:25 AM UTC-3, Ruby-Forum.com User wrote: > > Hey all, > > I'm trying to learn RoR with absolutely no programming experien

[Rails] Re: rails server error (rails 3) in windows

2014-01-21 Thread Chris Cox
Further to the above I decided to start again with a clean install using railsinstaller. Went through similar issues but on renaming mysql2.rb and not having an old mysql.rb file in the path, I found it was erroring on line 72 of runtime.rb which when I commented out : #Kernel.require

[Rails] Re: rails server error (rails 3) in windows

2014-01-21 Thread Chris Cox
Hi Guys Struggled some time with this, but found the issue appears to be the line in the mysql2.rb file: require mysql/mysql Removing this works better however the server doesn't start normally. When I copied the mysql.rb file from the mysql folder to C:\Ruby\lib\ruby\gems\1.9.1\gems\mysql2-0.3

[Rails] Re: rails server error (rails 3) in windows

2012-03-20 Thread Luis Lavena
On Tuesday, March 20, 2012 1:54:25 AM UTC-3, Ruby-Forum.com User wrote: > > Hey all, > > I'm trying to learn RoR with absolutely no programming experience > following the ruby on rails essentials tutorial on lynda.com. I'm still > very early in the video series and I created a new project using the

Re: [Rails] Re: rails server error (rails 3) in windows

2012-03-20 Thread Javier Quarite
Yes, have you installed it using rails installer? or something else? -- 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@googlegroups.com. To unsubscribe from this group, send email to r

[Rails] Re: rails server error (rails 3) in windows

2012-03-20 Thread jack cognac
Javier Quarite wrote in post #1052402: > Have you add mysql gem? > (maybe you have added it but just in case ) > > > Javier I'm pretty sure I did, "gem install mysql", correct? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Group