0.09
No release in over 3 years
Low commit activity in last 3 years
A better way for new feature introduction and step-by-step users guide for your website and project.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
~> 3.0

Runtime

~> 0.14
 Project Readme

intro.js-rails

Intro.js for rails asset pipeline

Intro.js is a better way for new feature introduction and step-by-step users guide for your website and project.

Usage

Install introjs-rails gem

Add introjs-rails to your Gemfile and run bundle install:

 gem "introjs-rails"

Include introjs-rails javascript assets

Add the following to your app/assets/javascripts/application.js:

 //= require introjs

Include introjs-rails stylesheet assets

Add to your app/assets/stylesheets/application.css:

 *= require introjs

Version

introjs-rails tracks Intro.js's versions.

Contributions

If you want to contribute, please:

  • Fork the project.
  • Make your feature addition or bug fix.
  • Send me a pull request on Github.

Copyright

MIT Licensed

Copyright (c) 2013 Pablo Fernandez. See LICENSE for details.