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
Banzai::Filter::UserReferenceFilter#user_link_filter
Replace `@user` user references in text with links to the referenced user's profile page. text - String text to replace references in. link_content - Original content of the link being replaced. Returns a String with `@user` references replaced with links. All links have `gfm` and `gfm-project_member` class names attached for styling.
Edit
git clone [email protected]:railsadminteam/rails_admin.git
cd rails_admin
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Banzai--Filter--UserReferenceFilter-user_link_filter-for-pr
# Commit to gitgit add git commit -m "better docs for Banzai::Filter::UserReferenceFilter#user_link_filter"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Banzai--Filter--UserReferenceFilter-user_link_filter-for-pr
hub pull-request
# Celebrate!