[Rails] help with tutorial --- Sproutcore + Rails

2008-12-08 Thread Srilatha Bhuvanapalli
Hi, I have been using rails to talk to sproutcore. I did exactly what the tutorial talks about. Also I downloaded the sproutcore-examples as instructed in the tutorial. Now when I run the local host : http://localhost:4020/contacts I do not get records listed on the left pane, instead I get a

[Rails] help with rails+sproutcore

2008-12-03 Thread Srilatha Bhuvanapalli
I have been trying to use rails as the backend for sproutcore. I am following the tutorial: http://blog.lawrencepit.com/2008/07/19/sproutcore-rails/#comment-4 I have followed all the steps in the tutorial. When I try to run the http://localhost:4020/contacts, its gives me the following console

[Rails] Rails: database connection

2008-12-02 Thread Srilatha Bhuvanapalli
I have been using rails to talk to MySQL. I followed the below tutorial and I have been getting erros on using rake db:migrate. Could some let me know how to resolve it. Tutorial: http://blog.lawrencepit.com/2008/07/19/sproutcore-rails/ Error: srilatha-bhuvanapallis-macbook-pro:contacts Latha$

[Rails] Re: Rails: database connection

2008-12-02 Thread Srilatha Bhuvanapalli
Frederick Cheung wrote: On 2 Dec 2008, at 17:35, Srilatha Bhuvanapalli wrote: I have been using rails to talk to MySQL. I followed the below tutorial and I have been getting erros on using rake db:migrate. Could some let me know how to resolve it. Sounds like you're using a version

[Rails] Re: Rails: database connection

2008-12-02 Thread Srilatha Bhuvanapalli
Frederick Cheung wrote: On 2 Dec 2008, at 17:50, Srilatha Bhuvanapalli wrote: Sounds like you're using a version of rails older than 2.0 Fred My version of rails is 2.1.2 srilatha-bhuvanapallis-macbook-pro:contacts Latha$ rails -v Rails 2.1.2 but is that app set to use an old

[Rails] Re: Rails: database connection

2008-12-02 Thread Srilatha Bhuvanapalli
Frederick Cheung wrote: On 2 Dec 2008, at 18:04, Srilatha Bhuvanapalli wrote: srilatha-bhuvanapallis-macbook-pro:contacts Latha$ rails -v Rails 2.1.2 but is that app set to use an old version of rails (eg because it's frozen into vendor/rails or because RAILS_GEM_VERSION is set