Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
avoiding output caching, mod_ruby/Apache?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Justin Collins, post: 4543547"] What do you mean by "pages that are parsed by Ruby"? Do you mean code in rb files or libraries, or do you mean .rhtml files which use erb, or...? If it's code or libraries, remember that mod_ruby is just using one instance of a Ruby interpreter. So, once a file is loaded, that's the version it uses, just like if you were using it in IRB or a running program. It isn't going to reload your code every time you make a change. Restarting Apache will force it to start off with a fresh interpreter. Hope that helps clear it up a little bit. -Justin [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
avoiding output caching, mod_ruby/Apache?
Top