Hobo

From Rory.wiki

Jump to: navigation, search

Hobo is a rapid development framework for rails. It increases the "magic" level, making development of a specific class of apps very quick.


Notes

If you've got a string value as the first part of a model it'll pick that up on the main page as the title.

navigating to <app>/front/summary/ will display helpful information about the app.


if you want to display view elements based on whether the current user is an administrator

  <if test="&current_user.administrator?">
    element to be hidden here
  </if>

Links & Resources

Main site

Personal tools