How: From database to "schema.rb" file ?

Hi there!

Is there a way to get a complete/up-to-date "schema.rb" file, based on just the database? (without using any migration files...)

rake db:schema:dump

Thanks a lot !