November 1, 2017 in Learn
Active Record Without a Rails App
When you want to work with Ruby on Rails models, even if you’re just playing around, you have to go through a few steps: Create an app directory Create a database Generate model classes Run migrations But sometimes you need…