I am looking for standard solution how to implement SQL views into the Rails3 project by using migrations and if somebody have experience with this topic based on Amazon RDS with MySql database. Thanks for any advise.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Finaly I solved this problem through schema_plus gem which has a method create_view. And I have had not any issues with ‘rake db:migrate’ on Amazone RDS. So far so good. Hope this answer will be usefull for somebody. 🙂