[Ruby][Rails] 厳選ライブラリ・ツールまとめ by WEB+DB PRESS Vol.67

Tadashi Shigeoka ·  Mon, April 16, 2012

「WEB+DB PRESS Vol.67」に掲載されている「Ruby わくわくナビ」で紹介されていた「厳選!用途別Ruby/Railsライブラリ・ツール」の一覧をメモ。

「機能の実装」「テスト」「作業の効率化」「運用」をテーマに色々と紹介されていました。

機能の実装編

ユーザ認証

plataformatec/devise

NoamB/sorcery

ページネーション処理

amatsuda/kaminari

パンくずリストの表示

zachinglis/crummy

アクセス権限の一括管理

ryanb/cancan

画像のアップロード処理

thoughtbot/paperclip

markevans/dragonfly

レコードの削除を「論理削除」にする

radar/paranoia  

テスト編

現在時刻に関係するテスト

jtrupiano/timecop

bebanjo/delorean

メール送信処理のテスト

bmabey/email-spec

More Test!!

guard/guard

guard/guard-rspec

Growl  

開発作業の効率を上げる

モデルの「表示に関する処理」を上手に扱う

amatsuda/active_decorator

オブジェクトの中身をきれいに表示する

michaeldv/awesome_print

処理途中のオブジェクトの中身を表示する

esminc/tapp

快適なREPL環境

pry/pry

Pry - an IRB alternative and runtime developer console

Rubyistよ、irbを捨ててPryを使おう - TIM Labs

モデルの属性に列挙型を使う

twinslash/enumerize

Twiwt:Blog / jugyo : enumerize 便利♡ - Enumerated attributes with I18n and ActiveRecord/Mongoid support  

運用する

アプリケーションの設定を上手に管理する

binarylogic/settingslogic

アプリケーションのパフォーマンスを把握する

Web Application Performance Management (APM) : New Relic

newrelic/rpm

複数のアプリケーションを並行して開発する

Pow: Zero-configuration Rack server for Mac OS X

rodreegez/powder

Pow使うならPowder入れておくだァーッ! - Meltdown Countdown  

以上です。