[Rails] Re: cPanel RoR with mySQL database

2008-10-23 Thread Rob Pa
Hi, Yep the data is shown which I had entered into the table, through the migration. Hope you can help, Thanks a lot! -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Rub

[Rails] Re: cPanel RoR with mySQL database

2008-10-23 Thread Ajit
try executing following seems like your table is empty try follwoing open command window.. goto your project directory.. run console.. ./script/console they try Team.find(:all) and see if it returns anything.. it will tell you if there is any data in teams table. let me know Ajit On Oct 23, 7