administrate
https://github.com/thoughtbot/administrate
Ruby
A Rails engine that helps you put together a super-flexible admin dashboard.
Administrate::Field::Password.sortable?
No Docs, write some!
Edit
git clone git@github.com:thoughtbot/administrate.git
cd administrate
open lib/administrate/field/password.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Administrate--Field--Password-sortable--for-pr
# Commit to gitgit add lib/administrate/field/password.rbgit commit -m "better docs for Administrate::Field::Password.sortable?"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Administrate--Field--Password-sortable--for-pr
hub pull-request
# Celebrate!