2011-05-01から1ヶ月間の記事一覧

Webistrano の Recipe で特定の変数を使う

https://github.com/peritor/webistrano/blob/master/lib/webistrano/deployer.rb @@ -212,6 +212,7 @@ def set_project_and_stage_names(config) config.set(:webistrano_project, deployment.stage.project.webistrano_project_name) config.set(:webistra…

Mac で pow を使ってローカルで RailsGuides を動かすメモ

pow - http://pow.cx/ RailsGuides - http://guides.rubyonrails.org/ pow 自体簡単なのですが、更に pow を楽にする syntax sugar である powder というのが便利です。 powder - https://github.com/Rodreegez/powder $ powder -h powder help [TASK] # Des…