bootstrappers demo cd demo git init git add . git commit -m "init project"
set daemon 20 | |
set logfile syslog facility log_daemon | |
set mailserver smtp.gmail.com port 587 | |
username "ERROR-EMAIL-ADDRESS" password "PASSWORD" | |
using tlsv1 | |
with timeout 30 seconds | |
set alert ERROR-EMAIL-ADDRESS | |
set httpd port 2812 and |
## 10 Gems you should know | |
* cancan | |
* settinglogic | |
* capistrano | |
* cells | |
* whenever | |
* backup | |
* workflow | |
* devise | |
* omniauth |
* update_all | |
* find_in_batch | |
* transaction |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Demo</title> | |
<%= stylesheet_link_tag "application" %> | |
<%= stylesheet_link_tag "application", :media => "all" %> | |
<%= javascript_include_tag "application" %> |
- LessEverything http://lesseverything.com/books/
- Blog To Book: Effective Programming: More Than Writing Code http://www.hyperink.com/Blog-To-Book-Effective-Programming-More-Than-Writing-Code-b1559
- Code Simplicity http://shop.oreilly.com/product/0636920022251.do
- Write Secure Code http://shop.oreilly.com/product/9780735617223.do
- Clean Ruby http://clean-ruby.com
- Practical Object Oriented Design in Ruby: An Agile Primer http://my.safaribooksonline.com/book/programming/ruby/9780132930895
- Object on Rails Sponsor Edition http://devblog.avdi.org/2012/06/12/objects-on-rails-sponsor-edition-now-includes-a-conversation-with-sandi-metz/
- Essential Scrum: A Practical Guide to the Most Popular Agile Process
FridayHug.com http://fridayhug.com
The Smallest Rails App http://thesmallestrailsapp.com
%w(action_controller/railtie coderay).each &method(:require)
I have always struggled with getting all the various share buttons from Facebook, Twitter, Google Plus, Pinterest, etc to align correctly and to not look like a tacky explosion of buttons. Seeing a number of sites rolling their own share buttons with counts, for example The Next Web I decided to look into the various APIs on how to simply return the share count.
If you want to roll up all of these into a single jQuery plugin check out Sharrre
Many of these API calls and methods are undocumented, so anticipate that they will change in the future. Also, if you are planning on rolling these out across a site I would recommend creating a simple endpoint that periodically caches results from all of the APIs so that you are not overloading the services will requests.