discourse
https://github.com/discourse/discourse
Ruby
A platform for community discussion. Free, open, simple.
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.new_client
No Docs, write some!
Edit
git clone [email protected]:discourse/discourse.git
cd discourse
open config/initializers/000-pg_connection_patch.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ActiveRecord--ConnectionAdapters--PostgreSQLAdapter-new_client-for-pr
# Commit to gitgit add config/initializers/000-pg_connection_patch.rbgit commit -m "better docs for ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.new_client"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ActiveRecord--ConnectionAdapters--PostgreSQLAdapter-new_client-for-pr
hub pull-request
# Celebrate!