we developed one ruby on rails web application as a product.Now we need to install this application in client machine for 15 day trial.How to implement the trial version for ROR. If any other rails plugins available.Please let me know.

Thanks

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

Some solutions:

link|improve this answer
feedback

Laws and data ownership apply here so you have to be careful. Any data input potentially belongs to the person that put it there. You could restrict functionality with a simple before filter in the application controller that checks the current date against a predefined timeout date and rediret to a license out of date page if todays date exceeds the time out date. you could set the timeout date in a yml config file of some sort or hard code it.

plugins, and gems for this are a little bit like using a sledge hammer to crack a peanut.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.