Have you tried using the console? Make sure you're on your project's directory and type in the command *heroku console*. You'll enter console mode live on your deployed application and will be able to see which fields your models have.
Another good option would be using a rake task remotely like this: *heroku rake db:abort_if_pending_migrations* Good luck. On Sun, Aug 15, 2010 at 11:37 PM, Sergio Lima <[email protected]>wrote: > Hi people, > > I have a app on Heroku and I have to check if an index was actually > created in a table. > How can I do that ? How can I see the indexes of a table for example ? > > And ( in other situations) If I have to check others tables and indexes > ? > > thanks in advance. > > Sergio > ------------------------------ > > Sergio Lima > [email protected] > www.sergiosouzalima.com.br > [image: Facebook] <http://www.facebook.com/sergiosouzalima>[image: > Linkedin] <http://br.linkedin.com/in/sergiosouzalima>[image: > Orkut]<http://www.orkut.com.br/Main#Profile?uid=5481058371846280601>[image: > Twitter] <http://twitter.com/sergiosouzalima> > > --- @ WiseStamp > Signature<http://my.wisestamp.com/link?u=xtc3rwygbx8jm5wp&site=www.wisestamp.com/email-install>. > Get it > now<http://my.wisestamp.com/link?u=xtc3rwygbx8jm5wp&site=www.wisestamp.com/email-install> > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<heroku%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
