I wonder if there\'s a way to load and/or use fixture in rails console. Actually, I\'d like to create a user from my fixture users.yml to do some testing without ha
users.yml
May be late... Rails 4
require 'active_record/fixtures' ActiveRecord::FixtureSet.create_fixtures(Rails.root.join('test', 'fixtures'), 'users')