rails_sql_views (0.6.1) Rails 2.3.4 Hi, I've implemented this gem and wrote a query (which includes a self join), and I am getting the following error when trying to run the db:migrate command
undefined method `create_view' for #<ActiveRecord::ConnectionAdapters::MysqlAdapter:0x2474c60> I'm a bit new to Rails, and I'm not sure what's missing here. I've included the following in my environment file: gem 'rails_sql_views' Any pointers on this? we have an existing database and have a few views we'd really like to utilize. thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. 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-talk?hl=en.

