21 Mar, 2013
2 commits
-
Capistrano: deploy from fixed branch
-
Not the 'current' branch in the local clone fo the repo. I feel like deploying from the current branch in the local clone is a bit presumptous. I expect most people want to deploy from one branch while allowing for development of several feature branches. Right now you always have to remember to check out master before deploying or you may deploy your feature branch (which may not even be pushed).
13 Mar, 2013
1 commit
12 Mar, 2013
1 commit
10 Mar, 2013
1 commit
-
Enable the identity map for Mongoid. This allows subsequent finds for the same object to skip the DB and use an in-memory store of all retrieved records. In many cases this reduces the number of DB queries from _hundreds_ to a few tens. This is particularly noticable when showing lists of problems. Previously each `problem.app` reference caused a Apo.find() using the `app_id`, now it's an in-memory lookup.
08 Mar, 2013
1 commit
-
After the first child forks, shut down the old master. Previously, the old master and it's workers would jut sit there forever. See: https://github.com/blog/517-unicorn https://github.com/sosedoff/capistrano-unicorn/blob/master/examples/rails3.rb#L30 Tested in production.
06 Mar, 2013
2 commits
28 Feb, 2013
1 commit
-
Why was it at 20? Why even have a max length anyway?
14 Feb, 2013
1 commit
12 Feb, 2013
1 commit
08 Feb, 2013
2 commits
-
…ave access to config yet
07 Feb, 2013
1 commit
01 Feb, 2013
2 commits
-
…nt for a given app, authenticated by API key. (Building team_dashboard integration)
30 Jan, 2013
1 commit
29 Jan, 2013
2 commits
-
This is necessary because Heroku environment variables are not available during assets precompile stage.
25 Jan, 2013
2 commits
-
Otherwise cookies can be hijacked.
08 Jan, 2013
1 commit
03 Jan, 2013
1 commit
-
This allows you to deploy your application to heroku and not have your secret token shared with every other Errbit user.
07 Dec, 2012
1 commit
-
…tings with SMTP_* vars
06 Dec, 2012
1 commit
08 Nov, 2012
1 commit
05 Nov, 2012
4 commits
-
Add unicorn tasks
28 Oct, 2012
1 commit
12 Oct, 2012
1 commit
-
…cope is not requested
04 Oct, 2012
1 commit
-
…tification service, or authentication provider
23 Sep, 2012
1 commit
19 Sep, 2012
4 commits
-
…nto concordia-publishing-house-add-api Conflicts: Gemfile Gemfile.lock
-
Conflicts: Gemfile.lock
11 Sep, 2012
2 commits