Recent posts
-
Accessing WordPress from Ruby: Part II
More examples of ways to use ruby-wpdb to access WordPress data from within Ruby scripts.
-
Accessing WordPress from Ruby: Part I
An introduction to ruby-wpdb, and how to use it to access WordPress data from Ruby.
-
Clarifying lambdas
Blocks in Ruby are great. But sometimes, using named lambdas can be intention-revealing in a useful way. Here’s how.
-
An introduction to HTTP verbs
HTTP runs on verbs. Here’s what each of them mean – useful if you’re creating a REST interface.