module Highcharts
  module Option
    class Title
...

Ruby Hashing an object, Code dup...

by rgoytacaz.myopenid.com, November 29, 2010 02:43, 2 refactorings, tagged with ruby, serialization, duplication

This is a ruby gem I'm work...

9fe77a0217c77ce4cb00096d863c8b45 Talk
class UsersController < ApplicationController
  before_filter :authorize
  before_filter :find_user, :only => [:edit, :update, :destroy]
...

Ruby Code Duplication

by xystus777.myopenid.com, November 26, 2010 10:15, 2 refactorings, tagged with rails, ruby, refactor, params, format, duplication

Any idea how I can refactor...

55502f40dc8b7c769880b10874abc9d0 Talk