Capycoder: Chrome Extension to Record Interactions as Capybara
Seriously why hasn’t anyone ever told me about this awesome tool? With CapyCoder (below) you can literally record you interactions with code and the tool will write Capybara tests…
Achieving Developer Excellence with Automated Testing
Seriously why hasn’t anyone ever told me about this awesome tool? With CapyCoder (below) you can literally record you interactions with code and the tool will write Capybara tests…
Here’s a great resources for CSS & JavaScript developers who want to be on the bleeding edge of CSS3 and HTML. Interactive visualizations show you browser support for various parts…
Typically to eager load in Rails you use the .includes(:xyz) method in the controller code (or wherever you are making the search call) Here’s an interesting solution that does “just…
Here’s some advice I gave on the Rails-talk list this morning. (Information specific to the question I was answering has been stripped away to make this more of a general-purpose…
Although Word has a built-in “Export to HTML” feature, it has a host of problems that produce less than ideal markup for your website. For one, it is extremely verbose…