Capybara debugging Javascript
Debugging Javascript in Capybara feature specs can be challenging (to say the least), because AFAIK you can’t drop ‘debugger’ into…
Achieving Developer Excellence with Automated Testing
Debugging Javascript in Capybara feature specs can be challenging (to say the least), because AFAIK you can’t drop ‘debugger’ into…
I just discovered something relatively simply that eluded me since the very start of my career in Rails. You’re working…
An important gotcha of some HTML5 semantic web stuff: An input of type=”number” attribute on an input and discovered that…
What you may miss off-the-bat is that Heroku’s copy of your app is actually a git repository. It’s like github’s…
I recently had to re-set my git repo, and after I did every time I did git pull or git…
So let’s say you are, for example, upgrading your Rails app and when you boot it you get a crash…
If you’re having problems with your favicon in IE, consider this: – has to be in the root folder –…
The problem is that IE 6 and IE 7 don’t implement at native JSON object. You can include this code…
I want to cover a basic but essential part of what you might expect in an introduction to JavaScript. This…