hivemind-ruby
Live/Releasedformat_list_bulleted DataBase
Description
If you run your own hivemind node, you can leverage your local subset of the blockchain you've synchronied to Postgres using ActiveRecord.
Team
jredbeard - Developer Operations Engineer
info_outlineDevelopment
Commits

Announcement/Release',
start: '2019-01-17'},
{
id: 2,
content: '
Sept. 26, 2018
Additional Tweaks',
start: '2018-09-26'},
{
id: 3,
content: '
Sept. 19, 2018
Initial commit.',
start: '2018-09-19'},
]);
var options = {
//align: 'left',
min: new Date(2016, 3, 1),
max: new Date(Date.now() + 1000*60*60*24*31), // next month
start: '2018-12-18',
end: '2019-02-16',
showCurrentTime: false
};
var timeline = new vis.Timeline(container, items, options);
container.addEventListener("mouseover", function(){timeline.redraw();});