activewarehouse / rails_sql_views

Rails SQL Views project extracted from ActiveWarehouse
http://activewarehouse.rubyforge.org/rails_sql_views
MIT License
140 stars 129 forks source link

in rails 3, 'rake db:schema:dump' does not dump the view #5

Closed flavorjones closed 4 years ago

flavorjones commented 14 years ago

using rails 3.0.0, mysql 2.8.1, rails_sql_views 0.8.0

the view was created via a migration (using create_view) and works fine. but db/schema.rb does not contain the view schema, even after an explicit 'rake db:schema:dump'

rgabo commented 13 years ago

+1, pull request included in #6, fork available at sspinc/rails_sql_views until pulled

tx

flavorjones commented 13 years ago

+1 on @rgabo's pull request, which solves the issue for me.