I use Vintage, for those who dont wanna use VIM like keybinding.
Just ignore all Vintage related stuff.
http://www.ruby-forum.com/topic/57923#47371
ActiveSupport::CoreExtensions::Date::Conversions::DATE_FORMATS.merge!(
:default => '%m/%d/%Y'
)
ActiveSupport::CoreExtensions::Time::Conversions::DATE_FORMATS.merge!(
:default => '%m/%d/%Y %I:%M %p',
:date_time12 => "%m/%d/%Y %I:%M %p",
:date_time24 => "%m/%d/%Y %H:%M"- DO NOT commit anything on master, except wording change.
- Write descriptive commit messages. (The reason for this change.)
- Always use
$ git pull --rebase. - DO NOT merge PR raised by yourself.
- Close related issue after merge in PR. (
Closes #123) - Write down everything in github comments, include links, codes, etc.
- Let all tests pass before merge any PR. (CI server FTW)
- Add link to related issue in the PR.
Time tracking serverice
Integrate Backup with Rails, Whenever, Mongoid 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Message | |
| include Mongoid::Document | |
| include Mongoid::Timestamps | |
| field :alert, type: String | |
| field :badge, type: Integer, default: 0 | |
| field :sound, type: String | |
| field :schedule, type: DateTime | |
| field :custom, type: Hash |
Install pandoc on Mac OS X 10.8
$ brew install haskell-platform