Skip to content

Instantly share code, notes, and snippets.

View matt-the-wizard's full-sized avatar
🌮
Maximum Effort

Matthew Berger matt-the-wizard

🌮
Maximum Effort
  • Athens
View GitHub Profile

Keybase proof

I hereby claim:

  • I am matt-the-wizard on github.
  • I am matt_the_wizard (https://keybase.io/matt_the_wizard) on keybase.
  • I have a public key ASAhsWItH1CQoYB09EClTS7kNuVDXw_IC4pQeVZQb884wQo

To claim this, I am signing this object:

@matt-the-wizard
matt-the-wizard / Gems with Brew-Ville.md
Last active August 29, 2015 14:20
I learned the use of different gems for my rails project.

Gems with Brew-Ville

Check out brew-ville here!

Welcome to Brew-Ville! You can learn a lot about gems and adding their functionality to your rails app by looking at the samples I provided in this gist. I experimented with some gems that I have never used before and provided code samples and pictures to show you how it works. If you are new to ruby on rails, gems are libraries that you can add into your application to provide features like encryption or seeding test data for your database. There are all kinds of gems you can research like divise for adding users to your website. All you literally have to do is go to your root directory of your rails app and type

bundle install 'gemname'