I'm not that familiar with the eldorado project.
I figured I'd post this here though there's probably a better place for this.
At line 173 in schema.rb, when it creates the bio column for the users table, it specifies a type of text but a limit of 255. This is not allowed in postgresql and generates an exception if you are using that database.
Also, probably not a bug, but another problem I'm having is the following:
undefined method `include_root_in_json=' for ActiveRecord::Base:Class
This happens for each setting specified in new_rails_defaults.rb Perhaps I need to be running edge rails for this to work? Or maybe I'm missing some gems? Is there a list of requirements for eldorado?
Seems like a cool little project I might try playing around with it again later.
Thanks!