Do not build what you do not need. If it never shows up in the UI, and especially if it never shows up in the UX, drop it. Why did you even think you needed it at all? Confine changes to one place. If the existing story does not change, why should the test for it? For example, say you...
Rails 3.2.6 Released: Fixes More Vulnerabilities Rails 3.2.4 was released a few weeks ago fixing two serious security vulnerabilities (explained in another post below). Rails 3.2.5 then followed a day later as 3.2.4 introduced a nasty scoping bug.. and.. now Rails 3.2.6 to continue to...
In episode #2 Ben and Phil discuss the design process, fundamentals of visual design, common design errors, and how to be a better designer (even if you’re a developer), and how to work with designers as a developer. They also answer some audience questions about design: How to handle...
Gon v3.0.5 is out Posted by gazay on June 22, 2012 — 0 comments New option (:need_type) and fixes for old ones with small refactoring, soon there will be convenient wiki instead of long README. Comments Post a Comment Comment abilities for non registered users are currently deacti...
parse-ruby-client 0.1.0 A simple Ruby client for the parse.com REST API install gem install parse-ruby-client Download Documentation Subscribe Stats Authors Alan deLevie, Adam Alpern 1,504 total downloads 10 for this version Owners Links Homepage Gemfile gem "parse-ruby-client", "~> 0...
A technique taken from LifeCoaching Powerful questions are open questions that preclude yes or no as answers. As a result they encourage dialogue and promote understanding. When we need to understand what a computer system is supposed to do so that it can best serve some business need...
LiquidPlanner API client, using ActiveResource install gem install liquidplanner Download Documentation Subscribe Stats Authors Brett Bender, Adam Sanderson, Mark Holton 1,438 total downloads 11 for this version Owners Links Homepage Gemfile gem "liquidplanner", "~> 0.0.4" Versions 0....
is Mike Gunderloy's software development weblog, covering Ruby on Rails and whatever else I find interesting in the universe of software. I'm a full-time Rails developer and contributor, available for long- or short-term consulting, with solid experience in working as part of a distri...
Give your models as-of date temporal extensions. Built entirely for PostgreSQL >= 9.0
If you need to work with geographic data, Geocoder is an excellent gem for converting addresses and coordinates, finding nearby locations, determining distances, and more!
RSpec はよく「難しい」とか「構文がわかりづらい」と言われます。Rubyist はものごとをきっと Ruby のコードで考えるのでそのコードと RSpec の DSL にギャップがあるからなのかなと個人的には思っています。正直、この辺は慣れの問題でしょう。もちろん、どうしても受け付けないという人はいると思います。 そういう人はまず describe と context のふたつから始めてみてください。仕様をテストするという点ではこのふたつを理解できれば十分だと個人的には思っています。it の中も Test::Unit のテストケースと同じように書いてしまってい...
This gem provides jQMobi and jQMobi-ujs driver for Rails3 application.
クライアントーサーバなツールなので、chef-server と chef-client に関しては特に何の疑問もないと思います。 いっぽうで chef-solo というサーバ無しでもレシピが実行できるツールも存在します。つまり、クラサバツールですが、必ずしもクラサバ構成を採る必要はありません。DECOLOG では主に chef-server に登録する前のレシピをテストする用途で使われることが多いですが使い道はいろいろあると思います。 例えば、大規模開発PJでは開発環境の統一が行われることが多いですが、かつて筆者がそういった仕事をしていたときは、セットアップ手順が...
zillow_demographics 0.0.1 wrapper for the zillow zillow_demographics api install gem install zillow_demographics Download Documentation Subscribe Stats Authors michael verdi 16 total downloads 16 for this version Owners Gemfile gem "zillow_demographics", "~> 0.0.1" Versions 0.0.1 June...
Arel is a SQL AST manager for Ruby. It 1. Simplifies the generation of complex SQL queries 2. Adapts to various RDBMS systems It is intended to be a framework framework; that is, you can build your own ORM with it, focusing on innovative object and collection modeling as opposed to da...
First, a new mental model is needed. Although JRuby is just another Ruby implementation, it’s also a new tool running on a completely different VM, the Java Virtual Machine, which has performance characteristics much different than Ruby’s VM. These characteristics vary due to the use ...
> I am using subdomains in my application to control context. Therefor, > during user registration, password reset, and other actions that require > an email to be sent with a link to be clicked, I need to ensure that the > subdomain appropriate for the user is used. > > It seems I ne...