Ruby5をひたすら翻訳する日記

海外で働きたい欲が高まった海山はついに強硬手段に出た。自分だけのためにRuby5(http://ruby5.envylabs.com/)翻訳し続けます。おかしなところは、適宜指摘大歓迎です!><

2012-03-01から1ヶ月間の記事一覧

Episode #258 - March 27th, 2012 続き

Inline PDF with gambas https://github.com/rtsinani/gambas アプリケーション内でpdfを作成する話 2回前の話では、wisepdfが紹介されたけど もっと小さいライブラリ Prawn libraryを使っている RVM needs your help http://www.engineyard.com/blog/2012/r…

Episode #258 - March 27th, 2012

http://ruby5.envylabs.com/episodes/262-episode-258-march-27th-2012 Factory Girl 3.0 says bye to Ruby 1.8 & Rails 2 http://robots.thoughtbot.com/post/19412394597/factory-girl-hits-3-0 Factory Girl3.0がリリースされた Ruby 1.8やRails 2はサポ…

Episode #257 - March 23rd, 2012

Ruby5 News Byte: RSpec 2.9.0 Released \RSpec 2.9.0がリリースされたよ/ GitHub Ruby Styleguide https://github.com/styleguide/ruby Rubyのコーディング規約集

Episode #251 - March 2nd, 2012

Wizard-ify Your Rails Controllers with Wicked https://github.com/schneems/wicked controllerに段階的な処理を書ける 例 class AfterSignupController < ApplicationController include Wicked::Wizard steps :confirm_password, :confirm_profile, :fin…

またしばらく更新が止まります

明日(日時的には今日)からまた一週間ほど日本に居ません! その後またすぐにいなくなるので、二週間程度更新できないかも…向こうで英語話す機会あるといいなー…(なさそう…

Episode #250 - February 28th, 2012 続き

Mutation Testing with Mutant http://blog.txustice.me/2012/02/mutation-testing-with-mutant/ Rubiniusの為のライブラリ テストが失敗しないようにMutantが書き換えてくれる?? 今はRSpecしか対応してないが、すぐに対応するだろう Spell checking should …

Episode #250 - February 28th, 2012

REE 1.8.7-2012.02 released with impending EOL http://blog.phusion.nl/2012/02/21/ruby-enterprise-edition-1-8-7-2012-02-released-end-of-life-imminent/ Ruby Enterprise Edition 1.8.7-2012.02がリリースされた マイナーアップデート セキュリティー…

Episode #249 - February 24th, 2012

Let's Write a Gem http://rakeroutes.com/blog/lets-write-a-gem-part-one/「みんなgemを導入したりするけれど、実際どうやって作ってるの?って感じだよね」 gem作成のブログ記事の紹介 ↑のサイトでgemの作り方が分かりやすく解説されている。 Humongous h…

Episode #248 - February 21, 2012 続き

Get common recipes with capistrano-deploy https://github.com/lest/capistrano-deploy capistrano-deployの紹介 capistranoとは デプロイメントツール 説明サイトhttp://www.oiax.jp/rails/capistrano.html capistrano-deployはDeliverよりも優れている b…