Hi,
I'm new to rails and trying to install tog following the instruction
at
http://wiki.github.com/tog/tog/installing-tog. I changed the
database to mysql and setup a tog_development db. I keep getting the
error below when i try to start the server. I'm on mac osx lepeord
with rails 2.3.4. Can anyone tell me what i'm doing wrong?
Mike
/Library/Ruby/Gems/1.8/gems/desert-0.5.3/lib/desert/rails/route_set.rb:
10:in `join': can't convert nil into String (TypeError)
from /Library/Ruby/Gems/1.8/gems/desert-0.5.3/lib/desert/rails/
route_set.rb:10:in `routes_from_plugin'
from /Users/mchau/Desktop/Dev/aptana/tog/config/routes.rb:2
from /Library/Ruby/Gems/1.8/gems/actionpack-2.3.4/lib/
action_controller/routing/route_set.rb:226:in `draw'
from /Users/mchau/Desktop/Dev/aptana/tog/config/routes.rb:1
from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.4/lib/
active_support/dependencies.rb:145:in
`load_without_new_constant_marking'
from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.4/lib/
active_support/dependencies.rb:145:in `load_without_desert'
from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.4/lib/
active_support/dependencies.rb:521:in `new_constants_in'
from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.4/lib/
active_support/dependencies.rb:145:in `load_without_desert'
... 19 levels...
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`require'
from ./script/server:3
from -e:2:in `load'
from -e:2