Project

devmate

0.0
No commit activity in last 3 years
No release in over 3 years
Devmate pops up random quotes on the screen as you work
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
>= 3.0.0
 Project Readme

Devmate is a gem that uses noty to popup random programming and tech quotes from time to time.

Customize the quotes and the timing as per your convenience!

To install, add the gemfile devmate to the development group, and do bundle. Add the following to your config/routes.rb

if Rails.env.development?
  mount Devmate::Engine, at: "/"
end

Add the following to your application.html.erb

<%= javascript_include_tag "devmate/application" unless Rails.env.production? %>

The gem pops up a quote on the top right of the screen on every refresh, that stays for a minute, and appears every 20 minutes.

These options can be overridden by running rails g devmate, and setting the approproate values in the initializer file.

This project rocks and uses MIT-LICENSE.