sagebit.com
Running rails applications with Apache has never been great. In the past, options have been (from best to worst):
- proxy to mongrel or another appserver using mod_proxy or mod_proxy_balancer
- more »
Syntax coloring is awesome. How to do it easily in Mephisto? The pieces are all there. CodeRay is a wicked syntax highlighting library written in Ruby, included for free via the filtered_column_code_macro plugin in Mephisto.
Then we get:
<... more »