Arid, Extra DRY

  • ruxpin: how can I set the schema_migrations table name?
  • ruxpin: I have two rails applications using the same database
  • rsl: and yr using migrations in both?
  • ruxpin: yes
  • rsl: quel desastre!
  • ruxpin: why?
  • ruxpin: atm all of the migrations are in the main app
  • rsl: i'd personally keep them all in one app and have the other a "slave" as far as migrations.
  • ruxpin: but it gets quite problematic when you don't want the 2nd app on some servers
  • rsl: like i said... quel desastre!
  • rsl: but it sure is DRY.