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
| #---------------------------------------------------------------------------- | |
| # Git Setup | |
| #---------------------------------------------------------------------------- | |
| file '.gitignore', <<-FILE | |
| .DS_Store | |
| log/*.log | |
| tmp/**/* | |
| config/database.yml | |
| db/*.sqlite3 | |
| public/uploads/* |
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
| ## | |
| # $ rails example.com -m http://tr.im/typus_example | |
| ## | |
| # Install Typus and friends. | |
| plugin 'typus', :git => 'git://github.com/fesplugas/typus.git' | |
| plugin 'acts_as_list', :git => 'git://github.com/rails/acts_as_list.git' | |
| plugin 'acts_as_tree', :git => 'git://github.com/rails/acts_as_tree.git' | |
| plugin 'paperclip', :git => 'git://github.com/thoughtbot/paperclip.git' |
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
| # mongo_template.rb | |
| # fork of Ben Scofield's Rails MongoMapper Template (http://gist.github.com/181842) | |
| # | |
| # To use: | |
| # rails project_name -m http://gist.github.com/gists/219223.txt | |
| # remove unneeded defaults | |
| run "rm public/index.html" | |
| run "rm public/images/rails.png" | |
| run "rm public/javascripts/controls.js" |
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
| * keep people working on internal projects, assign and schedule the work | |
| * dont look desperate, dont have immediate availability | |
| * can tell a client you can 'shuffle internal projects' to accomodate them | |
| * online ads dont work well | |
| * referrals instead | |
| * do a great job every single time | |
| * voice calls important | |
| * when people call you call them back |
NewerOlder