タグ

RUBYと入門に関するrin51のブックマーク (4)

  • ruby/rmagick - 株式会社ウサギィwiki

    RMagickとは? † 画像処理ソフトウェア ImageMagick と Ruby を繋ぐ夢の架け橋。 ImageMagickは高機能だけど重い、と評判悪し。 サムネ作るとかの簡単な処理だけなら、Imlib2-Ruby (Imlib2 と Ruby のバインダ)使え、という話みたい。 でも、 Imlib2 はフィルタ少ない。 web サイトのシステム内で使うなら、 Imlib2。そうじゃないなら、 RMagick という使い分けが良さげ。 ↑ インストール † RubyForge ダウンロードページから取ってくる。 Windows 版は、同梱されている ImageMagic をインスコしないと上手く動かないので注意。 cd "展開したパス" gem install "rmagick-2.12.0-x86-mswin32.gem" RMagick2.so のload erro

    rin51
    rin51 2013/01/09
    ところでこういうふうに画像を並べて表示できるwiki欲しいんだよなあ
  • Protoship Codegen

    The following is a post I had recently sent the Bangalore Ruby User Group. It has been slightly modified to address a larger audience. There were many Ruby beginners in last week's meetup, and the common question we heard was 'after the very basics, what next?' The best way to learn Ruby best practices is to pair with an experienced dev; the way I learned was by inheriting a reasonably small, but

  • Rails Girls App Tutorial - Rails Girls

    Rails Girls App Tutorial Created by Vesa Vänskä, @vesan First, make sure you installed Rails, otherwise please follow this link. Step 0: Get to know the tools Texteditor: (Gedit, Vim, Emacs, Komodo Edit, Sublime Text) are examples of texteditors your can use for writing code and editing files. Terminal / Command Prompt is where you start the rails server and run commands. Web browser (Firefox, Saf

  • これからRubyを始める人たちへ

    (追記:2012-12-03) 記事を電子書籍化しました。「Gumroad」を通して100円にて販売しています。詳細は文末に追記しましたので、購入ご検討のほどよろしくお願いしますm(__)m 電子書籍「これからRubyを始める人たちへ」EPUB版 Rubyの特徴 Rubyは、まつもとゆきひろ氏(通称Matz)により設計されたオブジェクト指向プログラミング言語です。Rubyの特徴を一言で言うならば、それは「間口が広くて奥が深い言語」ということになります。 「間口が広い」というのは、インタフェースがシンプルで誰でもが簡単に使い始められることを意味します。「奥が深い」というのは、プロフェッショナルによる長期使用に耐えうる物の言語であるということを意味します。「間口が広い」ということと「奥が深い」ということは来競合する概念ではありませんが、その両方をバランスよく組み合わせるには、対象に対する

    rin51
    rin51 2012/04/11
    ruby インストール gem sinatra haml メタプログラミング
  • 1