pluginaweek

Aaron Pfeifer
PluginAWeek
Boston, MA
31
27
  • Adds support for declaring an ActiveRecord class as an enumeration
    Created Tue Jun 24 20:36:30 -0700 2008
    legend
  • Adds automatic generation of predicate methods when defining attributes
    Created Thu Jul 03 19:08:58 -0700 2008
    legend
  • Adds helper methods for determining if a specified date/time was yesterday, today, or tomorrow
    Created Tue Jun 24 20:37:01 -0700 2008
    legend
  • Adds support for automatically encrypting ActiveRecord attributes
    Created Tue Jun 24 20:37:09 -0700 2008
    legend
  • Provides dead-simple string encryption/decryption syntax
    Created Tue Jun 24 20:37:18 -0700 2008
    legend
  • Demonstrates a reference implementation for handling countries, regions, and addresses
    Created Tue Jun 24 20:37:26 -0700 2008
    legend
  • Demonstrates a reference implementation for sending emails with logging and asynchronous support
    Created Tue Jun 24 20:37:39 -0700 2008
    legend
  • Demonstrates a reference implementation for sending messages between users
    Created Tue Jun 24 20:37:45 -0700 2008
    legend
  • Demonstrates a reference implementation for handling phone numbers
    Created Tue Jun 24 20:37:53 -0700 2008
    legend
  • Demonstrates a reference implementation for handling ratings
    Created Tue Jun 24 20:38:02 -0700 2008
    legend
  • Demonstrates a reference implementation for handling role management
    Created Tue Jun 24 20:38:11 -0700 2008
    legend
  • Adds constants for determining the minimum and maximum values of integers
    Created Tue Jun 24 20:38:20 -0700 2008
    legend
  • Adds support for the interpolation of time/date formats when generating strings with strftime
    Created Tue Jun 24 20:38:28 -0700 2008
    legend
  • Adds a helper method for generating a menubar
    Created Tue Jun 24 20:38:36 -0700 2008
    legend
  • Adds a helper method for creating new modules and classes at runtime
    Created Tue Jun 24 20:39:02 -0700 2008
    legend
  • Generates memorable passwords that a human-being can easily remember
    Created Tue Jun 24 20:39:10 -0700 2008
    legend
  • Simplifies plugin testing by creating an isolated Rails environment that simulates its usage in a...
    Created Tue Jun 24 20:39:37 -0700 2008
    legend
  • Adds various abilities to plugins, including asset management, migrations, and application code i...
    Created Tue Jun 24 20:40:05 -0700 2008
    legend
  • Dynamically generates aliases for polymorphic associations based on the class names of those asso...
    Created Tue Jun 24 20:40:26 -0700 2008
    legend
  • Adds support for easily creating custom preferences for models
    Created Tue Jun 24 20:40:38 -0700 2008
    legend
  • Intelligently applies a maxlength attribute for text fields based on column constraints and valid...
    Created Tue Jun 24 20:40:55 -0700 2008
    legend
  • Adds support for creating state machines for attributes within a model
    Created Tue Jun 24 20:41:05 -0700 2008
    legend
  • Adds automated styling of input fields with css classes
    Created Tue Jun 24 20:41:15 -0700 2008
    legend
  • Adds a helper method for generating HTML tables from collections
    Created Tue Jun 24 20:41:24 -0700 2008
    legend
  • Adds helper methods for creating the TinyMCE initialization script
    Created Tue Jun 24 20:41:40 -0700 2008
    legend
  • Demonstrates a reference implementation for user authentication
    Created Tue Jun 24 20:41:49 -0700 2008
    legend
  • Adds support for validating the format/length of email addresses
    Created Tue Jun 24 20:41:57 -0700 2008
    legend

Public Activity  feed

pluginaweek created gist: 9261 2 months ago
class CreditCardType < ActiveRecord::Base acts_as_enumeration
pluginaweek deleted acts_as_enumeration_in_memory 2 months ago
Deleted repository was at pluginaweek/acts_as_enumeration_in_memory
pluginaweek deleted boolean_attributes 4 months ago
Deleted repository was at pluginaweek/boolean_attributes
pluginaweek added obrie to attribute_predicates 4 months ago
attribute_predicates is at pluginaweek/attribute_predicates
pluginaweek created attribute_predicates 4 months ago
New repository is at pluginaweek/attribute_predicates
validates_as_email_address is at pluginaweek/validates_as_email_address
pluginaweek added obrie to user_authentication 4 months ago
user_authentication is at pluginaweek/user_authentication
pluginaweek added obrie to tiny_mce_helper 4 months ago
tiny_mce_helper is at pluginaweek/tiny_mce_helper
pluginaweek added obrie to table_helper 4 months ago
table_helper is at pluginaweek/table_helper
pluginaweek added obrie to styled_inputs 4 months ago
styled_inputs is at pluginaweek/styled_inputs