├── README.md ├── best-practices ├── README.md └── email │ ├── README.md │ └── templates │ ├── images │ ├── big-logo.png │ ├── check-paid.gif │ ├── cross-not-paid.gif │ └── logo.png │ ├── single-btns-responsive.html │ └── single-responsive.html ├── cheat-sheets ├── README.md └── hub.md ├── code-review └── README.md ├── conceptual └── push.md ├── legacy ├── conventions.md ├── deployment │ ├── README.md │ ├── nginx.conf │ ├── unicorn.pill │ └── unicorn.rb ├── productivity │ └── rails.md └── setup │ └── rails.md ├── playbook ├── README.md └── investment-day │ ├── README.md │ └── blog │ └── README.md ├── protocol ├── README.md ├── git │ └── README.md ├── ruby │ └── README.md └── tinytalks │ └── README.md ├── setup ├── app_template.rb ├── fontawesome-bower-rails.md └── rails_root │ ├── .editorconfig │ ├── .rbenv-vars.example │ └── config │ ├── database_mysql.yml │ └── database_postgresql.yml ├── style ├── README.md └── samples │ ├── erb.rb │ ├── migration.rb │ ├── ruby.rb │ ├── sass.scss │ └── testing.rb └── toolbelt └── README.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/README.md -------------------------------------------------------------------------------- /best-practices/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/best-practices/README.md -------------------------------------------------------------------------------- /best-practices/email/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/best-practices/email/README.md -------------------------------------------------------------------------------- /best-practices/email/templates/images/big-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/best-practices/email/templates/images/big-logo.png -------------------------------------------------------------------------------- /best-practices/email/templates/images/check-paid.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/best-practices/email/templates/images/check-paid.gif -------------------------------------------------------------------------------- /best-practices/email/templates/images/cross-not-paid.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/best-practices/email/templates/images/cross-not-paid.gif -------------------------------------------------------------------------------- /best-practices/email/templates/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/best-practices/email/templates/images/logo.png -------------------------------------------------------------------------------- /best-practices/email/templates/single-btns-responsive.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/best-practices/email/templates/single-btns-responsive.html -------------------------------------------------------------------------------- /best-practices/email/templates/single-responsive.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/best-practices/email/templates/single-responsive.html -------------------------------------------------------------------------------- /cheat-sheets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/cheat-sheets/README.md -------------------------------------------------------------------------------- /cheat-sheets/hub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/cheat-sheets/hub.md -------------------------------------------------------------------------------- /code-review/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/code-review/README.md -------------------------------------------------------------------------------- /conceptual/push.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/conceptual/push.md -------------------------------------------------------------------------------- /legacy/conventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/legacy/conventions.md -------------------------------------------------------------------------------- /legacy/deployment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/legacy/deployment/README.md -------------------------------------------------------------------------------- /legacy/deployment/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/legacy/deployment/nginx.conf -------------------------------------------------------------------------------- /legacy/deployment/unicorn.pill: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/legacy/deployment/unicorn.pill -------------------------------------------------------------------------------- /legacy/deployment/unicorn.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/legacy/deployment/unicorn.rb -------------------------------------------------------------------------------- /legacy/productivity/rails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/legacy/productivity/rails.md -------------------------------------------------------------------------------- /legacy/setup/rails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/legacy/setup/rails.md -------------------------------------------------------------------------------- /playbook/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/playbook/README.md -------------------------------------------------------------------------------- /playbook/investment-day/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/playbook/investment-day/README.md -------------------------------------------------------------------------------- /playbook/investment-day/blog/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/playbook/investment-day/blog/README.md -------------------------------------------------------------------------------- /protocol/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/protocol/README.md -------------------------------------------------------------------------------- /protocol/git/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/protocol/git/README.md -------------------------------------------------------------------------------- /protocol/ruby/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/protocol/ruby/README.md -------------------------------------------------------------------------------- /protocol/tinytalks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/protocol/tinytalks/README.md -------------------------------------------------------------------------------- /setup/app_template.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/setup/app_template.rb -------------------------------------------------------------------------------- /setup/fontawesome-bower-rails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/setup/fontawesome-bower-rails.md -------------------------------------------------------------------------------- /setup/rails_root/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/setup/rails_root/.editorconfig -------------------------------------------------------------------------------- /setup/rails_root/.rbenv-vars.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/setup/rails_root/.rbenv-vars.example -------------------------------------------------------------------------------- /setup/rails_root/config/database_mysql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/setup/rails_root/config/database_mysql.yml -------------------------------------------------------------------------------- /setup/rails_root/config/database_postgresql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/setup/rails_root/config/database_postgresql.yml -------------------------------------------------------------------------------- /style/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/style/README.md -------------------------------------------------------------------------------- /style/samples/erb.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/style/samples/erb.rb -------------------------------------------------------------------------------- /style/samples/migration.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/style/samples/migration.rb -------------------------------------------------------------------------------- /style/samples/ruby.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/style/samples/ruby.rb -------------------------------------------------------------------------------- /style/samples/sass.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/style/samples/sass.scss -------------------------------------------------------------------------------- /style/samples/testing.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/style/samples/testing.rb -------------------------------------------------------------------------------- /toolbelt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platanus/guides/HEAD/toolbelt/README.md --------------------------------------------------------------------------------