Skip to content

Instantly share code, notes, and snippets.

@sergeykish
Created December 7, 2009 16:20
Show Gist options
  • Select an option

  • Save sergeykish/250901 to your computer and use it in GitHub Desktop.

Select an option

Save sergeykish/250901 to your computer and use it in GitHub Desktop.
Disable rails ./script/console completion
# Disable rails ./script/console completion
# to fix `no such file to load -- readline (LoadError)`
$ diff ~/ruby/gems/gems/rails-2.3.5/lib/commands/console.rb{~,}
14c14
< libs = " -r irb/completion"
---
> libs = " -r irb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment