mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
./tools/console to drop into irb with rails loaded
This commit is contained in:
parent
fc6746fc3f
commit
4b07352420
1 changed files with 7 additions and 0 deletions
7
tools/console
Executable file
7
tools/console
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/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
|
Loading…
Reference in a new issue