0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Provides special thanks page generated from your Gemfile.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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.