Skip to content

Commit

Permalink
Notes for throne/rails
Browse files Browse the repository at this point in the history
  • Loading branch information
benschwarz committed Jan 31, 2010
1 parent 23c3586 commit 059a8cc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions lib/throne/rails.rb
@@ -0,0 +1,18 @@
# Notes of all the things that the rails implementation should do

# It should look for rails-env
# It should use database.yml
# It should set the default database to the current environments database
# Database.yml should look like this:
# environment:
# adapter: couchdb
# database: resonance_development
# username: root
# password:
# host: 127.0.0.1

# It should use activemodel and its magic lint stuff to make it look and feel like something rails might expect

# class User < ActiveModel::Base
# this shit uses couchdb yo!
# end

0 comments on commit 059a8cc

Please sign in to comment.