tomstuart

Tom Stuart
London
1
2

Following

Public Activity  feed

2f95de2f45f9093108150df702a7e7dbe569ab18

Changed add_enclosing_resource arguments to allow implicit resource name (inferred from its class)

tomstuart commented on rails/rails 2 days ago
Comment in 2bf58aa:

Yeah, this broke plugin gem loading for me too. Case in point: BackgrounDRb wants the packet gem, which is installed in vendor/gems—worked fine in 4f53db0, broken in 2bf58aa.

tomstuart commented on rails/rails 2 days ago
Comment in 2bf58aa:

Yeah, this broke plugin gem loading for me too. Case in point: BackgrounDRb wants the packet gem, which is installed in vendor/gems—worked fine in 4f53db0, broken in 2bf58aa.

tomstuart started watching acts_as_money 26 days ago
acts_as_money is at collectiveidea/acts_as_money
tomstuart started watching slugalizer 28 days ago
slugalizer is at henrik/slugalizer
tomstuart commented on rails/rails 28 days ago
Comment in 1ddde91:

This method should also collapse multiple occurrences of the separator (‘foo--bar’ => ‘foo-bar’) and strip leading/trailing occurrences (‘-foo-bar’ => ‘foo-bar’).

tomstuart committed to econsultancy/active_merchant about 1 month ago

1e2cccc02916cc8d293d9a95e72605255fc0109f

Silenced Rails 2.1.1+ deprecation warning for ActiveSupport::Inflector

tomstuart committed to rails/rails about 1 month ago

7f179f8540ab92dbd9d3e650b465de5b694d93d4

Make NamedScope#size behave identically to AssociationCollection#size. [#933 state:resolved]

tomstuart committed to tomstuart/rails about 1 month ago

9615d6ae13d5d7bdeaa71be2615aa405e345fbce

Make named scope #size behave identically to association proxy #size (#length if already loaded, #count if not)

tomstuart committed to tomstuart/rails about 1 month ago

f4d003b52c6bbab677cd64b37276a7a658285ea4

Merge branch 'master' of git://github.com/rails/rails