Using number type on an input field causes reformatting with commas when form is submitted
An important gotcha of some HTML5 semantic web stuff: An input of type=”number” attribute on an input and discovered that…
Achieving Developer Excellence with Automated Testing
Posts related to Ruby, Rails, other programming topics. Highly technical.
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…
There is an IE 6 / IE 7 (only) bug that causes the content that should be scrolling to spill…
add to your Gemfile group :development, :test do gem ‘rspec-rails’ end Be sure to bundle install after changing your Gemfile…
Ran into an annoying chicken/egg involving deploying to Heroku with a shared database. It seems that Heroku isn’t happy unless…
cd ~/Library/Application Support/TextMate/Bundles git clone git://github.com/subtleGradient/javascript-tools.tmbundle.git In Textmate, Bundles > Bundle Editor > Reload bundles Now open a Javascript file…