.irbrc
-
It uses Wirble, for syntax highlighting and fun, and also loads lots of common libraries, and a bunch of nice helper functions
-
Uses Wirble (http://pablotron.org/software/wirble/README), which does some cool stuff like syntax highlighting.
-
From Ben Bleything...keeps irb history and gives you an h! method for exectuting a line or a range of lines.
-
-
-
See the comments for a description of functionality.
-
-
The quintessential random's IRb configuration ||| http://elliottcable.name/
-
-
Uses helper extension from err.the_blog (http://errtheblog.com/post/43), Rails Logger hack from Ryan Bates (http://railscasts.com/episodes/56), wirble (http://pablotron.org/software/wirble/), Ben Bleything's Shell-style History for irb (http://blog.bleything.net/pages/irb_history), boolean_golf.rb from Ruby By Example by Kevin C. Baird (http://www.nostarch.com/ruby.htm)
-
-
-
Adds autocompletion and sets simple prompt to IRB.
-
Very simple, but very complete irbrc, using lots of very helpful gems:
- utility_belt: lots of good stuff
-
Wirble is cool, so is UtilityBelt.
-
history, separate rails/console history, syntax highliting, ...
-
IRB With colors and a custom prompt. Also, a few neat methods.
-
-
-
-
-
-
Included a number of other functions (and hopefully their sources) from others. I also have a bit at the end that loads all my addition "util" libraries that aren't test files for access to functions I build and want to keep around.