rake db:rollback does nothing, no rollback is performed and no error message is shown
I just discovered something relatively simply that eluded me since the very start of my career in Rails. You’re working…
Achieving Developer Excellence with Automated Testing
Posts related to Ruby, Rails, other programming topics. Highly technical.
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…
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…