tomafro

Tom Ward
London
7
6
Created Tue Jun 03 11:29:02 -0700 2008
legend
Created Thu Jun 05 02:50:51 -0700 2008
legend
Paperclip File Management Plugin
Forked from thoughtbot/paperclip Mon Jul 14 07:42:41 -0700 2008
legend
Created Tue Jun 03 12:18:19 -0700 2008
legend
Ruby on Rails
Forked from rails/rails Fri Jul 18 11:36:02 -0700 2008
legend
Created Thu May 08 02:02:06 -0700 2008
legend

Following

Public Activity  feed

tomafro committed to houseshare about 23 hours ago
tomafro committed to houseshare about 23 hours ago
tomafro committed to houseshare about 23 hours ago
tomafro committed to rails 5 days ago

f2059393481ceb632abc7a9d92670e409020d5bd

Ensure checked value is a string when validating case-sensitive uniqueness [#361 state:resolved]

tomafro committed to rails 5 days ago

d39485078ec56e25a96e97d44b53498d8a1c7426

Raise ArgumentError if an invalid method is specified as part of a route's conditions. Also raise an error if HEAD is specified as the method, as rails routes all HEAD requests through the equivalent GET, though doesn't return the response body [#182 state:resolved]

tomafro committed to rails 5 days ago

c3d1fda555c4bd5f8821d830c685ae5d0e7e52d0

Set the response content type to that of found template if not explicitly set elsewhere [#444 state:resolved]

tomafro forked rails 6 days ago
Forked repository is at tomafro/rails
tomafro committed to acts_as_solr 6 days ago

d54c930035380a864daab4e23b0aa030daa45765

Merged in acts_as_solr additions from jgp/aspire. Also added support for STI relations; searches now check all subclasses as well as main class.

tomafro committed to acts_as_solr 7 days ago

eaa088276ecefe3cea1f19b15e81118102375866

Added support for single table inheritance within find_by_solr queries

tomafro committed to acts_as_solr 7 days ago

8bb34400a51f995a239c4396b9fa1f7784794e0a

Implicitly guess type based on column type if not explicitly set. Also normalize configuration into hash similar to {field => {:type => type}}