Displaying 10 results from an estimated 10 matches for "event_info".
2006 Jun 01
1
How to achieve anchor in the html http://localhost:3000/event/event_info/100#comment5
I want to have the final URL something like this
http://localhost:3000/event/event_info/100#comment5
comment_anchor = ''#comment5''
redirect_to :controller => ''event'', :action => ''event_info'' , :id =>
@session[:event_id]
Now how do I pass this comment_anchor as html param to redirect_to ?
Thanks.
-------------...
2006 Jul 05
2
How to write get functional test when there is no action by that name
I have following line in route.rb
#event info for an event name
map.connect ''event/:name_url'',:controller => ''home'',:action =>
''event_info''
It causes a URL like http://localhost:3000/event/_jewels_exhibition_ to be
sent to the home controller with action as ''event_info''.
I am trying to test this action. My first gut was to write something like
def test_event_info
get :event_info
assert_response...
2006 Oct 17
9
Error : End-of-File Error occured at <except.c>
...was working fine till last night. This morning I have many
errors.
I am using acts_as_ferret. Last updated around a month ago on linux.
There are two different type of exceptions. I have over 12 exception
emails but these are the two distince types.
First exception:
A EOFError occurred in home#event_info:
End-of-File Error occured at <except.c>:79 in xraise
Error occured in store.c:216 - is_refill
current pos = 778, file length = 778
/usr/local/lib/ruby/site_ruby/1.8/ferret/index.rb:517:in `close''
Second exception:
A Ferret::Store::Lock::LockError occurred in home#event...
2006 Feb 07
2
Question about Classes.
...arameters:''time=''+Math.random()*4,onComplete:
this.createArray})
},
createArray: function(response) {
xmlDoc = response.responseXML;
var ei =
xmlDoc.getElementsByTagName(''event_info'');
for(j=0;j<ei[0].childNodes.length;j++) {
if (ei[0].childNodes[j].nodeType !=
1) continue
try {
//this.sdEventInfo[ei[0].childNodes[j].nodeName] =
ei[0].chil...
2006 Nov 20
0
End-of-File Error occured at <except.c>:79 in xraise
...;'
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/base.rb:1398:in
`save_without_validation!''
/usr/local/lib/ruby/gems/1.8/gems/activerecord-
1.14.4/lib/active_record/validations.rb:746:in `save!''
#{RAILS_ROOT}/app/controllers/home_controller.rb:33:in `event_info''
--
Posted via http://www.ruby-forum.com/.
2017 Oct 31
0
Wine release 2.20
...mshtml: Use vtbl to get ConnectionPointContainer from event target.
mshtml: Always use event target as script this in call_event_handlers.
mshtml: Call default event handles through event target vtbl.
mshtml: Store event target as EventTarget in HTMLEventObj.
mshtml: Update event_info array.
mshtml: Use event target vtbl to construct target chain in fire_event_obj.
mshtml: Use event target vtbl to set current window event in fire_event_obj.
mshtml: Set current event target in fire_event_obj.
mshtml: Added IDocumentEvent::createEvent implementation....
2012 Oct 16
11
[PATCH 00/10] VMCI for Linux upstreaming
* * *
In an effort to improve the out-of-the-box experience with Linux
kernels for VMware users, VMware is working on readying the Virtual
Machine Communication Interface (vmw_vmci) and VMCI Sockets
(vmw_vsock) kernel modules for inclusion in the Linux kernel. The
purpose of this post is to acquire feedback on the vmw_vmci kernel
module. The vmw_vsock kernel module will be presented in a later
2012 Oct 16
11
[PATCH 00/10] VMCI for Linux upstreaming
* * *
In an effort to improve the out-of-the-box experience with Linux
kernels for VMware users, VMware is working on readying the Virtual
Machine Communication Interface (vmw_vmci) and VMCI Sockets
(vmw_vsock) kernel modules for inclusion in the Linux kernel. The
purpose of this post is to acquire feedback on the vmw_vmci kernel
module. The vmw_vsock kernel module will be presented in a later
2012 Oct 30
29
[PATCH 00/12] VMCI for Linux upstreaming
* * *
This series of VMCI linux upstreaming patches include latest udpate from
VMware.
-split guest, host and core driver code into different files
-use EXPORT_SYMBOLS_GPL
-remove vmci_device_get and vmci_device_release APIs
-simplify the event deliver mechanism
-driver ioctl code cleanup
-sparse clean
* * *
In an effort to improve the out-of-the-box experience with
2012 Oct 30
29
[PATCH 00/12] VMCI for Linux upstreaming
* * *
This series of VMCI linux upstreaming patches include latest udpate from
VMware.
-split guest, host and core driver code into different files
-use EXPORT_SYMBOLS_GPL
-remove vmci_device_get and vmci_device_release APIs
-simplify the event deliver mechanism
-driver ioctl code cleanup
-sparse clean
* * *
In an effort to improve the out-of-the-box experience with