I use this plugin
https://github.com/lazyatom/engines
which I think is now integrated into Rails 3. Or is it?

My migration files are in 
vendor/plugins/my_plugins/db/migrate/0xx_migration_name.rb
When I run install migrations task, they are copied to 
db/migrate/2100000xx_migration_name.rb
And when I run db:migrate I end up with migration errors

On Thursday, 3 May 2012 05:59:56 UTC+3, Piotr Sarnacki wrote:
>
> Please specify which plugin have you used for engines migrations in 2.3 or 
> describe your situation better - how does your migration files look like?
>
> On Wednesday, May 2, 2012 11:18:29 AM UTC-7, Vanuan wrote:
>>
>> As I discovered on github https://github.com/rails/rails/issues/5424
>> rails engines migrations should be checked into source control.
>> But I don't see how it's possible to upgrade database with rails 2.3 
>> plugins migrations to rails 3 engines migrations. (duplicate table and 
>> column names, etc.)
>> Do you have any thoughts?
>>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-core/-/3q7n1WEZSzcJ.
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/rubyonrails-core?hl=en.

Reply via email to