Displaying 1 result from an estimated 1 matches for "apache_trac".
Did you mean:
apache_trace
2006 Jul 21
3
Help me run rails on apache on Linux Fedora
...nvironment set to development.
My detailed play by play log can be found at:
http://cholla.mmto.org/computers/rubyonrails/
If anyone is patient enough to follow along with all this and
give me a tip or two, I would sure appreciate it.
In particular:
http://cholla.mmto.org/computers/rubyonrails/apache_trace.html
details what I learned yesterday by putting puts statements in
the code, printing interesting things and following along to
see what was blowing up. I followed it to:
/usr/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/dispatcher.rb
And in particular the the lines:
request, response = ActionCont...