huginn

https://github.com/cantino/huginn

Ruby

Create agents that monitor and act on your behalf. Your agents are standing by!

RdbmsFunctions#rdbms_date_add

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:cantino/huginn.git

cd huginn

open lib/rdbms_functions.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-RdbmsFunctions-rdbms_date_add-for-pr


# Commit to git

git add lib/rdbms_functions.rbgit commit -m "better docs for RdbmsFunctions#rdbms_date_add"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-RdbmsFunctions-rdbms_date_add-for-pr

hub pull-request


# Celebrate!