SSL Cert on the cheap.
If cost is an issue, you may wish to investigate Reverse Proxying with a
single external certificate and multiple internal certificates (either
self-signed or issued from an internal CA).
DZone Snippets > MattScilipoti > tip
12309 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
var cn=�class�; /@cc_on cn="className"; @/
ActiveRecord::Schema.define do drop_table :foos remove_column :bars, :blitz remove_column :bars, :things end
def pending? applied_at.nil? end