Connect Rails Application To Existing Database
问题 I have a client asking me to help them build a ruby application to interface with a database that was created for a different application that runs on php. The problem is that since the database was not scaffolded with rails, it does not follow any of the rails conventions. For example, there is a table called form If I run the command rails generate model form then rails will infer the table name is form s further more I don't want ruby to perform any migrations since the data is already