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
|
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
| |||
|
feedback
|
|
Some solutions:
| |||
|
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. | |||
|
feedback
|