codetocustomer

Nik Wakelin
Code to Customer
Wellington, New Zealand
2
3
A fork of restful-authentication that adds the option to use email addresses as logins
Forked from technoweenie/restful-authentication Mon Jun 30 21:54:47 -0700 2008
legend
Click-draggable. Range-makeable. A better calendar.
Forked from stephencelis/timeframe Tue Jul 01 02:31:38 -0700 2008
legend
Plugin to change migrations to include a timestamp inside the class, rather than
Created Fri Aug 01 20:47:07 -0700 2008
legend

Public Activity  feed

codetocustomer updated gist: 6147 9 days ago
>> HashWithIndifferentAccess.new.is_a? Hash => true
codetocustomer created gist: 6147 9 days ago
>> HashWithIndifferentAccess.is_a? Hash => false
codetocustomer created gist: 4322 21 days ago
alias push="rake test && git push" # Cheapskate's CI
codetocustomer committed to rails/rails 22 days ago

080974784582e1e289c2948227b446bc56d404a1

Added MigrationProxy to defer loading of Migration classes until they are actually required by the migrator

codetocustomer created yagni-migrations 26 days ago
New repository is at codetocustomer/yagni-migrations
codetocustomer created gist: 1410 about 1 month ago
def has_permission(name) (p = permissions.detect{|p| p[:name] == name } ) ? p[:active] : false end
codetocustomer updated gist: 566 about 1 month ago
foreach($post_params as $key => $value) { $sanitized_value = sanitize($value);
codetocustomer created gist: 566 about 1 month ago
foreach($post_params as $key => $value) { $sanitized_value = sanitize($value);
codetocustomer committed to rails/rails about 1 month ago

bbab6391366f59189e84d2b8de2a63bea91a9851

Set config.active_record.timestamped_migrations = false to have migrations with numeric prefix instead of UTC timestamp. [#446 state:resolved]