Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #4744 > unrolled thread
| Started by | Jan Lelis <rb@janlelis.de> |
|---|---|
| First post | 2011-05-18 16:56 -0500 |
| Last post | 2011-05-21 03:05 -0500 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.ruby
[ANN] Irbtools 1.0.0 released Jan Lelis <rb@janlelis.de> - 2011-05-18 16:56 -0500
Re: [ANN] Irbtools 1.0.0 released Johannes Held <johannes.held@informatik.uni-erlangen.de> - 2011-05-19 09:35 +0200
Re: [ANN] Irbtools 1.0.0 released Markus Fischer <markus@fischer.name> - 2011-05-21 03:05 -0500
| From | Jan Lelis <rb@janlelis.de> |
|---|---|
| Date | 2011-05-18 16:56 -0500 |
| Subject | [ANN] Irbtools 1.0.0 released |
| Message-ID | <4DD44068.1090401@janlelis.de> |
Irbtools 1.0.0 has been released. Irbtools is a meta gem that installs useful irb gems and configures your irb. It's easy to use and much more fun than a vanilla irb ;). This latest release focused on decreasing the annoying start-up time caused by loading too much libraries, so it offers multiple loading methods, including autoload and threads. The default set of gems includes * hirb <http://tagaholic.me/2009/03/13/hirb-irb-on-the-good-stuff.html> * wirb <https://github.com/janlelis/wirb/> * fancy_irb <https://github.com/janlelis/fancy_irb> * awesome_print <https://github.com/michaeldv/awesome_print> * interactive_editor <https://github.com/jberkel/interactive_editor> * ori <https://github.com/dadooda/ori> * clipboard <https://github.com/janlelis/clipboard> * methodfinder <https://github.com/citizen428/methodfinder> ..and more ;) Check it out at https://github.com/janlelis/irbtools By the way, thanks to all irbtools users for using it :) J-_-L
[toc] | [next] | [standalone]
| From | Johannes Held <johannes.held@informatik.uni-erlangen.de> |
|---|---|
| Date | 2011-05-19 09:35 +0200 |
| Message-ID | <93jvf3Fno2U1@mid.dfncis.de> |
| In reply to | #4744 |
Thanks for packaging that gem! Wunderbar! -- Grüße, Johannes
[toc] | [prev] | [next] | [standalone]
| From | Markus Fischer <markus@fischer.name> |
|---|---|
| Date | 2011-05-21 03:05 -0500 |
| Message-ID | <4DD77248.70908@fischer.name> |
| In reply to | #4744 |
Hi, On 18.05.2011 23:56, Jan Lelis wrote: > Irbtools 1.0.0 has been released. Irbtools is a meta gem that installs > useful irb gems and configures your irb. It's easy to use and much more > fun than a vanilla irb ;). thanks, very useful indeed! I'm working on a terminal with dark background color and the default rocket prompt in blue was barely readable. You can change that with FancyIrb.options[:colorize][:rocket_prompt] = :cyan # or whatever ;) I initially though this was a wirb issue and pestered it's author who was kind enough to provide me with this line (coincidentally he's the author of FancyIrb too, so ... :-) - Markus
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.ruby
csiph-web