From 059a8cc185d74a14f594ffbb5c5fe568b3016b7b Mon Sep 17 00:00:00 2001 From: Ben Schwarz Date: Sun, 31 Jan 2010 12:35:18 +1100 Subject: [PATCH] Notes for throne/rails --- lib/throne/rails.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lib/throne/rails.rb diff --git a/lib/throne/rails.rb b/lib/throne/rails.rb new file mode 100644 index 0000000..aada129 --- /dev/null +++ b/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 \ No newline at end of file