Mark D. Blackwell
Mark D. Blackwell
While writing my first Ruby gem, I found (via Google) [your](http://matthuggins.com/articles/step-by-step-guide-to-building-your-first-ruby-gem) Engineering Lunch Series [tutorial](https://quickleft.com/blog/engineering-lunch-series-step-by-step-guide-to-building-your-first-ruby-gem/) on gem writing. It uses the Dogeify gem as an example, and it states: >...
Correct links to upgrade instructions. It's my fault that I didn't look at the open pull requests. I would have found this identical one: #842. The links were broken on...
CASE `FileUtils#sh` truncates (to 42 characters) the echoing of failed shelled-out commands (as determined by their exit status). (BTW, even when the output is redirected to a file, it still...
An important use-case exists for notes to be sustained—optionally—"hands-free." I searched the user interface and could not figure out how to keep notes playing, "hands-free." How can I do that?...
Elm's documentation (located [here](https://github.com/elm-lang/elm-lang.org/blame/5624d9ed9f54a8a53f98dac41f826e0fe420b45f/src/pages/docs/syntax.elm#L169)) at [elm-lang.org/docs/syntax#records](http://elm-lang.org/docs/syntax#records) says: ##### Records ```elm dist {x,y} = -- pattern matching on fields sqrt (x^2 + y^2) ``` Now, in order to come up with...
Now all tests pass. Fixes issue #5; contains no Gemfile changes. These source changes flow into gem rails_apps_composer approximately [here](https://github.com/RailsApps/rails_apps_composer/blob/master/recipes/testing.rb#L227).
For whoever must use MongoDB versions earlier than 2.2.0, please update these docs ([README](https://github.com/RailsApps/rails3-subdomains/blob/master/README.textile#installing-mongodb) and [tutorial](http://railsapps.github.io/tutorial-rails-subdomains.html) section 'Installing MongoDB') similar to your [comment](https://github.com/RailsApps/rails3-mongoid-omniauth/pull/25#issuecomment-15497445) and pull request for Rails Example App...
Now all tests pass. Fixes issue #14; contains no Gemfile changes. These source changes flow into gem rails_apps_composer approximately [here](https://github.com/RailsApps/rails_apps_composer/blob/c99c817e0cdfb5d0fd81807bb39cc9fc816c6767/recipes/saas.rb#L197) only.
Apparently Recurly has [changed](https://docs.recurly.com/changelog) (further differentiated) some error messages. So, this has broken two of our tests. But the tests pass when (in [sign_up_with_recurly.feature](https://github.com/RailsApps/rails-recurly-subscription-saas/blob/7cd8602d63f6d97f1aed91accb277b4d22594cad/features/users/sign_up_with_recurly.feature)) the strings respectively in lines [56](https://github.com/RailsApps/rails-recurly-subscription-saas/blob/7cd8602d63f6d97f1aed91accb277b4d22594cad/features/users/sign_up_with_recurly.feature#L56)...
Googling "[mock Recurly](https://www.google.com/search?q=mock+Recurly)" reveals software which can mock out the actual invocation of Recurly for testing purposes. In order to test the example app itself with CI or other purposes,...