Public Gists by colin

Gravatar
Fri Mar 13 13:27:07 -0700 2009
1
2
3
## Getting Started
 
Panda runs entirely within [Amazon's Web Services](http://aws.amazon.com/), so before continuing you will need to [sign up for an account](http://aws.amazon.com/) and have access to EC2, S3 and SimpleDB services.
Gravatar
Fri Mar 06 13:54:23 -0800 2009
1
2
3
# comes with:
# * working user registration/login via authlogic
# * rspec/cucumber/culerity for testing
Gravatar
Wed Mar 04 11:52:58 -0800 2009
1
2
3
 
plugin 'rspec', :git => 'git://github.com/dchelimsky/rspec.git'
plugin 'rspec-rails', :git => 'git://github.com/dchelimsky/rspec-rails.git'
Gravatar
Sun Mar 01 06:50:55 -0800 2009
1
2
3
# mysql-style output for an array of Ruby objects
#
# Usage:
Gravatar
Thu Feb 12 09:23:18 -0800 2009
1
2
3
# legacy User class to import users from a vbulletion database
class LegacyUser < LegacyModel
  # important! please change:
Gravatar
Fri Jan 09 14:08:16 -0800 2009
1
2
3
# Examples of Nesting Associated Attributes
# This is a look at the various ways to set associated attributes through
# nested parameters. For example, let's say Project has_many :tasks and
Gravatar
Fri Dec 26 06:53:17 -0800 2008
1
2
3
# SUPER DARING APP TEMPLATE 1.0
# By Peter Cooper