Sha256: 174dcb84c4cdf91f0b6c3b3a821530fcc026d83bfbd7e3b60e7875f0911fc03d

Contents?: true

Size: 436 Bytes

Versions: 16

Compression:

Stored size: 436 Bytes

Contents

#!/usr/bin/env ruby
# File: script/console
irb = RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb'

libs =  " -r irb/completion"
# Perhaps use a console_lib to store any extra methods I may want available in the cosole
# libs << " -r #{File.dirname(__FILE__) + '/../lib/console_lib/console_logger.rb'}"
libs <<  " -r #{File.dirname(__FILE__) + '/../lib/ehcache.rb'}"
puts "Loading ehcache gem"
exec "#{irb} #{libs} --simple-prompt"

Version data entries

16 entries across 16 versions & 3 rubygems

Version Path
jruby-ehcache-rails3-1.3.2 script/console
jruby-ehcache-rails2-1.3.2 script/console
jruby-ehcache-1.3.2 script/console
jruby-ehcache-rails3-1.3.1 script/console
jruby-ehcache-rails2-1.3.1 script/console
jruby-ehcache-1.3.1 script/console
jruby-ehcache-rails3-1.3.0 script/console
jruby-ehcache-rails2-1.3.0 script/console
jruby-ehcache-1.3.0 script/console
jruby-ehcache-1.2.1 script/console
jruby-ehcache-1.2.0 script/console
jruby-ehcache-1.1.2 script/console
jruby-ehcache-1.1.1 script/console
jruby-ehcache-1.1.0 script/console
jruby-ehcache-1.0.0 script/console
jruby-ehcache-0.5.0 script/console