[Rails] Re: problem with the getting started tutorial

2010-05-29 Thread Roelof Wobben
Oke, Im now doing everything with nano and the prompt. But I hit one problem. on Chapter 6.2 I have to go to this url: /app/views/home/index.html.erb But views only has layouts and posts in it. Roelof -- Posted via http://www.ruby-forum.com/. -- You received this message because you are su

[Rails] Re: problem with the getting started tutorial

2010-05-28 Thread Marnen Laibow-Koser
Roelof Wobben wrote: > Juan Pablo Genovese wrote: >> Is your MySQL instance running in the same computer? If no, did you open >> the >> port 3306? >> Did you create the corresponding users and granted them access and >> sufficient permissions to do the required tasks? >> >> 2010/5/28 Roelof Wobbe

Re: [Rails] Re: problem with the getting started tutorial

2010-05-28 Thread Juan Pablo Genovese
Well... no. Don't ask that. NetBeans, as good as it is, is a simple IDE. It's like a text editor on steroids, if you know what I mean. It will help you a lot with many tasks, but it won't install or configure MySQL for you. You need to install MySQL and create and grant the necessary users and perm

[Rails] Re: problem with the getting started tutorial

2010-05-28 Thread Roelof Wobben
Juan Pablo Genovese wrote: > Is your MySQL instance running in the same computer? If no, did you open > the > port 3306? > Did you create the corresponding users and granted them access and > sufficient permissions to do the required tasks? > > 2010/5/28 Roelof Wobben Hello Juan Pablo Genovese