rails_admin
https://github.com/railsadminteam/rails_admin
Ruby
RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
Gitlab::Git::WikiPage#initialize
This class is meant to be serializable so that it can be constructed by Gitaly and sent over the network to GitLab. Because Gollum::Page is not serializable we must get all the data from 'gollum_page' during initialization, and NOT store it in an instance variable. Note that 'version' is a WikiPageVersion instance which it itself serializable. That means it's OK to store 'version' in an instance variable.
Edit
git clone [email protected]:railsadminteam/rails_admin.git
cd rails_admin
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Gitlab--Git--WikiPage-initialize-for-pr
# Commit to gitgit add git commit -m "better docs for Gitlab::Git::WikiPage#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--Git--WikiPage-initialize-for-pr
hub pull-request
# Celebrate!