Skip to content

Commit

Permalink
./tools/console to drop into irb with rails loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Mar 29, 2010
1 parent fc6746f commit 4b07352
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/console
@@ -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

0 comments on commit 4b07352

Please sign in to comment.