aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console
blob: 98a848ff6b2ca7dc106159f436056cb16e51e5dc (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