Alex Chaffee

Results 8 issues of Alex Chaffee

If doc sites use client-side JavaScript to produce or fetch some of their content, we need to launch a headless browser and execute it. Currently scraper subclasses do that individually...

ActionMailer's `deliver_` methods return an instance of `Mail`, which allows for easy unit testing, _a la_ http://edgeguides.rubyonrails.org/testing.html#unit-testing : ``` ruby     email = UserMailer.create_invite('[email protected]',                                        '[email protected]', Time.now).deliver_now     # Test the body of...

In the latest RubyGems (2.2.1), this plugin fails: ``` ERROR: While executing gem ... (NoMethodError) undefined method `source_index' for Gem:Module ``` This is a shame since I love using `gem...

RSpec indents when printing the exception message, which means that the line should wrap 8 characters (or so) sooner than it does now. Probably the same for other test frameworks...

I have a question about the behavior of a guppe group in the following scenario: 1. I publish a toot without mentioning any groups 2. I edit the toot and...

if possible, detect when the server has not only launched but is listening to the port and ready to accept requests this may require some config.ru snooping or CL params...

the signal handler should not only kill a running process; it should also kill a process that we're currently in the middle of starting (if the timing is just wrong...

...if no other parameters are specified, of course ...should decide whether "rake" or "rackup" take precedence, so this feature request may be impossible