How to test EpicEditor with Capybara and RSpec
Author Archives: Eliot Sykes
JavaScript Debugging for Rubyists
Take advantage of your Ruby debugging skills to learn how to debug JavaScript.
Testing Ace Editor with Capybara & RSpec
How to test the Ace editor with Capybara and RSpec
Debug Rails Faster with Quiet Assets & Quieter Logs
Streamline debugging in your Rails development environment by reducing asset log noise with the Quiet Assets gem.
The Big List of View Specs
See what view specs look like from real Rails apps. Probably the largest collection of view specs in the world.
Magic Numbers in Ruby & How You Make Them Disappear
Magic numbers are hardcoded unexplained values, avoid them using Ruby constants.