Ruby

Tagging from Scratch in Rails
Tagging from Scratch in Rails
Ruby

By Nouran Mahmoud,

Read Tagging from Scratch in Rails and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.

LevelDB in Ruby
LevelDB in Ruby
Ruby

By Dhaivat Pandya,

Learn how to utilize LevelDB, a persistent key-value store, in Ruby. This post will tell you what it is and when it's a good idea to use it.

Testing Page Objects with SitePrism
Testing Page Objects with SitePrism
Ruby

By Benjamin Tan Wei Hao,

In this article, Benjamin Tan Wei Hao will talk about SitePrism. SitePrism gives you a simple, clean and semantic DSL for describing your site using the Page Object Model pattern, for use with Capybara in automated acceptance testing.

Sorting Algorithms in Ruby
Sorting Algorithms in Ruby
Ruby

By Dhaivat Pandya,

The point of understanding sorting algorithms has very little to do with the actual act of sorting. Rather, the different algorithms are great examples of various techniques that can be applied to large set of problems. In this article, we'll take a look at some of these algorithms and the underlying ideas, as well as implementations in Ruby.