aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console
blob: 58c76fb1b601492804d99d9c6078dd3084f1007d (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env ruby
require "bundler"
Bundler.setup

require "rails/all"
require "active_support/all"
require "irb"
require "irb/completion"
IRB.start