schema.rb gotcha and how to load default entries in DB

Hi list,

I just wanted to let you know:

1) Yes you must check in the schema.rb into your SCM. 2) Yes you must use db:schema:load 3) Be careful schema.rb won't allow you to load "default" entries into the DB

My question is, if I want to have for instance a default user inserted into DB such as an admin user, how do you handle that? Mixing migrations and schema.rb is dangerous.

Hi,

Thank you that's the kind of plugin I was looking for!