Displaying 2 results from an estimated 2 matches for "responsebodi".
Did you mean:
responsebody
2007 Jan 03
0
0.7.5 Doesn''t Let My Tests Run
The tests are all running on 0.7.4. In installed 0.7.5 as follows:
- sudo gem install rspec
- script/plugin install svn://rubyforge.org/var/svn/rspec/tags/
REL_0_7_5_/vendor/rspec_on_rails/vendor/plugins/rspec
- script/generate rspec
ZenTest (3.4.1) is also installed.
Here is what happens when I run the same tests that ran on 0.7.4. (By
the way, Rails is build 5065). Any help is appreciated.
2023 Jul 06
0
njs-0.8.0
Hello,
I'm glad to announce a new release of NGINX JavaScript module (njs).
Notable new features:
- shared dictionaries:
Shared dictionary keeps the key-value pairs shared between worker
processes. This allows to cache data in memory and share it between
workers.
: example.conf:
: # Creates a 1Mb dictionary with string values,
: # removes key-value pairs after 60 seconds of inactivity: