Came into work this morning and fired up the app I've been working on and received the error message
`@active_record/relation' is not allowed as an instance variable name
I believe I did a bundle update last time I was working on the project and might not have restarted the server. I get this error upon hitting the first hobo_controler
To try to figure out what was going on I created a fresh rvm gemset, installed hobo --pre and created a new test project. It fired up fine so I add a resource 'hobo g resource organization'. Once I went to /organizations I got the error again. I tried adding something besides time stamps to the model fields, ie name :string, ran a migration and still get the error.
Did something change in hobo --pre last week that could be causing this? or is it some other gem?
Gem listing
1.8.7@hobotest bsleys:~/projects/hobotest $ gem list
*** LOCAL GEMS ***
abstract (1.0.0)
actionmailer (3.0.9)
actionpack (3.0.9)
activemodel (3.0.9)
activerecord (3.0.9)
activeresource (3.0.9)
activesupport (3.0.9)
arel (2.0.10)
builder (2.1.2)
bundler (1.0.15)
dryml (1.3.0.pre31)
erubis (2.6.6)
hobo (1.3.0.pre31)
hobo_fields (1.3.0.pre31)
hobo_support (1.3.0.pre31)
i18n (0.5.0)
mail (2.2.19)
mime-types (1.16)
polyglot (0.3.2)
rack (1.2.3)
rack-mount (0.6.14)
rack-test (0.5.7)
rails (3.0.9)
railties (3.0.9)
rake (0.9.2, 0.8.7)
rdoc (3.9.1)
sqlite3 (1.3.4)
thor (0.14.6)
treetop (1.4.10)
tzinfo (0.3.29)
will_paginate (3.0.pre4)
Bob