Pablo Herrero

Results 7 issues of Pablo Herrero

Add support for Ubuntu's Unity tray icons, old style gtk2 icons doesn't work anymore since Ubuntu 13.04 (even using former workarounds). I'm not quite sure how this to be implemented...

Rails provided assertions for generator tests aren't available, including them will make easier to add new matchers.

## Project Pathway https://github.com/pabloh/pathway https://rubygems.org/gems/pathway ## What is this Ruby project? Pathway helps you separate your business logic from the rest of your application; regardless if is an HTTP backend,...

addition

Where using `pry` (0.10.0) with `pry-coolline` (0.2.4) and `cooline` (0.4.4), you need to push the up arrow button twice (instead of once) to get the last entered expression, like there...

`irb` and `reline` are going to be available on `Ruby` 3.5 only as (bundled) gems, hence we need to add them as dependencies before calling require on them. Also it's...

Tag steps blocks so they are easier to debug