mirror of https://github.com/rails/rails
8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
|
#!/usr/bin/env ruby
|
||
|
require File.expand_path('../../load_paths', __FILE__)
|
||
|
require 'rails/all'
|
||
|
require 'active_support/all'
|
||
|
require 'irb'
|
||
|
require 'irb/completion'
|
||
|
IRB.start
|