Skip to content

Instantly share code, notes, and snippets.

@jwoertink
Created February 4, 2011 21:51
Show Gist options
  • Save jwoertink/811848 to your computer and use it in GitHub Desktop.
Save jwoertink/811848 to your computer and use it in GitHub Desktop.
Varnish
Memcache
File System Mounting
Cron tasks
Ubuntu (System Administration)
Multi Server integration
Screen Scraping
Ruby 1.8.7
Delayed Jobs
SSL
Chargify (Recurring billing)
Asset packing
jQuery
Google Maps JavaScript API
Statistics & Analytics (Used for Flash Graphs)
MySQL (Heavy SQL queries)
Git
Capistrano Deployment
Paypal
Proxies
gem "rails", "3.0.1"
gem "mysql2"
gem "thinking-sphinx", "2.0.0"
gem "mechanize", "1.0.0"
gem "nokogiri", "1.4.3.1"
gem "sinatra", "1.1.0"
gem "paperclip", "2.3.5"
gem "chargify_api_ares", "0.3.7"
gem "ssl_requirement", "0.1.0"
gem "whenever", "0.6.2"
gem "lacquer", "0.4.0"
gem "devise", "1.1.3"
gem "mini_magick", "3.2"
group :test do
gem "test-unit"
gem "mocha", "0.9.8"
gem "rcov", "0.9.9"
gem "rspec", "1.3.0"
gem "rspec-rails", "1.3.2"
gem "shoulda", "2.11.3"
gem "factory_girl", "1.3.2"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment