Skip to content
Sławosz edited this page Feb 13, 2012 · 12 revisions

Topics:

  • How to start - Tutorial?

  • How it works

  • How to customize RailsPanel

    • Customization overview
  • example applications:

    • car_rentap_app - see it live on heroku, browse source code here or read more
    • order_app - see it live on heroku, browse source code here or read more
    • books_app - used for tokenInput example, see it live on heroku, browse source code here or read more
  • Recipes for rails_panel:

    • Hide some attributes from view

    • Show custom field in form

    • Show non-model attribute data (ie. calculations results from model method)

    • use customize relation

    • use state machine

    • use nested_attributes

    • Use jquery tokenInput

    • create filters and search in index

    • set model for controller

    • using authentication (ie. Devise)

  • future topics