Skip to content

Instantly share code, notes, and snippets.

View vibhoo's full-sized avatar
🏠
Working from home

Vibhoo Mishra vibhoo

🏠
Working from home
View GitHub Profile
@dhh
dhh / Gemfile
Created June 24, 2020 22:23
HEY's Gemfile
ruby '2.7.1'
gem 'rails', github: 'rails/rails'
gem 'tzinfo-data', '>= 1.2016.7' # Don't rely on OSX/Linux timezone data
# Action Text
gem 'actiontext', github: 'basecamp/actiontext', ref: 'okra'
gem 'okra', github: 'basecamp/okra'
# Drivers
@iambibhas
iambibhas / food_delivery_startups
Last active June 26, 2017 09:34
Food delivery startups in Bangalore
brekkie.in
chefensa.co.in
chefkraft.com
dazo.in
delyver.com
dinerdeliver.com
dropkaffe.com
eatfresh.com
eatloapp.com
eatongo.in
@sabman
sabman / Using-DViz-with-ActiveAdmin.md
Last active June 28, 2017 11:15
Using DViz.js to visualize data on ActiveAdmin Dashboard https://github.com/akngs/dviz

Using DViz.js with ActiveAdmin (Rails)

At https://BringBee.ch we have an internal ActiveAdmin App that we use to keep tabs on the recent activity. It's dashboard could do with some pretty graphs showing the stats of orders processed each week.

Today I ran across https://github.com/akngs/dviz so I decided to give it a spin. What follows is not by any means best practice but it got the results I wanted. The steps were pretty simple:

Get the source

in your vendor/assets/javascripts:

@adamrobbie
adamrobbie / Gemfile
Created November 13, 2012 15:28
Rails Endless pagination
gem 'will_paginate'