# Rails::Livestamp The livestamp will update automatically as time goes by. ISO 8601 timestamps are also supported. ## Installation Add this line to your application's Gemfile: ```ruby gem 'rails-livestamp' ``` And then execute: $ bundle Or install it yourself as: $ gem install rails-livestamp ## Usage No extra JavaScript required! Just use a with the data-livestamp attribute set to the desired Unix timestamp (in seconds), like this: ```ruby You discovered rails-livestamp . ``` And you will see something like this: ```ruby You discovered rails-livestamp a minutes ago. ``` Wait half a minute - the livestamp will update automatically.