Does anyone know of a gem for rails to add a tutorial to a site?
Something like a step by step tutorial that a logged in user can follow when they come to a site. It would have things like:
Online games often have an introductory tutorial like this and I'm just wondering if there are any gems to shortcut setting one up.
The basic difference is a gem is something that needs to be installed on the system running your Rails application, whereas a plugin is deployed along with your application. More specifically, plugins live in vendor/plugins whereas gems need to be install using rake gem install gem_name.
I don't know a specific gem to do an onboarding tutorial but there is this javascript plugin which would help you:
http://www.zurb.com/playground/jquery-joyride-feature-tour-plugin
Here a gem to easily include it into your app
https://github.com/TrueNorth/joyride-rails
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With