Displaying 7 results from an estimated 7 matches for "yanosz".
Did you mean:
nanos
2011 May 08
1
Transaction - but no rollback?
...ere is data in the database -
although a rollback is performed:
The rollback itself is logged "SQL (0.1ms) ROLLBACK" - and no COMMIT
is logged.
Is rails perfoming a "ROLLBACKUP TO SAVEPOINT" instead?
How can I make sure, that no data is written, if a ROLLBACK happens?
Thanks,
yanosz
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/J...
2006 May 25
2
Roaming Profiles
Hi
I am using Mandrake 9.2, Samba 2.4 version as a PDC. How do I enable the
roaming profiles on the server via /etc/samba/smb.conf?
Thx
Morn?
#####################################################################################
This e-mail message has been scanned for Viruses and Content and cleared
by FinSource Infrastructure Services' MailMarshal
2012 Apr 08
1
redirect-gateway and p2p-Traffic
...blic_ip_address_of_b>:655/udp. Since
A will route through S these packages will travel through S.
Am I right? Is there a simple workaround for enabling direct communication, if
A and B are using dynamic ip-addresses? (Without iptables marking & policy
based routing)
Thanks,
Keep smiling
yanosz
2012 Dec 02
1
Query node status
Hello folks,
for monitoring purposes I need to query the network status in order to get all a list of all "online" nodes (that are connected to the network right now). How can I do so?
Thanks in advance,
Keep smiling
yanosz
2013 Jul 09
1
Release plans for 1.1?
Hello,
I'm looking forward for release 1.1 esp. tincctl. Are there any release plans yet?
Thanks,
Keep smiling
yanosz
2012 Jul 02
1
IPv6 routed setup
...t; What IPv6-address and netmask will be assigned to the tun/tap-interfaces of the three nodes (Gateway, AP 1, AP 2)? If a public v6 address is assigned, is it done regarding to RFC 3578?
-> Will site local multicast work? Eg will all ntp-servers be reachable by ff05::101?
Thanks,
Keep smiling
yanosz
2007 Dec 31
2
episode 73 resulting in error: undefined method `stringify_keys!' for "33":String
I''m working with a similar model in Episode 73, (my scenario is
editing multiple pictures for a product using attachment_fu).
And I''m getting an error when I try the technique suggested:
./views/admin/_form.rhtml
<% for picture in product.pictures %>
<% fields_for "product[picture_attributes][]", picture do |
picture_form| %>
Title: <%=