Skip to content

Instantly share code, notes, and snippets.

@dcunited001
dcunited001 / Gemfile
Last active December 14, 2015 17:28
Zeus Rails Config: - zeus json - custom plan - minitest helper - Guardfile - Gemfile `bundle install` `guard start` # https://github.com/dcunited001/guard-titan to setup: - need to write some test commands - and save them to the ".t/" folder - `echo 'zeus test test/models/*_test.rb' > .t/mo` - `touch .t/all` with this guard-titan config: - touch…
source :rubygems
# these really need to be saved in your default gemset
group :development, :test do
gem "zeus", "~> 0.13.2"
gem "guard-titan", "~> 0.0.1", github: "dcunited001/guard-titan"
end
@mrrooijen
mrrooijen / README.md
Created August 15, 2012 01:30
Heroku SSL Endpoint, RapidSSL

Heroku SSL Endpoint

Assumptions:

  • You want to enable SSL for your domain.
  • You want to go with RapidSSL.
  • Your domain name is www.domain.com during this example.
  • You want to encrypt requests for a single domain (no wildcard)
  • You want to apply this certificate to Heroku's SSL Endpoint
@larryfox
larryfox / LICENSE.txt
Last active February 22, 2022 21:27
Determine if an elements background color is light or dark!
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2015 Larry Fox <http://larryfox.us>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE