
A rails engine for @kneath's KSS documentation
KSS Rails is a powerful tool designed for developers using Rails 3, allowing for effortless integration of style guides into existing applications. By simply mounting this engine onto your Rails application, you can automatically parse the stylesheets found in app/assets/stylesheets, making the style guide accessible at a customizable URL. This feature minimizes the effort needed to maintain a coherent style guide, letting developers focus on building applications rather than creating documentation.
With KSS Rails, the setup process is straightforward. You only need to add the gem to your development group in the Gemfile and run the install generator, which provides initial templates to jumpstart your style guide. Customization options are available to tailor the appearance and content of your style guide, ensuring it meets the specific needs of your project.
Automatic Stylesheet Parsing: Effortlessly parse stylesheets from your app/assets/stylesheets and generate a comprehensive style guide without manual intervention.
Customizable Mounting Point: Choose your preferred URL for the style guide, defaulting to '/kss', allowing for seamless integration into your application.
Easy Setup: Simply add the gem to your Gemfile, run the install generator, and you're ready to go with a robust style guide.
Built-in Templates: Comes with pre-defined templates and styles that can be used out of the box, enabling you to quickly create a functional style guide.
Extendable Layout Options: Customize the layout and templates as needed by creating your own versions within the application folder.
Community-Driven Development: Support for contributions through patches and pull requests encourages an evolving product that adapts to user needs.
Documentation and Support: Access further documentation and helpful tips through the KSS repository to enhance your experience and make the most out of the gem.
