Hubbry Logo
search button
Sign in
Mod ruby
Mod ruby
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Mod ruby
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Mod ruby Wikipedia article. Here, you can discuss, collect, and organize anything related to Mod ruby. The purpose of the hub is to connect people, foster ...
Add your contribution
Mod ruby
mod_ruby
Stable release
1.3.0 / November 8, 2008; 16 years ago (2008-11-08)
Repository
Websitehttp://www.modruby.net

mod_ruby is a module that embeds the Ruby interpreter into the Apache web server to allow Ruby code to execute natively, faster than other CGI methods. Its drawback is that the characteristic sharing of classes among Apache processes is not safe for multiple applications[1] (e.g., multiple Ruby on Rails applications running simultaneously).

There is also the similar mod_mruby for mruby, a lightweight Ruby implementation.

As of at least 2015, the project seems to no longer be under active development.

See also

[edit]

Notes

[edit]
  1. ^ [dead link]mod_ruby Wiki Archived 2011-08-08 at the Wayback Machine, explaining the security problem of mod_ruby.
[edit]