Commit dbf448f9

mo k <mo@mokhan.ca>
2012-05-12 13:57:25
update tasks file.
1 parent 2bdeb9e
Changed files (2)
doc/tasks
@@ -1,16 +1,15 @@
-* git blame to find out what happend with favorites:user_id
+(x) git blame to find out what happend with favorites:user_id
+  * could not figure out. production is using the version of code that uses self and it is fine.
 * update capistrano to deploy from tags.
 * update cap to use rails_env instead of hard coding prod
 * writes tests around adding a favorite.
 * fix broken tests.
-* deploy to rc
+(x) deploy to rc
 * start adding more tests.
 * create new cakeside aws account
-* create image of live
+(x) create image of live
 * find out if you can run an aws image locally.
 * upgrade live image to better rvm installation using capistrano.
   * rvm implode
 * postgress from commandline would be good.
 * rspec learning (do some).
-
-* 20120130032306
capfile
@@ -30,7 +30,7 @@ end
 task :restart_sphinx, :roles => :app do
   stop_sphinx
   start_sphinx
-end  
+end
 
 task :update_bundler do
   run "bundle install --gemfile #{release_path}/Gemfile"