Sha256: 6bda5fb77c4a68017bd3438f9ff5ffd7319733fc243c4c24623ee1130c5e8344
Contents?: true
Size: 377 Bytes
Versions: 36
Compression:
Stored size: 377 Bytes
Contents
#!/usr/bin/env ruby require 'rib/runner' # create the shell before app to prvent your bundler (if any) kicks in Rib.shell # we need to require anything before loading the app, # and both `rib auto` (true) and `rib-auto` (nil) should work require 'rib/core' if Rib.config.delete(:mimic_irb) != false require 'rib/app/rails' # load the app Rib::Rails.load Rib::Runner.run(ARGV)
Version data entries
36 entries across 36 versions & 1 rubygems