El Dorado

A full-stack community web application written in Ruby/Rails
Hi, wanted to report a bug with schema.rb « El Dorado « almost effortless
 
Sat, 24 May 2008, 4:58pm #1
azimux
New member
Registered: May, 2008
Last visit: Mon, 26 May 2008
Posts: 1

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!

Offline
Sat, 24 May 2008, 9:22pm #2
Trevor
Administrator
Wait-ill-fix-it
Registered: Sep, 2005
Last visit: 3 hours ago
Posts: 240

Thanks for the info. I'll look into it and post back here when I have more info.

Offline
Mon, 26 May 2008, 2:05pm #3
Trevor
Administrator
Wait-ill-fix-it
Registered: Sep, 2005
Last visit: 3 hours ago
Posts: 240

OK - I think those issues should be fixed now. Please let me know if you come across any other problems. There are no requirements (or at least there aren't supposed to be) aside from the ability to run Rails apps.

Thanks!

Offline