thoughtbot
Nothing to display jet.
Nothing to display jet.
Here is a #gem cocaine by #thoughtbot.
It helps to run and handle commands (like you enter to terminal).
options = {
title: "Run commands with Cocaine gem",
content: "..."
}
line = Cocaine::CommandLine.new("gistflow", "-title :title -content :content", options)
line.command
# => "gistflow -title 'Run commands with Cocaine gem' -content '...'"
#shoulda - is a #gem by #thoughtbot. It provides helpers for your #rspec or unit-tests like this:
# account_spec.rb
it { should belong_to(:user) }
it { should belong_to(:project) }
it { should validate_presence_of(:user) }
it { should validate_presence_of(:project) }
it { should validate_uniqueness_of(:project_id).scoped_to(:user_id) }
#high_voltage is a #gem for #rails created by #thoughtbot.
It helps you create static pages like about, contacts, etc.
Use it If you won't create extra controllers and care about routes.