ArigatoRails

<img src=“https://travis-ci.org/tnantoka/arigato_rails.png?branch=master” alt=“Build Status” /> <img src=“https://coveralls.io/repos/tnantoka/arigato_rails/badge.png?branch=master” alt=“Coverage Status” /> <img src=“https://gemnasium.com/tnantoka/arigato_rails.png” alt=“Dependency Status” /> <img src=“https://codeclimate.com/github/tnantoka/arigato_rails.png” alt=“Code Climate” /> <img src=“http://api.coderwall.com/tnantoka/endorsecount.png” alt=“endorse” />

Description

Auto generated special thanks page for Rails

See also: arigato gem

Features

Provides special thanks page generated from your Gemfile.

Examples

Requirements

  • Ruby 1.9+

  • Rails 3.2+

Install

# Gemfile
gem 'arigato_rails'
$ bundle

# config/initializers/arigato_rails.rb
Rails.configuration.arigato_rails.theme = 'bootstrap'

# Optional  
# config/routes.rb 
mount_thanks               # should add before
resources :users, path: '' # the catch-all routes 

# View
<%= link_to 'Special Thanks', main_app.thanks_path %>

Copyright © 2013 tnantoka

See LICENSE.txt for details.