Charles on Software

Opinions about designing, programming and using software

Browsing Posts tagged windows

I installed apache and MySQL on my Windows XP laptop by using WampServer.  It’s convenient for setting up a local development environment. I’m creating a Rails application and ran “rake db:migrate” to create the database tables for my project.  When I did so, I got the following: rake db:migrate –trace ** Invoke db:migrate (first_time) ** [...]

While creating a Ruby on Rails application for the first time under Windows XP, I ran into a problem.  I usually do Ruby on Rails development on Linux, but I’ve been wanting to do it on my laptop; it runs XP, since I do a lot of .NET development. When I ran “rake db:create” to [...]