Displaying 2 results from an estimated 2 matches for "test_attr".
Did you mean:
test_xattr
2006 May 09
1
Session mgmt. bug - ActiveRecord & MemoryStore session store
...attributes on subsequent requests when using CGI::Session::MemoryStore.
TO REPRODUCE:
0) Set up MemoryStore as the session database manager in the appropriate
environment.rb file in config
1) Create a model object X that descends from ActiveRecord::Base
2) Add an attr_accessor for an attribute test_attr to model object X
3) Create one action in your controller that
creates a new X
sets the test_attr value on X to be something
stores X in the session
4) Create another action in your controller that simply attempts to
access the test_attr attribute on the session copy of X
Assuming that you...
2016 Apr 01
0
Wine release 1.9.7
...r execution new expressions.
jscript: Use already running interpreter for Function.apply() execution.
jscript: Use already running interpreter for Function.call() execution.
jscript: Use already running interpreter for eval() execution.
mshtml: Moved createAttribute tests to test_attr.
mshtml: Split conversion to string out of get_elem_attr_value_by_dispid.
mshtml: Added support for IHTMLDOMAttribute2::get_value on detached attributes.
mshtml: Added IHTMLDOMAttribute2::get_parentNode implementation.
mshtml: Added IHTMLElement4::setAttributeNode implementa...