GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

wgpubs

0
0
Jun 16, 2008

Following

Public Activity  feed

wgpubs started watching dfischer/rspec-haml-scaffold-generator Fri Aug 15 14:22:56 -0700 2008
rspec-haml-scaffold-generator's description:
A Haml Scaffolding Generator for RSpec
wgpubs started watching ryanb/static_actions Sat Jul 12 12:00:35 -0700 2008
static_actions's description:
Rails plugin to quickly make named routes for non-RESTful actions.
wgpubs commented on technoweenie/restful-authentication Tue Jun 24 17:21:07 -0700 2008
Comment in 2d24dae:

Issues:
1. When User is created the record is properly updated from ‘passive’ to ‘pending’ BUT the "make_activation_code" is not called as expected given ":enter => :make_activation_code." I had to put a before_filter in my User class to call "make_activation_code" to get things to work.
2. Same problem when moving from ‘pending’ to ‘active’. The state is changed when user.activate! is called … but the "do_activate" method is not called.
What gives? Am I missing something???
Thanks

wgpubs started watching freels/acts_as_state_machine Mon Jun 23 13:18:36 -0700 2008
acts_as_state_machine's description:
git mirror of acts_as_state_machine
wgpubs started watching jbarket/restful-authorization Fri Jun 20 16:24:31 -0700 2008
restful-authorization's description:
An authorization and workflow mechanism built on top of restful_authentication
wgpubs started watching technoweenie/attachment_fu Thu Jun 19 21:27:52 -0700 2008
attachment_fu's description:
Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.
wgpubs started watching davemerwin/jquery Tue Jun 17 12:03:34 -0700 2008
jquery's description:
jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.
wgpubs started watching drnic/ruby-on-rails-tmbundle Tue Jun 17 12:02:51 -0700 2008
ruby-on-rails-tmbundle's description:
Ruby on Rails TextMate bundle [Learn it with PeepCode - http://peepcode.com/products/textmate-for-rails-2]
wgpubs started watching rails/rails Tue Jun 17 12:01:18 -0700 2008
rails's description:
Ruby on Rails
wgpubs started watching technoweenie/will_paginate Tue Jun 17 02:01:50 -0700 2008
will_paginate's description:
Most awesome pagination solution for Rails
wgpubs deleted restful-authentication Mon Jun 16 23:43:39 -0700 2008
Deleted repository was at wgpubs/restful-authentication
wgpubs forked technoweenie/restful-authentication Mon Jun 16 23:32:19 -0700 2008
Forked repository has since been deleted.
wgpubs started watching technoweenie/restful-authentication Mon Jun 16 23:32:19 -0700 2008
restful-authentication's description:
Generates common user authentication code for Rails/Merb, with a full test/unit and rspec suite and optional Acts as State Machine support built-in.