Rails 3 has this capability: http://www.rubyinside.com/rails-3-0s-activemodel-how-to-give-ruby-classes-some-activerecord-magic-2937.html

So maybe the best option would be to help Hobo become Rails 3 compatible. That's next on the todo-list for Hobo.

Bryan


kevinpfromnm wrote:
I recall at one point there being a plugin that gave effectively an
activerecord model but without the table requirement.  Hmm.. it
appears it's no longer maintained but there was this:
http://stackoverflow.com/questions/937429/activerecordbase-without-table-rails

If that doesn't work for you, you can always write out dryml input
tags for your special class that don't have to do the lookup to see
what to name a particular input.

And yet another approach, would be to encapsulate this model within a
normal hobo model.  I would guess you have some model (or models) that
are related to this in some way.



--
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.

Reply via email to