This is an implementation of a Maze algorithm to find the path from start to goal in between the walls of a maze.
Read the details here.
This is an implementation of a Maze algorithm to find the path from start to goal in between the walls of a maze.
Read the details here.
This week I have decided to use octopus, a fantastic gem for realizing replication or sharding. I have already implemented MySQL Replication (Master / Slave) and I wanted to have my Ruby on Rails application actually use it!
This is my github project: Octopus Replication Example
Your comments are welcome!
During the weekend I have discovered a bug on Rails activesupport gem. The truth is that it has already been reported to Rails. It is the issue https://github.com/rails/rails/pull/2472.
You can see my detailed answer here: http://stackoverflow.com/questions/7706487/rails-tests-showing-0-passed-when-all-pass/7939497#7939497
Use the gist that is referred there until the bug is fixed.
As always, your comments are welcome.
I believe that testing is the most important part of the software development lifecycle. Nothing is ready unless it passes successfully all tests.
Meanwhile, I am trying to test as much aspects of my Rails application as possible. One such are the validations that I have on my models. To help my task on testing validations, I have created a gem that helps me out there.
You can find more details here:
Your comments are welcome.
Since I have started developing applications with Ruby on Rails, I have used again and again some very useful gems. Here they are:
Especially for development and testing: