<div>
                    Hi all
                </div><div><br></div><div>Is anyone using db views in a Rails app? If so, maybe you can help. </div><div><br></div><div>My issue lies more around the management of the views, rather than using them in the app. I’ve done this before in a previous project but I don’t have access to that codebase anymore and I can’t remember what the hell I did.</div><div><ul><li>How do you make ActiveRecord recognise the view and exclude it from the schema.rb file?</li><li>I seem to remember keeping the views as .sql files which were executed after a migration (by enhancing the db:migrate task). Any variations on this?</li></ul><div>The only gem I’ve managed to find is this one: <a href="https://github.com/railsware/db_structure_ext/tree/master/lib/db_structure_ext">https://github.com/railsware/db_structure_ext/tree/master/lib/db_structure_ext</a></div><div>Seems very old though and this seems like something which doesn’t need a gem. I know we didn’t use one previously.</div><div><br></div><div>Unfortunately using the word “view” in search criteria is not very useful ;)</div><div><br></div><div>Thanks,</div></div><div>Ed.</div>