[Journey to Japan #3] Exclusive Video Interviews Posted on November 28, 2011 It’s been a while since I’ve written about my Ruby Kaigi 2011 trip . Since then I’ve been really busy and I left out lots of great material shamelessly accumulating dust in my hard drive, but no more. Today I...
MountainWest RubyConf 2012 Home Schedule Sessions Workshops 5K Waiting List Sponsor Us! Advisors Schedule Thursday 8:00 - 9:00 Registration & Welcome 9:00 - 9:30 "Capability vs. Suitability " by Gary Bernhardt 9:30 - 10:00 "Concurrent Programming with Celluloid " by Tony Arcieri 10:00...
A different approach to Rails mass-assignment security Posted by jordoh on March 10, 2012 — 0 comments Read this blog post for an approach to mass-assignment security that: - Does not rely on the developer remembering to protect their attributes like attr_protected does. - Does not ke...
As coders, most of us are not only familiar with the term yak shaving , but spend many of our days doing nothing but. I often struggle to explain to non-technical folks what I actually spend my time doing when I'm working and what it feels like. This is the most accessible explanation...
The Basics of Creating Rails Plugins A Rails plugin is either an extension or a modification of the core framework. Plugins provide: a way for developers to share bleeding-edge ideas without hurting the stable code base a segmented architecture so that units of code can be fixed or up...
Faker, a port of Data::Faker from Perl, is used to easily generate fake data: names, addresses, phone numbers, etc. The port was motivated by a need for a bunch of fake data to make good-looking screenshots for Catch the Best . :) Installing sudo gem install faker Usage Faker::Name.na...
BostonRB February 2012 Videos Posted by bcardarella on March 10, 2012 — 0 comments This month we had: Chad Fowler present Measuring & Analyzing Things That Matter When You Have Too Many Things To Keep Track Of Luke Griffiths present How to make your first contribution to open source B...
shell_command v0.2.2 released Posted by robgleeson on March 10, 2012 — 0 comments shell_command tries to provide a better interface for communicating with commands you spawn on the shell. The API is simple and small, and examples are included in the README. Notable features for this r...
Well, what’s holding me back is that I’m in a small shop. I have limited experience with Java, and pretty much zero experience with the Java webstack. I’m very interested in JRuby, not in the least because it would allow me to integrate two of my favorite languages, Ruby and Clojure. ...
It is important to use attr_accessible for security with mass assignment, but what if you need it to be dynamic based on user permissions? See how in this episode.
dozens of ruby libraries released by codeforpeople.com Development Status: 6 - Mature Intended Audience: Developers , End Users/Desktop , System Administrators License: Ruby License Programming Language: Ruby Topic: Religion
Today I tried to install Redmine on Heroku. I handled the session store with no problem. When I tried to create the database, I found that the app used the wrong version of Rails. So I created a Gemfile referencing version 2.3.4 (the rails version referred to in the documentation that...
We hit all the “happy paths” with Cucumber, and we generally hit the failure UI as well. For example, we’ll test the successful submission of a form and one failed submission in Cucumber, and then we’ll test all the individual validations that cause the form to fail from RSpec. That a...
Defendendo o Scrum, é importante apontar que só porque ele não inclui nenhuma atividade técnica dentro de seu escopo isso não deve levar ninguém a concluir que ele não acha isso importante. Sempre que ouvi Scrummers prominentes eles sempre enfatizaram que você deve ter boas práticas t...
This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here. These similar methods exist in v3.2.1: ActionController::Instrumentation#redirect_to ActionController::Flash#redirect_to ActionController::Redirecting#redirect_to ActionC...
by Mark Salamango on Updates to the Pivotal Tracker story redesign by Warren on Updates to the Pivotal Tracker story redesign by David on Updates to the Pivotal Tracker story redesign by Oskar Austegard on Updates to the Pivotal Tracker story redesign by Skjalg on Updates to the Pivot...
gyazo 0.0.5 * Upload an image to Gyazo.com install gem install gyazo Download Documentation Subscribe Stats Authors Toshiyuki Masui 42 total downloads 9 for this version Owners Links Homepage Bundler gem "gyazo", "~> 0.0.5" Versions 0.0.5 March 10, 2012 0.0.3 March 10, 2012 0.0.2 Marc...
Ohm is a library that allows to store an object in Redis, a persistent key-value database. It includes an extensible list of validations and has very good performance.