Simple gem to deal with titles and meta tags for Rails 3+.
Add this line to your application's Gemfile:
gem "omniauth-github-oauth", "~> 1.0"
And then execute:
$ bundle
use OmniAuth::Builder do
provider :upwork, ENV['UPWORK_KEY'], ENV['UPWORK_SECRET']
end
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request