background preloader

Plugin

Facebook Twitter

Doc

Task. Your Dashboard - GitHub. Bundler: The best way to manage Ruby applications. Technicalpickles/jeweler - GitHub. How to start writing a ruby gem. If you are a Ruby developer, by now, you have probably used tons of gems in your apps.

How to start writing a ruby gem

That's one of the best things of using Ruby, a lot of people writes repeatable code that you can easily integrate into your own apps. In this brief tutorial, I will try to explain the basic things you need to know in order to start writing your own gems, you know, just in case you have something to share with the world. Setting up the folders We'll start by creating the gem folder structure using Bundler. A Different View... Bundler rocks, but you need to think differently about how to start and run your Rails app.

A Different View...

The Bundler Way You should realise that Bundler is a library management tool.