It Depends™, as a Service. Maker & breaker of things. Software spelunker. Good at naps. he/him
- Atlanta, GA
- 20:39
(UTC -04:00) - stevenharman.net
- @stevenharman@ruby.social
- @stevenharman
Highlights
- Pro
PinnedLoading
- dumb_delegator
dumb_delegator PublicDelegator and SimpleDelegator in Ruby's stdlib are useful, but they pull in most of Kernel. This is not appropriate for many uses; for instance, delegation to Rails models.
- git_tracker
git_tracker PublicSome simple tricks that make working with Pivotal Tracker even better... and easier... um, besier!
- Heroku Release Phase script for mana...
Heroku Release Phase script for managing Rails DB migrations, and playing nice with Review Apps and postdeploy scripts 1#Heroku Release Phase + Review Apps + Rails
23This is a simplified, but fairly thorough, set of scripts and configuration to enable[Heroku Release Phase](https://devcenter.heroku.com/articles/release-phase) for Rails apps.
4Further, this particular set up plays nicely with[Heroku Review Apps](https://devcenter.heroku.com/articles/github-integration-review-apps) in that the`release` phase script will:
5 - A subtle difference between Ruby's H...
A subtle difference between Ruby's Hash.fetch(:key, :default) vs. (Hash[:key] || :default) 1h={
2'a'=>:a_value,
3'b'=>nil,
4'c'=>false
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check theGitHub status page orcontact support.
If the problem persists, check theGitHub status page orcontact support.