Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Zach Wentz
RE: db neutral migrations upon generate? [ reply ]  
2008-02-26 17:30
It has to do with the plugin, it's not on your end. I think with the new one for Rails 2.0 it includes a db neutral migration. This is a very buggy generator and I have spent the better part of two weeks going through it and tweaking things. I'd say I have a pretty good understanding of how it works now, so if you have any more questions let me know.

By: James Wilson
db neutral migrations upon generate? [ reply ]  
2008-02-22 04:15
why does

./script/generate salted_login User Localization

generate a migration file for MYSQL when my project is setup with default rails 2.0.2 settings using sqlite3?

I was able to find a db-neutral rails migration code version for CreateUsers here:

http://wiki.rubyonrails.org/rails/pages/SaltedHashLoginGenerator

But still... has this something to do with the plugin, or is it a configuration problem with my project?