Skip to content

Instantly share code, notes, and snippets.

@maker-leo
Created March 12, 2013 16:37
Show Gist options
  • Save maker-leo/5144480 to your computer and use it in GitHub Desktop.
Save maker-leo/5144480 to your computer and use it in GitHub Desktop.
All the different parts of the Ruby universe

The Ruby universe

This is a brief introduction into the world of web development and Ruby. To view all the different gems listed by popularity check out the Ruby Toolbox.

Web frameworks

  • Rails - the most popular, although recently has been criticised for being a bit bloated - giving you more than you often need to build a simple web site
  • Sinatra - takes the opposite principal, more of a "micro framework" that starts with just enough to get you going, and you can then add Gems for more advanced stuff as and when you need it

Models

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment