As I explained before on the Rails 3.1 - Adding custom 404 and 500 error pages post, sometimes you might want to have a custom way to handle your not found and internal server errors. In that case we wanted to show the error with a custom template.
Continue Reading »April 2012
-
Rails - Custom 404 and 500 pages and the exception_notification gem
-
Introducing rambling-slider-rails: Easily include the jQuery Rambling Slider on your rails app
About three weeks ago, I had to use the jQuery Rambling Slider together with the Rails asset pipeline...
Continue Reading »
It was a headache and a total mess... Having to change all the references to the images on the CSS file, as well as the themes was not as smooth as I would like that to be. -
Git: Removing sensitive data and rewriting history
One thing that tends to happen with Git, is being careless with what you add to your repository.
Continue Reading »
I've seen this happen since I began using Git, a couple years ago, and it stays happening over and over again, for various reasons.