mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
correct list link
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@783 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
be6403c714
commit
2ad24e46f0
3 changed files with 3 additions and 4 deletions
|
@ -23,7 +23,6 @@ name here.
|
|||
* Specialized Win32 gems were setup by Wilson Bilkovich.
|
||||
* Why the lucky stiff implemented initial Camping support as well as improvements to Mongrel's file processing.
|
||||
* Dan Kubb contributed conditional HTTP responses.
|
||||
* Ola Bini did the initial Java parser port.
|
||||
* MenTaL guY made Ruby threading not suck.
|
||||
* Filipe Lautert handled various bugfixes.
|
||||
* The JRuby team has been very supportive despite all the bugs we filed against them.
|
||||
|
@ -64,4 +63,4 @@ h2. Tools
|
|||
|
||||
h2. Testing
|
||||
|
||||
Lots of people from the "Mongrel List":http://rubyforge.org/pipermail/mongrel-users/, the "Ruby on Rails mailing list":http://lists.rubyonrails.org/mailman/listinfo/rails and the "Ruby-lang mailing list":http://www.ruby-lang.org/en/20020104.html found bugs and reported them.
|
||||
Lots of people from the "Mongrel List":http://rubyforge.org/mailman/listinfo/mongrel-users, the "Ruby on Rails mailing list":http://lists.rubyonrails.org/mailman/listinfo/rails and the "Ruby-lang mailing list":http://www.ruby-lang.org/en/20020104.html found bugs and reported them.
|
||||
|
|
|
@ -8,7 +8,7 @@ h1. Available Mongrel Plugins
|
|||
|
||||
Mongrel is designed to be *very* easy to extend with the "GemPlugin":/gem_plugin_rdoc/index.html system. With GemPlugin anyone can extend Mongrel's commands or handlers then distribute them as regular RubyGems for people to install.
|
||||
|
||||
To install a plugin you typically install it like you do any other gem by running @gem install GEMNAME@ and replace GEMNAME with the name below. All gems are managed by their authors, but most authors hang out in the "mailing list":http://rubyforge.org/pipermail/mongrel-users/ and will answer your questions.
|
||||
To install a plugin you typically install it like you do any other gem by running @gem install GEMNAME@ and replace GEMNAME with the name below. All gems are managed by their authors, but most authors hang out in the "mailing list":http://rubyforge.org/mailman/listinfo/mongrel-users and will answer your questions.
|
||||
|
||||
* mongrel_cluster -- Very sweet plugin that lets you manage pack of Mongrels easily as well as dealing with Capistrano issues.
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ contact us to see if it's an error on Mongrel's part.
|
|||
|
||||
h2. Reporting Security Problems
|
||||
|
||||
If you think you've found a security problem with Mongrel, please report it to the list right away at http://rubyforge.org/pipermail/mongrel-users/. We're usually very responsive and will probably help even if the security problem is outside of Mongrel or if you need help securing your system.
|
||||
If you think you've found a security problem with Mongrel, please report it to the list right away at http://rubyforge.org/mailman/listinfo/mongrel-users. We're usually very responsive and will probably help even if the security problem is outside of Mongrel or if you need help securing your system.
|
||||
|
||||
h2. Logo
|
||||
|
||||
|
|
Loading…
Reference in a new issue