1.8.7の今後につきまして (<URL:http://www.ruby-lang.org/en/news/2011/10/06/plans-for-1-8-7/> の翻訳です) いつもRubyをご愛用いただき、誠にありがとうございます。 さて、みなさまの中にも、Ruby 1.8.7を今でもお使いの方が少なからずいらっしゃると思います。 2008年にリリースされた1.8.7版のRubyは、当時としては最先端の大変優れたものであり、 おかげさまで多くの方々にご愛用いただきました。心より御礼申し上げます。 とはいえ、今後もお使いいただくことはお勧めできません。 Rub...
Five Common Rails Mistakes Posted by mperham on May 06, 2012 — 0 comments I’ve worked with Rails for quite a while now and in that time I’ve seen a lot of Rails applications and both read and written a lot of bad Ruby code. Here’s five common mistakes that I see in almost every Rails ...
April 8, 2009 Tagged: ack copy grep integration linux osx paste search vim Comments (View) Integrating vim into your life More tips from thoughtbot about using vim, but this time with an emphasis on fitting it into your life. Copy and paste To copy and paste from your PRIMARY (on OS X...
jQuery plugin Role with haml support Posted by gazay on May 06, 2012 — 0 comments I just released role-haml gem. It is Haml support for role jQuery plugin by @kossnocorp. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to ...
Rpub, a simple ePub generation library in Ruby Posted by avdgaag on May 06, 2012 — 0 comments I wrote a Ruby gem to compile a set of markdown files into an .epub file, to scratch my own itch. It comes with default layout and styles, automatically detects images and fonts and can gener...
Migrations are optional, you don't have to use them. You can always just create the necessary database structure manually using Sequel's schema modification methods or another database tool. However, if you are dealing with other developers, you'll have to send them all of the changes...
ParseModel: An Active Record pattern for your Parse models on RubyMotion. Posted by adelevie on May 06, 2012 — 0 comments I just wrote ParseModel . It's a thin syntax layer for Parse.com's iOS SDK. Usage: class Post include Parse::Model fields :title, :body, :author end p = Post.new p...
enstratus 0.0.1 gem for interacting with the enStratus API install gem install enstratus Download Documentation Subscribe Stats Authors John E. Vincent 17 total downloads 17 for this version Owners Gemfile gem "enstratus", "~> 0.0.1" Versions 0.0.1 May 6, 2012 Runtime Dependencies exc...
Deploying to Amazon EC2 allows you to scale an application quickly. Learn how to use Rubber to deploy to the cloud with just a few commands and monitor the cluster with various web tools.
gives something like the functionality of libwww-perl (LWP) in Ruby
As you can see from above, the basic structure of a step definition is the keyword (i.e. Given , When , or Then ) followed by a regular expression and a block of Ruby code. The regular expression is used to identify the desired step implementation. The step text in scenarios is matche...
«Ruby on Rails — это прорыв в снижении входного барьера в программировании. Мощные веб-приложения, которые раньше разрабатывались за недели или месяцы, теперь могут быть сделаны за считанные дни.» — Тим О’Рейли, основатель O’Reilly Media «Rails — наиболее продуманный веб-фреймворк, с ...
前回 は、Rails 3.0 で導入された新しい Gem パッケージ管理ツール Bundler を紹介しました。 今回と次回はユーザー認証 の仕組みをアプリケーションに追加します。 Devise Devise を利用すると、メールアドレスとパスワードによるユーザー認証機構を Rails アプリケーションに簡単に組み込むことができます。 現時点(2010/08/30)での最新版は 1.1.2 です。Gemfile を次のように修正してください。 source 'http://rubygems.org' gem 'rails', '3.0.0' gem 'sqlite...
Haml is a markup language that’s used to cleanly and simply describe the XHTML of any web document, without the use of inline code. Haml functions as a replacement for inline page templating systems such as PHP, ERB, and ASP. However, Haml avoids the need for explicitly coding XHTML i...
i have this data from matlab. u can plot it using plot (t,w) in matlab. i want to know how to use file sink to put this data in gnu radio and plot using scope sink. i collected them at 10G/Seconds. so basically how do i use the file sink to put this data in gnu radio so that i can see...
1.2 名前の由来を教えてください 1.3 Rubyの歴史を教えてください 1.4 どこで手に入りますか 1.5 Rubyのホームページを教えてください 1.6 Rubyのメーリングリストはありますか 1.7 メイリングリストの過去メールを調べたいのですが 1.8 rubyistとruby hackerの違いは 1.9 "Ruby"と"ruby"はどっちが正しいのですか 1.10 Rubyの参考書を教えてください 1.11 マニュアルを読んでも理解できないところがあるのですが 1.12 Ruby のキャラクターは羊? 1.13 バグ報告はどこへ行えばよいでしょう?
Simplicity: Unicorn is a traditional UNIX prefork web server. No threads are used at all, this makes applications easier to debug and fix. When your application goes awry, a BOFH can just “kill -9” the runaway worker process without worrying about tearing all clients down, just one. O...
Common Lisp: The Untold Story , by Kent M. Pitman. Anything Goes , by P. J. O’Rourke. “For three decades the author searched fruitlessly for the perfect city. And then he found it.” 9. We want to ridicule the idiots who spread the discourse of war: the fanatics of competition, the fan...
« How Rails made me a better programmer January 2007 Announcing test/spec 0.3, a BDD interface for Test::Unit » 17jan2007 · a declaration of independence when in the course of writing ⁄ it becomes necessary for writers ⁄ to dissolve the syntactical bands ⁄ which have connected them wi...
Jbuilder provides a DSL for generating JSON. It includes a template engine which allows you to create complex responses with helpers and conditions.