search for: srilatha

Displaying 2 results from an estimated 2 matches for "srilatha".

2008 Dec 23
2
rails 2.2 connection to MySQL
...All I did is the following: 1. rails addressbook 2. cd addressbook 3. script/generate scaffold Contact first_name:string lastname:string 4. rake db:migrate I also change the database.yml to suite MySQL. I have been getting the below error. Could someone please help me resolve this issue ERROR: srilatha-bhuvanapallis-macbook-pro:contacts Latha$ rake db:migrate(in / Users/Latha/LearnSproutCore/AddressBookWithDatabase/contacts) !!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql. rake aborted! no such file to load -- mysql (...
2008 Dec 03
0
help with rails+sproutcore
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 errors: Contacts is not defined [Break on this error] Contacts.detailController =