- 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Demo</title> | |
| <%= stylesheet_link_tag "application" %> | |
| <%= stylesheet_link_tag "application", :media => "all" %> | |
| <%= javascript_include_tag "application" %> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * update_all | |
| * find_in_batch | |
| * transaction |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## 10 Gems you should know | |
| * cancan | |
| * settinglogic | |
| * capistrano | |
| * cells | |
| * whenever | |
| * backup | |
| * workflow | |
| * devise | |
| * omniauth |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # DOCKER-VERSION 0.4.8 | |
| # am facing issue | |
| # https://github.com/dotcloud/docker/issues/1123 | |
| FROM ubuntu:12.04 | |
| MAINTAINER Deepak Kannan "[email protected]" | |
| RUN apt-get -y install python-software-properties |
- 使用者可以登入 / 登出
- 使用者可以使用 Facebook 登入 https://github.com/xdite/auto-facebook
Make it a point to be able to use the keyboard as much as you can. In OS X the spotlight is great for this. By default the spotlight hotkey is Cmd+Space. Make it a point to try and always use iTerm in fullscreen. Remember that your tmux prefix is set to Ctrl+z
- Open iTerm with spotlight with
Cmd+Spacesearch iTerm and open with Enter - Fullscreen iTerm with
Cmd+Enter - Pop out of iTerm with the hotkey you added
Ctrl+Enter - Pop back into iTerm with
Ctrl+Enteragain - Nagivate to your intended project directory
- Check for running tmux sessions with
tmux ls(Failed to connect to server just means no tmux sessions yet)