Add routes with a rails plugin or gem
It is possible to define routes in a ruby on rails plugin or gem. Normally, adding routes looks like this:
It is possible to define routes in a ruby on rails plugin or gem. Normally, adding routes looks like this:
My current project has a CruiseControl.rb build dedicated to testing our database rollback scripts. Since this does not seem to be a common practice, I thoug...
Ruby method names can contain a question mark or an exclamation point, but it must be the last character. So foo? and foo! are fine, but foo?bar and foo!bar ...
I ran into a subtle problem yesterday that I feel is worth sharing. I was setting up SSH public keys so one box could ssh to another without a password promp...
I travel for a living, which means I rent a lot of cars. I used to have that moment when I pulled into the gas station and suddenly realized that I didn’t kn...