[Rails] Re: rails 3 and postgresql scemas

2011-05-20 Thread john martirano
We accomplish this with custom extensions to the PostgreSQLAdapter, Migration, Migrator and other classes. It is not an ideal solution because we have to patch numerous areas including rspec.rake tasks, database_cleaner rake task and we still dont have a full solution that behaves like you wou

[Rails] Re: rails 3 and postgresql scemas

2011-05-19 Thread Kendall Gifford
First a disclaimer: I'm no expert on using PostgreSQL w/rails. So, take this with a grain of salt. Hopefully someone w/more knowledge will respond. On Thursday, May 19, 2011 3:46:29 AM UTC-6, sleepwalker wrote: > > Does Rails 3 support native working with postgresql schemas, or I > should try so