helios beta an extensible open-source mobile backend framework Helios is an open-source framework that provides essential backend services for iOS apps, from data synchronization and user accounts to push notifications, in-app purchases, and ... 続きを読む
日本でも引き続き認知の高まっているHacker Newsをコマンドラインから閲覧できるGemが話題になっていました。導入はとても簡単です。 gem install hacker_term hacker_term 最近のGemはウェブサービスのクライアントやHTMLやCSSのコーディングに使うツールなど... 続きを読む
Inspired by "top", mctop passively sniffs the network traffic passing in and out of a server's network interface and tracks the keys responding to memcache get commands. The output is presented on the terminal and allows sorting by total call... 続きを読む
vmail vmail is a Vim interface to Gmail. Here are some screenshots: Why vmail? Because some people love using Vim 1000 times more than using a web browser or a GUI mail program. Prerequisites a Gmail account a relatively recent version of Vim... 続きを読む
カレントディレクトリに config/deploy.rb が作成される。 Capistrano の capify と同じ。 設定ファイルの書き方 設定ファイルを編集する前に DSL を少しだけ頭に入れておく。 基本的には Rake の記法に則る。 (実際のところ、mina コマンドは rake のエイリア... 続きを読む
README.md Chainsaw Parses a log file and returns lines matching the time period provided. Chainsaw tries to be smart about determining the log format and parsing it accordingly. See the list of currently supported formats below. Chronic is us... 続きを読む
gem, ruby, ruby on rails | 02:55自社サービスにAPIを実装する事ってあまりないですよね。kamadoのプロダクトも現在はAPIは公開してません。もし提供するのであれば、簡易的な方法ですが、ユーザーテーブルにtokenカラムを追加して、API用のルーティングを作成... 続きを読む
http://r7kamura.hatenablog.com/entry/2012/09/05/194630 しょうがないなー。gem作ってあげたからこれでも使いな。 https://github.com/shyouhei/open-temporary 使い方 Gemfileに gem "open-temporary" と書く。 一時ファイルを使うところに require 'open-te... 続きを読む
README.md Catapult Simple gem that gives pure JavaScript/CoffeeScript projects a basic structure, and manages any necessary compilation and concatenation. Catapult is especially useful alongside MVC frameworks like Spine and Backbone. Install... 続きを読む
「つくるための三種の神器」というテーマで続けている「777ブログウェイ」! 9日目となる本日は「Rubyで開発するときに入れておきたい3種のRubyGems」と題して、定番の RubyGems を3つご紹介します。 1. bundler「bundler」は、アプリケーションが依存するgemを... 続きを読む
milkode, ruby, groongaMilkode0.7をリリースしました。 'milk add git://..' に対応(自動pull付き)gitレポジトリを直接'milk add'出来るようになりました。 $ milk add git://github.com/ongaeshi/milkode.git git : git://github.com/ongaeshi/milkode.git Cl... 続きを読む
romaji というライブラリを書いた。 - 寿司じゃないブログ という記事を書いたのだが、テスト環境について反応があったのでもうちょい詳しく書く。 RSpec テスティングツールのデファクトスタンダード。 http://rspec.info/ に行くか、The RSpec Book を読もう... 続きを読む
Neu! veranstaltung Blogs Templates User codingjester: derekg: Thanks John Bunting for the tumblr_client Ruby Gem!!!! Oh yeah I published this gem over the weekend. I really want people to use this gem, break it, hate me, fork it, and issue pu... 続きを読む
Rubyistのみなさん,Pryはご存知でしょうか. Pryとは,最近話題のirb上位互換の高機能インタプリタです. 簡単な解説は以前に自分でも書きましたが, こちらの記事がよくまとまっていると思います. Rubyistよ、irbを捨ててPryを使おう - TIM Labs 実際に使っ... 続きを読む
logaling-command は、翻訳作業に欠かせない訳語の確認や選定をサポートする CUI ツールです。「対訳用語集」を簡単に作成、編集、検索することができます。 続きを読む
Gumadβで使ったgemまとめ 昨日、Gumadβをリリースしました。話題のGumroadをまとめたサービスです。 Rails/Heroku/AmazonS3 というベタな構成のサービスを構築するにあたって使ったgemをまとめます。 今回、開発にあたってのポイントとしては、 リリースまでの... 続きを読む
twitter bootstrapを更に便利に使うgemがtwitter bootstrap railsです。 railsアプリを作りましょう。 rvmでgem set作ります。 rvm --create 1.9.3-p125@tbrsample railsアプリ生成します。 gem install rails --no-ri --no-rdoc rails new tbrsample gemを指定... 続きを読む
こんにちは、ほりいです。風邪が流行っていて体調管理が大変なシーズンですね。ズビズビ。 先週 Rails 3.2.0 がリリースされました ね。 Rails を使った Web 開発チームでは 3.2 を使い始めていますが、社内でも結局どう変わるの? という声がありましたので、勉... 続きを読む
ruby例えば『(1..5)』を『 [1,2,3,4,5]』にするメソッド何だっけ?ってなとき。install gem install what_methods ~/.irbrcファイルがなければ作成して、設定を書く。 require 'what_methods' terminal使用例 $ irb > (1..5).what? [1,2,3,4,5] 1..5.to_a == [1... 続きを読む
Gemnasium Gemnasium keeps you up to date on the gems that matter to you. あなたが github 上に Rubygems やその他プロジェクトのリポジトリを持っていたとして、その Gemfile や gemspec を読み込んで、依存関係を把握し、記述がまずい等で最新の Rubygems... 続きを読む