rayvinly

Raymond Law
Intridea
Virginia, USA
8
7
Mar 25, 2008

Following

Public Activity  feed

rayvinly pushed to master at rayvinly/searchable_attributes Wed Jul 01 13:17:57 -0700 2009
HEAD is 017bc1d14ef34ed280267e01e4ec08b28e05aefd
  • rayvinly committed 017bc1d1:
    Added table name to generated SQL queries to avoid column conflicts when multiple tables have the same column name
rayvinly pushed to master at rayvinly/active_merchant Sun Jun 07 22:04:01 -0700 2009
HEAD is 1807edc499a13f9079b5c91aa117682638d6f3b9
rayvinly started watching thoughtbot/pacecar Sun May 31 00:02:20 -0700 2009
pacecar's description:
Generated scopes for ActiveRecord classes
rayvinly started watching thoughtbot/shoulda Sat May 30 21:24:20 -0700 2009
shoulda's description:
Makes tests easy on the fingers and the eyes
rayvinly started watching notahat/machinist Wed May 27 23:12:36 -0700 2009
machinist's description:
Fixtures aren't fun. Machinist is.
rayvinly pushed to master at rayvinly/active_merchant Sat May 23 15:34:05 -0700 2009
HEAD is 153a37dd276675029ffb11196fb558596dfcb7fd

61 commits »

rayvinly started watching itteco/service_merchant Thu May 14 11:27:27 -0700 2009
service_merchant's description:
Ruby toolkit for recurring billing and subscription management in Software-as-a-Service (SaaS) web applications
rayvinly started watching thoughtbot/paperclip Tue May 12 12:03:29 -0700 2009
paperclip's description:
Easy file attachment management for ActiveRecord
rayvinly started watching macsphere/canary Thu Apr 23 06:01:24 -0700 2009
canary's description:
Open-source Cocoa/Obj-C Twitter client
rayvinly started watching tobi/liquid Wed Apr 22 15:51:49 -0700 2009
liquid's description:
Liquid markup language. Save, customer facing template language for flexible web apps.
rayvinly pushed to master at rayvinly/active_merchant Tue Mar 31 07:51:29 -0700 2009
rayvinly pushed to master at rayvinly/active_merchant Tue Mar 31 07:51:05 -0700 2009
HEAD is 4ce8eed6de2c8f94e7787eb0b4b412e6f0c3b59c
  • rayvinly committed 4ce8eed6:
    Wrapped options[:amount] with the amount method so either an integer or money value can be used
rayvinly created gist: 82115 Thu Mar 19 15:57:42 -0700 2009
rayvinly pushed to master at rayvinly/searchable_attributes Fri Mar 13 16:40:22 -0700 2009
HEAD is c20eda513d1ff03ea46dc041470d0869352a742e
  • rayvinly committed c20eda51:
    Attempting to define named_scopes for associated models too but it doesn't work for polymorphic relationships yet, hence commented out
rayvinly committed to rayvinly/searchable_attributes Fri Mar 13 16:40:17 -0700 2009

c20eda513d1ff03ea46dc041470d0869352a742e

Attempting to define named_scopes for associated models too but it doesn't work for polymorphic relationships yet, hence commented out

rayvinly created gist: 78746 Fri Mar 13 16:33:35 -0700 2009
class User < ActiveRecord::Base has_many :notes, :as => :owner, :dependent => :destroy end
rayvinly pushed to master at rayvinly/state_select Thu Mar 05 14:51:23 -0800 2009
HEAD is 033a53c87c3a7258aa651d70d21c846866d4b1d9
  • rayvinly committed 033a53c8:
    Fixed the error - InstanceTag.new takes only 4 arguments, not 5
rayvinly committed to rayvinly/state_select Thu Mar 05 14:51:22 -0800 2009

033a53c87c3a7258aa651d70d21c846866d4b1d9

Fixed the error - InstanceTag.new takes only 4 arguments, not 5

rayvinly forked sprsquish/state_select Thu Mar 05 14:43:12 -0800 2009
Forked repository is at rayvinly/state_select
rayvinly started watching twenrich/substruct Wed Mar 04 13:27:03 -0800 2009
substruct's description:
Rails/engines plugin creating an online shop.
rayvinly pushed to master at rayvinly/active_merchant Tue Mar 03 10:41:52 -0800 2009
HEAD is 49ae8525916c4f1862abc9c913828a6c3521d3dd
  • rayvinly committed 49ae8525:
    Added support for PayPal recurring payment with the SOAP API.
rayvinly committed to rayvinly/active_merchant Tue Mar 03 10:41:49 -0800 2009

49ae8525916c4f1862abc9c913828a6c3521d3dd

Added support for PayPal recurring payment with the SOAP API.

rayvinly forked Shopify/active_merchant Tue Mar 03 10:38:36 -0800 2009
Forked repository is at rayvinly/active_merchant
rayvinly forked Shopify/active_merchant Tue Mar 03 10:22:14 -0800 2009
Forked repository has since been deleted.
rayvinly started watching rails/acts_as_list Mon Mar 02 13:50:45 -0800 2009
acts_as_list's description:
ActsAsList plugin