0.0
No commit activity in last 3 years
No release in over 3 years
ContextHelp is a gem that allows you to show inline or aside help about every input item found in a form tag, a model, its attributes and even custom help about other HTML tags
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

ContextHelp¶ ↑

ContexHelp is a ruby gem for discovering documentable elements in rails applications and showing help for them. Currently ContextHelp detects form_tag elements, models and attributes in forms rendered by form_for or formtastic, and other html elements rendered by *_tag helpers.

Features¶ ↑

  • Autodetection of model and attributes present on a view from formtastic y form_for helpers.

  • Autodetection of html tags rendered by *_tag helpers

  • Custom documentation for custom elements through I18n like routes. Ej: ‘en.context_help.custom.tree_view’

  • Basic inline and contextual help HTML renderer

  • Customizable renderers

  • Internationalized text. ContextHelp gets help texts from I18n files.

¶ ↑