April 25, 2012 Tagged: quality Comments (View) What is good code? We often discuss the principles we use to write what we consider good code - test-driven development, object-oriented programming, SOLID, DRY, Law of Demeter - the list goes on. Sometimes it’s useful to remind ourselves...
As announced previously, the next major release of Redmine (2.0) will run with Rails 3.2. Today, the development branch was upgraded to Rails 3.2.3 (the latest Rails release). Although it passes the full test suite with ruby 1.8 and 1.9 already, there may still be a few issues. So if ...
Getting started with mruby Posted by mattetti on April 25, 2012 — 0 comments Learn what makes mruby different and how to get started embedding Ruby in a C program by reading this mruby blog post . Comments Post a Comment Comment abilities for non registered users are currently dea...
Wednesday, April 25, 2012 at 5:21AM I seem to have misplaced a day this week. That's not good. Postgres.app - Easy installer for PostgeSQL on OS X. WebPagetest - Collect an overwhelming amount of data on page loading performance from real browsers scattered around the world. Mini tech...
Asset Pipeline for Dummies Posted by cavneb on April 25, 2012 — 0 comments Learn how the Asset Pipeline works and why you should use it at http://coderberry.me Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a prope...
筆者は 2011 年 11 月、南米で行われた二つの Ruby カンファレンス、RubyConf Argentina (以下 RubyConf AR) および RubyConf Uruguay (以下 RubyConf UY) に参加した。本記事はその記録である。 先にお断りしておくと、これは単なる旅行記である。カンファレンスのレポートではない。 現在では世界のさまざまな国でRubyのカンファレンスが行われているが、こと南米となると日本から参加したことのある読者はほぼゼロだと思われる。そのため、レポートに当たっては、「なぜ行くことになったのか?」「どうやって行った...
Tips for using Unicorn with Sandbox installation tools Since unicorn includes executables and is usually used to start a Ruby process, there are certain caveats to using it with tools that sandbox RubyGems installations such as Bundler or Isolate . General deployment If you’re sandbox...
@chaered, it actually does not matter how you define “placed in the maze.” By definition, every cell in the maze must be reachable by every other cell, so regardless of where you are placed, there will be a shortest path to any other cell you designate. And since a shortest path will ...
Spree is an open source e-commerce framework for Ruby on Rails. Join us on the spree-user google group or in #spree on IRC
Rails S earch able API Doc beta :) Smart search, beautifully packed Rails v3.0.8rc1 or Rails v3.0.8rc1 + Ruby v1.9.2 or build your custom package Code on GitHub Bugs on Lighthouse Follow me on twitter Download Zip, 2.33 Mb Browse online Tested with Safari 4, Firefox 3, Opera 9.5, Chro...
.autotest /sandbox/rails-3.2/vendor/plugins/awesome_nested_set/.autotest .travis.yml /sandbox/rails-3.2/vendor/plugins/awesome_nested_set/.travis.yml CHANGELOG /sandbox/rails-3.2/vendor/plugins/awesome_nested_set/CHANGELOG MIT-LICENSE (diff ) README.rdoc (diff ) Rakefile (diff ) aweso...
pronghorn 0.0.1 Minimal server for Rack apps based in EventMachine and http-parser install gem install pronghorn Download Documentation Subscribe Stats Authors Guillermo Iguaran 7 total downloads 7 for this version Owners Links Homepage Bundler gem "pronghorn", "~> 0.0.1" Versions 0.0...
日本Rubyカンファレンスの発表に関係する情報をまとめます. 講演資料は,公式サイトのプログラムページ にも掲載しています.プログラム(6月10日) プログラム(6月11日) Wikiなので,各自気付いた人がリンクを貼ってもらうのでもかまいません. 当日のプレゼン資料に限らず,発表を理解するのに参考になりそうな情報は,どしどしリンクを貼ってください(発表者の当日のブログのエントリなど).
37signals в очередной раз поделились с миром своим инструментом. На этот раз это небольшая библиотека, которая позволяет добавлять комментарии к логу запросов, выполняемых ActiveRecord. Выглядит это примерно так: Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts...
coffee-processing 0.0.2 Helps writing Processing.js sketches in Coffeescript install gem install coffee-processing Download Documentation Subscribe Stats Authors Junegunn Choi 35 total downloads 5 for this version Owners Links Homepage Bundler gem "coffee-processing", "~> 0.0.2" Versi...
PostgreSQL is an increasingly popular database choice for Rails developers and with good reason. The many features it provides mean that a lot of developers who previously used MySQL have now moved over to Postgres. We’ll mention some of these at the end of this episode but first we’l...
カレントディレクトリをpathにする. イテレータとして呼ばれたときには ブロック実行中のみカレントディレクトリを変更する. Shell#pushd(path = nil , &block ) Shell#pushdir カレントディレクトリをディレクトリスタックにつみ, カレントディレク トリをpathにする. pathが省略されたときには, カレントディレクトリと ディレクトリスタックのトップを交換する. イテレータとして呼ばれたと きには, ブロック実行中のみpushdする. Shell#popd Shell#popdir ディレクトリスタックからポップし,...
1,718 downloads rufus-lua (1.1.0) ruby-ffi based bridge from Ruby to Lua 15,864 downloads rufus-mnemo (1.2.2) Turning (large) integers into japanese sounding words and vice versa 1,473 downloads rufus-rtm (0.1.3) yet another RememberTheMilk wrapper 335,850 downloads rufus-scheduler (2...
I have been using datatables since it first came out and rely on its features for all my statistical production sites. Even though I love watching all of the railscasts produced here, I don't find this one particularly rewarding. I find my own use of streamlined helpers to be enough t...
Creates a link tag of the given name using a URL created by the set of options . See the valid options in the documentation for url_for . It’s also possible to pass a String instead of an options hash, which generates a link tag that uses the value of the String as the href for the li...