In CakePHP, I can specify a prefix in my database configuration, i.e. "so_", so that each model searches for its own table under this prefix.
Is this possible in Rails? That is, can several programs share the same database?
ruby-on-rails prefix
blinry
source share