0.0
No commit activity in last 3 years
No release in over 3 years
Semantic_ID is a very simple helper that creates a view-specific semantic selector string following the same convention as the Rails Route Helpers. IE, the ExamplesController#Index view would return "examples_view".
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

SemanticID

A simple helper for generating semantic css "namespace" selectors for your Rails views.

This is my first attempt at making a gem plugin, so it's really rough... but it works :)

TODO:

  • Add real tests!
  • Learn the "real" way to extend ActiveSupport