Sha256: ae9e3ff6942c63fc6b1f075de8278fdf6184a304461419e0b82311bdb9695a3c
Contents?: true
Size: 472 Bytes
Versions: 3
Compression:
Stored size: 472 Bytes
Contents
#!/usr/bin/env ruby require 'bundler/setup' require 'comicvine/mongo' # You can add fixtures and/or initialization code here to make experimenting # with your gem easier. You can also use a different console, if you like. # (If you use this, don't forget to add pry to your Gemfile!) # require "pry" # Pry.start ENV['RACK_ENV'] = 'development' #Mongoid.load!(File.join(File.expand_path('../../test', __FILE__), 'mongo.yml'), ENV['RACK_ENV']) require 'irb' IRB.start
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
comicvine-mongo-0.1.2 | bin/console |
comicvine-mongo-0.1.1 | bin/console |
comicvine-mongo-0.1.0 | bin/console |