We found it one of the most robust tools for web application testing. We are using it since last two year and formed our own library / framework to do data driven testing. Usually we use it to automate our sanity test suite. However, for couple of projects we are working on to automat...
In January of this year, @nvie published “A successful Git branching model” , in which he explained how he keeps his Git repositories nice and tidy. In addition to that, he released git-flow ; a bunch of Git extensions to make following this model extremely easy. I’m astounded that so...
January 18, 2011 Tagged: development tmux shell unix how to Comments (View) A Tmux Crash Course I’ve been using Tmux for about six months now and it has become just as essential to my workflow as vim. Pane and window management, copy-mode for navigating output, and session management ...
Test::Unit, RSpec, Shoulda, Minitest, Bacon, Cucumber… If there’s one thing that the Ruby community has no shortage of, it’s testing frameworks. Ever wish you could take advantage of these tools to do Test Driven Development in Cocoa? Well, wish no longer! With MacRuby, any Ruby testi...
Restivus - REST APIs for the rest of us Posted by adelevie on February 25, 2012 — 0 comments I just launched Restivus . It helps you expose CSV data as a REST API, with a self-generating docs page that has example requests and responses that actually work.
Rails and CanCan: Authorization for Specific Fields Posted by alindeman on February 25, 2012 — 0 comments Over on the Highgroove blog, I posted about Rails and CanCan: Authorization for Specific Fields .
, my new class where I teach music hacking, and use music hacking to also teach Node.js, CoffeeScript, Backbone, Socket.io, command-line JavaScript TDD, and related tech. You'll learn how to do this: And this: And even this: It's $212 for 3 months of biweekly videos and biweekly chats...
is a gentle introduction to command-line TDD in JavaScript. You can see it here in Flash format: You can also download it: episode2.m4v (for iOS, OS X, and Apple TV) I'm going to build a class on videos like this. The class itself consists of biweekly videos. The first video was 35 mi...
$ ruby --version ruby 1.8.6 (2010-02-04 patchlevel 398) [i386-mingw32] $ bundle install Fetching source index for http://rubygems.org/ Fetching source index for http://rubygems.org/ Fetching source index for http://rubygems.org/ Installing rake (0.9.2) Using activesupport (2.3.11) Ins...
Ruby 1.9.2 essentially fixed down the language design for 1.9; 1.9.3 is just a 'better implementation' Ruby 1.8 has "no future" (she stated this a few times) but it will be "supported" for a few years to come there is no intention to release a Ruby 1.8.8 "You need to switch to Ruby 1....
2010 年 12 月 4 日に、札幌で開催される地域 Ruby 会議として今年で 3 回目となる、札幌Ruby 会議 03 が開催されました。 今回は、まつもとゆきひろさんによる基調講演があり、道内外の Rubyist たちが数多く参加されました。 発表者として参加された名立たる Rubyist の みなさんを見ていると、 地域 Ruby 会議 というよりも、RubyKaigi の縮小版であるような錯覚を覚えました。 会場の規模や距離感のおかげか一体感のある会議になりました。 2 時間あった休憩時間では、みなさんスープカレーなど北海道の味覚を楽しまれ、 充実した...
Dr Nic Home About Presentations Blog I create web apps I work at Engine Yard , I have contributed to over 100 open source projects, and I love talking at conferences . Here is a small selection of the open source projects I have worked on over the years OPEN SOURCE PROJECTS Hudson.rb ...
A self-contained installer that includes the Ruby language, several popular extensions, an HTML Help based API reference, and the "Book of Ruby" courtesy of Huw Collingbourne. Platforms: Windows 2000/XP/Vista/7.
\Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both the t...
Upcoming Ruby Programming Competitions with Matz - Grand Prize - 1,000,000 JPY! Dear Ruby Enthusiasts: The Government of Fukuoka, Japan together with "Matz" Matsumoto would like to invite you to enter the following Ruby competitions. If you have developed an interesting Ruby program, ...
Eric Wong 's Posts ( feed ) USP: Unix processes and their attributes Today Eric presents various bits of information that the kernel manages for a process. 2011-11-11 22:37 (View Comments ) USP: IO#dup and the dup(2) system call Eric explains duplicating file descriptors. 2011-10-19 0...
odysseus:~/code/heckle_demo kev$ heckle -v Greeter Loaded suite /usr/local/bin/heckle Started .. Finished in 0.000447 seconds. 2 tests, 2 assertions, 0 failures, 0 errors Initial tests pass. Let's rumble. ********************************************************************** *** Greet...
Le présent document se partage en deux grandes sections. En premier lieu, une revue rapide de ce à quoi vous pouvez vous attendre en passant d’un langage donné à Ruby. Dans un deuxième temps, un examen plus approfondi des fonctionnalités propres de Ruby, illustré de quelques comparais...
Hearing Aid Sat 25 Feb 2012 at 12:34 I now have an open fit hearing aid device for my left ear. That ear has experienced tinnitus for approximately 10 years. An ABR test given at that time found nothing. My hearing loss is primarily in the 2000 Hz and above. Last night, I went to dinn...
that can help with this. It’s described by its author Chris Greigo as “what ActiveModel left out” which is a fair description of what it does. Using it makes it much easier to create a table-less model that behaves similarly to ActiveRecord and we’ll show you how it works in this epis...
#90 Fragment Caching (revised) Feb 18, 2012 | 9 minutes | Caching , Views , Performance If you need to cache a certain section of a page instead of the entire page, fragment caching is the way to go. Learn how caching is stored, how to create auto expiring caches, and more. Subscribe ...