Unit-test your Elixir Plugs with a few quick tips.
Read more at the sourceAll posts by Josh Clayton
Routing in Elm with Hop and Mailboxes
Elegant routing in Elm with Hop.
Read more at the sourceMaybe Thinking
By understanding Maybe, you begin to see code in a new light.
Read more at the sourceDecorating Arrays in Ember
Leverage Ember.ObjectProxy to introduce decorators into your Ember codebase.
Read more at the sourceRails on Docker
Develop a Rails app in Docker.
Read more at the sourceRails on Docker
Develop a Rails app in Docker.
Read more at the sourceTesting and Environment Variables
Learn how to test code using data in environment variables with Climate Control.
Read more at the sourceUpdated Test-Driven Rails Videos
<p>I’m happy to announce that we’ve updated the content for our popular
<a href="https://upcase.com/test-driven-rails?utm_medium=blog&utm_campaign=updated-test-driven-rails-content&utm_source=giantrobots">Test-Driven Rails course</a> on <a href="https://upcase.com/">Upcase</a>. What’s
changed?</p>
<h2>Updated Gems, including Rails 4 and RSpec 3</h2>
<p>We’ve updated the course to take advantage of newer versions of Ruby, Rails,
RSpec…</p>
Acceptance Tests at a Single Level of Abstraction
<p>Each acceptance test tells a story: a logical progression through a task
within an application. As developers, it’s our responsibility to tell each
story in a concise manner and to keep the reader (either other developers or
our future selves) engaged…</p>
Speed Up Tests by Selectively Avoiding Factory Girl
Learn one simple way to speed up your tests with the factory_girl gem!
Read more at the source