actmd / abraham

Trackable application tours for Rails with i18n support
MIT License
124 stars 45 forks source link

Launch tour on demand #42

Closed ehausen closed 3 years ago

ehausen commented 3 years ago

Is it possible to start tour on demand by calling a function or something?

Would it for example be possible to implement a "Launch Tour" button on a page?

scarroll32 commented 3 years ago

The simple way to do this is to have a button which deletes the entry from the abraham_histories table and then redirects back to the same page.

jabbett commented 3 years ago

@ehausen FYI, the last release of Abraham includes the ability to start a tour on demand — have a look at the updated README.