dynamoid
https://github.com/veraticus/dynamoid
Ruby ORM for Amazon's DynamoDB
Gitlab::GithubImport::MarkdownText#initialize
text - The Markdown text as a String. author - An instance of `Gitlab::GithubImport::Representation::User` exists - Boolean that indicates the user exists in the GitLab database.
Edit
git clone [email protected]:veraticus/dynamoid.git
cd dynamoid
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Gitlab--GithubImport--MarkdownText-initialize-for-pr
# Commit to gitgit add git commit -m "better docs for Gitlab::GithubImport::MarkdownText#initialize"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Gitlab--GithubImport--MarkdownText-initialize-for-pr
hub pull-request
# Celebrate!