Thanks Bryan. As far as I can tell, the errors happen wit straightforward has_many / belongs_to relations. I'm not sure it's worth trying to factor the problem out of my app... I'm doing some nonstandard stuff so there's a chance that nobody else will see this.
If it does affect anyone else, though, I'm happy to try to isolate it. On Fri, Aug 14, 2009 at 6:12 AM, Bryan Larsen <[email protected]>wrote: > > I cut & pasted your bug as > > https://hobo.lighthouseapp.com/projects/8324-hobo/tickets/486-rails-2331-doesnt-work > > I was unable to trigger your error using the test suites I have > available. Can you give me some hints on how to reproduce? > > Note: At this time I would recommend 2.3.2 to users. Although if > you're on 2.2.2 right now, stay there. > > Bryan > > > Scott Bronson wrote: > > When I try to run edge Hobo with Rails 2.3.3.1, I get: > > > > Rendering front/index > > Completed in 364ms (View: 10, DB: 9) | 200 OK [http://dev.lnkm.com/] > > /!\ FAILSAFE /!\ Wed Aug 12 19:02:18 -0700 2009 > > Status: 500 Internal Server Error > > No reverse reflection for Preference.user > > > > /home/bronson/backend/vendor/plugins/hobo/hobo/lib/hobo/model.rb:318:in > > `reverse_reflection' > > > > > /home/bronson/backend/vendor/plugins/hobo/hobo/lib/hobo/model_router.rb:175:in > > `owner_routes' > > > > > /home/bronson/backend/vendor/plugins/hobo/hobo/lib/hobo/model_router.rb:174:in > > `each_pair' > > > > > /home/bronson/backend/vendor/plugins/hobo/hobo/lib/hobo/model_router.rb:174:in > > `owner_routes' > > > > > /home/bronson/backend/vendor/plugins/hobo/hobo/lib/hobo/model_router.rb:144:in > > `add_routes' > > > > > /home/bronson/backend/vendor/plugins/hobo/hobo/lib/hobo/model_router.rb:115:in > > `initialize' > > > > > /home/bronson/backend/vendor/plugins/hobo/hobo/lib/hobo/model_router.rb:97:in > > `new' > > > > > /home/bronson/backend/vendor/plugins/hobo/hobo/lib/hobo/model_router.rb:97:in > > `add_routes_for' > > > > > /home/bronson/backend/vendor/plugins/hobo/hobo/lib/hobo/model_router.rb:97:in > > `each' > > > > > /home/bronson/backend/vendor/plugins/hobo/hobo/lib/hobo/model_router.rb:97:in > > `add_routes_for' > > > > > /home/bronson/backend/vendor/plugins/hobo/hobo/lib/hobo/model_router.rb:83:in > > `add_routes' > > > > > /home/bronson/backend/vendor/plugins/hobo/hobo/lib/hobo/model_router.rb:83:in > > `each' > > > > > /home/bronson/backend/vendor/plugins/hobo/hobo/lib/hobo/model_router.rb:83:in > > `add_routes' > > /home/bronson/backend/vendor/plugins/hobo/hobo/lib/hobo.rb:73:in > > `add_routes' > > /home/bronson/backend/config/routes.rb:34 > > > > > /home/bronson/backend/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:226:in > > `draw' > > /home/bronson/backend/config/routes.rb:1 > > > > > > Anyone see this before? It may or may not be related to this bug, not > > sure: > > > https://hobo.lighthouseapp.com/projects/8324/tickets/476-auto_actions_for-sometimes-doesnt-use-correct-reflection > > > > Downgrading to Rails 2.3.2.1 fixes the problem. I can git bisect if > > needed; I just wanted to make sure it wasn't a known problem first! > > > > - Scott > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hobousers?hl=en -~----------~----~----~----~------~----~------~--~---
