Skip to content

Instantly share code, notes, and snippets.

@pdjota
Created December 17, 2018 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdjota/bd8fcd54749fb2dd1d57f855cc0218e1 to your computer and use it in GitHub Desktop.
Save pdjota/bd8fcd54749fb2dd1d57f855cc0218e1 to your computer and use it in GitHub Desktop.
Rails notes
#based on https://stackoverflow.com/questions/18195851/how-do-i-use-factories-from-factorygirl-in-rails-console
# docker-compose run complaint rails c --sandbox
require 'factory_girl'
FactoryGirl.find_definitions
FactoryGirl.create :user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment