We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

pluginaweek

Aaron Pfeifer
PluginAWeek
Boston, MA
38
28
Jun 22, 2008
  • 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
  • Allows the assignment/comparison of ActiveRecord associations via an attribute on the model
    Created Thu Jan 01 09:15:47 -0800 2009
    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 on any Ruby class
    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 added obrie to enumerate_by Thu Jan 01 09:16:26 -0800 2009
enumerate_by is at pluginaweek/enumerate_by
pluginaweek created repository enumerate_by Thu Jan 01 09:15:50 -0800 2009
New repository is at pluginaweek/enumerate_by
pluginaweek created tag v0.4.3 at pluginaweek/state_machine Sun Dec 28 20:06:41 -0800 2008
pluginaweek created tag v0.1.1 at pluginaweek/styled_inputs Sun Dec 28 14:21:21 -0800 2008
pluginaweek created tag v0.4.2 at pluginaweek/state_machine Sun Dec 28 13:08:16 -0800 2008
pluginaweek created tag v0.4.1 at pluginaweek/state_machine Tue Dec 16 10:47:37 -0800 2008
pluginaweek created gist: 9261 Sun Sep 07 07:13:11 -0700 2008
class CreditCardType < ActiveRecord::Base acts_as_enumeration
pluginaweek deleted repository acts_as_enumeration_in_memory Sun Aug 31 13:01:23 -0700 2008
Deleted repository was at pluginaweek/
pluginaweek deleted repository boolean_attributes Thu Jul 03 19:35:45 -0700 2008
Deleted repository was at pluginaweek/
pluginaweek added obrie to attribute_predicates Thu Jul 03 19:20:19 -0700 2008
attribute_predicates is at pluginaweek/attribute_predicates
pluginaweek created repository attribute_predicates Thu Jul 03 19:08:58 -0700 2008
New repository is at pluginaweek/attribute_predicates
pluginaweek added obrie to validates_as_email_address Tue Jun 24 21:22:51 -0700 2008
validates_as_email_address is at pluginaweek/validates_as_email_address
pluginaweek added obrie to user_authentication Tue Jun 24 21:22:46 -0700 2008
user_authentication is at pluginaweek/user_authentication
pluginaweek added obrie to tiny_mce_helper Tue Jun 24 21:22:40 -0700 2008
tiny_mce_helper is at pluginaweek/tiny_mce_helper
pluginaweek added obrie to table_helper Tue Jun 24 21:22:37 -0700 2008
table_helper is at pluginaweek/table_helper
pluginaweek added obrie to styled_inputs Tue Jun 24 21:22:36 -0700 2008
styled_inputs is at pluginaweek/styled_inputs
pluginaweek added obrie to state_machine Tue Jun 24 21:22:33 -0700 2008
state_machine is at pluginaweek/state_machine
pluginaweek added obrie to smart_field_constraints Tue Jun 24 21:22:31 -0700 2008
smart_field_constraints is at pluginaweek/smart_field_constraints
pluginaweek added obrie to preferences Tue Jun 24 21:22:28 -0700 2008
preferences is at pluginaweek/preferences
pluginaweek added obrie to polymorphic_identity Tue Jun 24 21:22:26 -0700 2008
polymorphic_identity is at pluginaweek/polymorphic_identity