mirror of
https://github.com/github/rails.git
synced 2026-01-07 22:03:54 -05:00
8 lines
173 B
Ruby
Executable File
8 lines
173 B
Ruby
Executable File
#!/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
|