On Thu, Apr 24, 2008 at 9:27 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > config.active_record.primary_key_prefix_type = :table_name_with_underscore > > Does this active record option break the Data Tab functionality of > Heroku?
Yes, the data tab relies on Rails conventions to explore your database. If you deviate from that you won't be able to use it. We hope to make it more robust in the future, but that's where it's at for now. Adam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
