initial checkin of full application

This commit is contained in:
ioBridge
2011-03-27 16:56:15 -04:00
parent a36868bc86
commit 740a1b338c
127 changed files with 13777 additions and 0 deletions

16
Gemfile Normal file
View File

@ -0,0 +1,16 @@
source 'http://rubygems.org'
gem 'rails', '3.0.4'
gem 'mysql', '2.8.1'
gem 'authlogic'
# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
group :development, :test do
gem 'rspec', '>= 2.0.0.beta.20'
gem 'rspec-rails', '>= 2.0.0.beta.20'
gem 'autotest'
gem 'webrat'
gem 'annotate'
end