Sha256: f401d437dd6f86783372bc6b38b833eae53a0e0bedebb36532d0cdd66386899d

Contents?: true

Size: 285 Bytes

Versions: 7

Compression:

Stored size: 285 Bytes

Contents

#!/usr/bin/ruby

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), 'lib'))

require 'rubygems'
require 'bundler/setup'
Bundler.require
require 'mock_rails'
require 'blueprint'
require 'irb'

WillPaginate.enable_activerecord
AridCache.init_rails
Blueprint.seeds

ARGV.clear
IRB.start

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
arid_cache-1.3.6 test/console
arid_cache-1.3.5 test/console
arid_cache-1.3.4 test/console
arid_cache-1.3.3 test/console
arid_cache-1.3.2 test/console
arid_cache-1.3.1 test/console
arid_cache-1.3.0 test/console