Posts tagged with ruby
Celebrating 10 years with Ruby
This year marks my 10:th year programming Ruby professionally. As the local Ruby community seems to have disappeared into the abyss, I\'m writing this to remind myself why Ruby is great.
Minimal Rake Deploy Task
Using Capistrano to deploy is sometimes overkill. This is a minimal way to deploy any web app using git and rake.
Distribute your Rails App with a One-Click .exe
How to distribute a Ruby or Rails application in an .exe file
Your own API based on Ruby on Rails
Ruby on Rails is a really nice tool for use when building web APIs
load vs require in Ruby
The main difference between "load" vs "require" in the Ruby programming language.
Super Simpler SPAM Protection in Ruby on Rails
The easiest and most efficient way to fight spam with Ruby on Rails.
Using variables in Ruby Regular Expressions
Note to self about variables in regular expressions when using Ruby