If you are like many (most?) of us, you have encountered Rails
Credentials/Secrets and secret_key_base and may have been
left a bit (or more) confused.
This post is an attempt to remove some of that confusion by
| This contains all the Subject API methods<br> | |
| <h1>SUBJECT</h1> | |
| <table cellspacing="5"> | |
| <thead> | |
| <tr> | |
| <th>HTTP Verb</th> | |
| <th>API URL</th> | |
| <th>Description</th> | |
| </tr> | |
| </thead> |
| # minimal rails3 app | |
| require 'action_controller' | |
| Router = ActionDispatch::Routing::RouteSet.new | |
| Router.draw do | |
| root :to => 'site#index' | |
| end | |
| class SiteController < ActionController::Metal |
| source ~/.git-completion.sh | |
| alias gco='git co' | |
| alias gci='git ci' | |
| alias grb='git rb' | |