irb Tools

dotfiles

1152

450
166
config files for zsh, bash, completions, gem, git, irb, rails Last commit: Mon, 19 Jul 2010 21:51:14 +0000

awesome_print

590

505
17
Great Ruby dubugging companion: pretty print Ruby objects to visualize their structure. Supports Rails ActiveRecord objects via included mixin. Last commit: Fri, 04 Jun 2010 05:04:12 +0000

gem install awesome_print

Downloads: 14112

v0.2.1
6084

hirb

496

441
11
Hirb currently provides a mini view framework for console applications, designed to improve irb's default output. Hirb improves console output by providing a smart pager and auto-formatting output. The smart pager detects when an output exceeds a screenful and thus only pages output as needed. Auto-formatting adds a view to an output's class. This is helpful in separating views from content (MVC anyone?). The framework encourages reusing views by letting you package them in classes and associate them with any number of output classes. Last commit: Thu, 22 Jul 2010 08:55:10 +0000

gem install hirb

Downloads: 33337

v0.3.2
11886

racksh

193

194
2
Console for any Rack based ruby web app Last commit: Sat, 03 Apr 2010 15:45:20 +0000

gem install racksh

Downloads: 3730

v0.9.7
1479

looksee

170

169
4
Looksee lets you examine the method lookup path of objects in ways not possible in plain ruby. Last commit: Wed, 30 Sep 2009 14:49:49 +0000

gem install looksee

Downloads: 3115

v0.2.1
2754

bond

127

107
4
Bond is on a mission to improve irb’s autocompletion. Aside from doing everything irb’s can do and fixing its quirks, Bond can autocomplete argument(s) to methods, uniquely completing per module, per method and per argument. Bond brings irb’s completion closer to bash/zsh as it provides a configuration system and a DSL for creating custom completions and completion rules. With this configuration system, users can customize their irb autocompletions and share it with others. Bond can also generate completions from yard documentation and load completions that ship with gems. Bond is able to offer more than irb’s completion since it uses a Readline C extension to get the full line of input when completing as opposed to irb’s last-word approach. Last commit: Mon, 19 Jul 2010 01:44:14 +0000

gem install bond

Downloads: 2018

v0.2.2
229

utility-belt

89

77
12
IRB Power User Utility Belt Last commit: Mon, 01 Dec 2008 02:30:12 +0000

sketches

40

45
0
Sketches allows you to create and edit Ruby code from the comfort of your editor, while having it safely reloaded in IRB whenever changes to the code are saved. Last commit: Fri, 11 Dec 2009 21:58:08 +0000

gem install sketches

Downloads: 1218

v0.1.1
1033

alias

26

26
0
Creates aliases for class methods, instance methods, constants, delegated methods and more. Aliases can be easily searched or saved as YAML config files to load later. Custom alias types are easy to create with the DSL Alias provides. Although Alias was created with the irb user in mind, any Ruby console program can hook into Alias for creating configurable aliases. Last commit: Mon, 19 Jul 2010 01:52:53 +0000

gem install alias

Downloads: 1121

v0.2.2
277

sirb

5

9
0
Statistics + IRB console Last commit: Mon, 23 Mar 2009 17:38:30 +0000