/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

kevinjmurphy.com
| | janko.io
9.2 parsecs away

Travel
| | When I joined my current company, the system tests for our Rails app used Selenium as the Capybara driver. I didn't have good experiences with Selenium in the past, mostly it was tedious to have to keep chromedriver up-to-date with the auto-updating Chrome. In this project, I was frequently hitting maximum number of open file descriptors on my OS when running system tests, probably in combination with Spring. We're using the Webdrivers gem, and we also needed to ignore its download URLs in VCR and WebMoc...
| | blog.corsego.com
9.2 parsecs away

Travel
| | Ruby on Rails tips & tricks, courses, screencasts. Also my adventures in hackathons, startups, teaching online.
| | www.writesoftwarewell.com
4.8 parsecs away

Travel
| | This post explains how to work with HTTP requests in Rails, covering the request object and important methods like path, headers, ip, and others.
| | operand.ca
21.4 parsecs away

Travel
| [AI summary] The author shares their experience fixing their blog's responsive design by implementing CSS media queries and viewport meta tags to ensure proper display on mobile devices.