Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?

Building a new gem ( ruby library ) with bundler is easy task. I found a lot of tutorial on this topic in the web but none of them was covering more then just generating scaffold and packing up the gem. I will try to uncover a bit more. So at the end of this post you will be able to generate new gem, build it and it will have ready support for rspec. First of all you need bundler. To install bundl
What each gem command does, and how to use it. This reference was automatically generated from RubyGems version 3.6.9. gem build gem cert gem check gem cleanup gem contents gem dependency gem environment gem exec gem fetch gem generate_index gem help gem info gem install gem list gem lock gem mirror gem open gem outdated gem owner gem pristine gem push gem query gem rdoc gem rebuild gem search gem
Find actively maintained & popular open source software libraries for the Ruby programming languageThe Ruby Toolbox is a catalog of all Rubygems that keeps track of popularity and health metrics to help you choose a reliable library CategoriesTo give you an overview of what open source libraries are available for a given task we group projects for common problems into categories. The catalog itsel
Gem Bundler helps you track and install the gems you need for your Ruby project. This tutorial shows you how to start a blog page using Ruby on Rails. By covering the design aspects of a Rails web application, it makes it easier to understand the concepts behind Rails and how they fit together. A simple blog/CMS is almost trivial to implement in Rails—scaffolding alone will get you a good way thr
■ [ruby][git] githubを10倍便利にするgithubコマンド 現在はgit-hub gemの方がおすすめです:Route 477 - github gemからgit-hub gemに乗り換えた (2011/1/13追記) githubはよく使うけど、プロジェクト作るのにブラウザ開かないといけないのが 面倒だなーとか思っていませんか?githubコマンドをインストールすると、 ターミナルからgithubプロジェクトを新規作成できるようになります。 インストール $ gem install defunkt-github -s http://gems.github.com リポジトリの作成 新しく作る: $ github create foobar -> foobar/ 以下にgitリポジトリができ、githubにも登録される 既存のgitリポジトリから作る: $ github
今まで, json schemaのvalidation libraryであるjsonschemaはPythonとJavaScriptのものが用意されていました. Chromium Extensionのmanifest.jsonのschemaをid:os0xさんがすでに書いていてhttp://gist.github.com/179669(os0x++)それをcrxmakeで利用したいなあと思ったので, jsonschemaをRubyに移植しました. http://github.com/Constellation/ruby-jsonchema/tree/master ほとんどロジックはもとのjsonschemaのものです. jsonschemaのMIT Licenseにあわせ, MIT Licenseで公開しています. install gem取得先にgithubを登録していない場合, gem
以前作成したRuby Script Chrome Extension Packaging Script - 枕を欹てて聴く を整理してgemにし, 公開しました. Constellation's crxmake at master - Github http://github.com/Constellation/crxmake/tree/master install gem取得先にgithubを登録していない場合, gem sources -a http://gems.github.com として, sudo gem install zipruby sudo gem install Constellation-crxmake とすることでinstallできます. githubがgem作ってくれなくなったのでgemcutterに移行しました. gem取得先にgemcutterを登録していない
はてなグループの終了日を2020年1月31日(金)に決定しました 以下のエントリの通り、今年末を目処にはてなグループを終了予定である旨をお知らせしておりました。 2019年末を目処に、はてなグループの提供を終了する予定です - はてなグループ日記 このたび、正式に終了日を決定いたしましたので、以下の通りご確認ください。 終了日: 2020年1月31日(金) エクスポート希望申請期限:2020年1月31日(金) 終了日以降は、はてなグループの閲覧および投稿は行えません。日記のエクスポートが必要な方は以下の記事にしたがって手続きをしてください。 はてなグループに投稿された日記データのエクスポートについて - はてなグループ日記 ご利用のみなさまにはご迷惑をおかけいたしますが、どうぞよろしくお願いいたします。 2020-06-25 追記 はてなグループ日記のエクスポートデータは2020年2月28
PerlのXML::Atom, XML::Atom::Service, XML::Atom::Ext::Threading, AtompubをRubyにportingしてみました。 atompubというネームスペースは既に確保されてた(ネームスペースだけ8月に確保されてて、具体的なファイルやリポジトリは何も無い…)ので atomutilという名前にしておきました。 RubyForge RDoc gem install atomutil まだDocumentやTestが足りず、非常にバギーだと思いますが、試してみたい方はどうぞ。 使い方はPerlのものとほぼ一緒です。詳しくは上のリンクからRDocを参照して下さい。 entry = Atom::Entry.new entry.title = 'My Entry' entry.summary = 'Summary' entry.updated
About RubyTreemap is a library for generating treemaps in ruby. RubyTreemap provides an interface for creating treemaps and rendering them in multiple formats such as png, svg, and html. Treemaps are an effective tool for visualizing data sets and are commonly used to display hierarchical data. Treemaps were first designed by Ben Shneiderman at the University of Maryland. For more information and
最近リリース作業が面倒になってきたので、より気軽にリリースができるよう hoe を導入しようと思います。そうすればきっと頻繁にリリースする気にもなるはず。newgem なんかもありますが、まずはシンプルに行ってみます。 hoe をインストール % sudo gem install hoe --include-dependencies rubyforge の素振り パッケージを新規に登録したり、gem ファイルをアップロードするのには、rubyforge gem を利用しているのでまずはそっちを確認します。 setup コマンドを実行するとホームディレクトリ以下に .rubyforge/user-config.yml ができているので、rubyforge.org のユーザーアカウントとパスワードを記入しておきます。 % rubyforge setupユーザー情報を与えたら、設定情報を自動取得
For full functionality of this site it is necessary to enable JavaScript. Here are the instructions how to enable JavaScript in your web browser.
コンソール上から JavaScript で Web ブラウザを操作できる、JS Commander というプログラムを作ってみました。JS Commander を立ち上げるとプロキシサーバが同時に起動し、このプロキシサーバを使うように Web ブラウザを設定すると、コンソール上で JavaScript のコードが入力できるようになります。Web ブラウザ上の JavaScript を自由に実行できるコンソールには FireBug, FireBug Lite, jsh, MozRepl などがありますが、JS Commander の特徴は以下のような感じです。ブラウザ非依存 - XmlHttpRequest が使えるブラウザであればたぶん動きます。readline を使った操作 - bash などのシェルと同じような emacs 風キーバインドが使えます。別のマシンにあるブラウザも操作可能
About NetworkFacade is an alternative to DRb, XML/RPC and other REST api, all in one ! DRb alternative Do the same as DRb (tcp, unix socket, ssl) but easier and even more sexy XML/RPC and REST alternativeSee Flickr, Digg, Netvibes, Remember The Milk examples in the documentation Simple client example # Declare the Foo class with default port and host (localhost and 5042) class Foo Simple server
ImageScience is a clean and happy Ruby library that generates thumbnails -- and kicks the living crap out of RMagick. Oh, and it doesn't leak memory like a sieve. :) Features: Small and Clean! 194 glorious lines of graphics manipulation magi... errr, SCIENCE! Supports both square and proportional thumbnails. Pretty much any graphics format you could want. No really. Synopsis: ImageScience.with_ima
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く