It's open source -- it's thanks to the Barquin sponsorship that you have relatively complete yet terse documentation. That's more than a lot of open source projects get.

The source is here https://github.com/tablatom/hobocookbook/blob/master/manual/controllers.markdown and pull requests or patches are always welcome.

I'm not trying to be snarky, just gently prodding the community to remind them that if you notice something, you do have the power to fix it.

Bryan

On 11-03-11 11:18 AM, fuego wrote:
I can see the light!!!

The documentation in http://cookbook.hobocentral.net/manual/controllers#id3
is complete but...
let's say: very condensed.

Examples would be helpful to new hobo users.

hobo_index(
   Vlan.apply_scopes(
     :search =>
[params[:search],:vlan, :name, :vlanname, :description],
     :order_by =>  parse_sort_param(:vlan, :switchingdomain, :vlanname)
   ),
   :conditions=>["ipv4network_id IS NULL"]
)


regards,
Stefan


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