similar to: session not persisting

Displaying 20 results from an estimated 200 matches similar to: "session not persisting"

2009 Oct 07
3
[LLVMdev] Instructions that cannot be duplicated
Is there a current way to specify that an instruction or function call cannot be duplicated and thus any optimizations that might want to duplicate this instruction would fail? The problem deals with barrier in OpenCL 1.0. One of the conditions of using barrier is that if a barrier exists inside of control flow, every thread in a work-group must execute the barrier instruction(6.11.9).
2006 Apr 29
5
Getting Session ID
I thought I understood how to grab the session id but in the following code I am getting null for the session id: @foo = Foo.new(:session_id => session[:session_id], :test_id => @test.id) -- Posted via http://www.ruby-forum.com/.
2006 Apr 28
8
Effects fully display before effect
Why do effects that display an element (like Appear or Slide Down) start by displaying the element for a split second and then make the element disappear? _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2007 Mar 27
5
error: procedure entry point not found
Running Instant Rails - latest version. When I run rake db:migrate, I get the error (in a pop up window): The procedure entry point mysql_stmt_row_tell could not be located in the dynamic link library LIBMYSQL.dll. After clicking ok several times the migration runs. My site also runs locally. What''s this error all about? Thanks. -- Posted via http://www.ruby-forum.com/.
2006 May 19
1
Passing id arrays to sql
Is there a way to pass an id array to find()? -- Posted via http://www.ruby-forum.com/.
2006 Apr 20
1
Returning Count from find_by_sql
I want to return an int from a find_by_sql call. But when I use that result to compare to another count the error tells me I have an array. MODEL: # Returns the number of comments in a specified post def self.find_count(post_id) find_by_sql(["SELECT COUNT(*) FROM commments WHERE post_id = ?", post_id]) end CONTROLLER: def test @post =
2006 Apr 28
1
startcolor and endcolor not working
In my RJS template this works: page.visual_effect :highlight, "test#{@test.id}", {:duration => 5} but not this: page.visual_effect :highlight, "test#{@test.id}", {:duration => 5, :startcolor => "#FFFFFF"} Am I misunderstanding how to pass in additional parameters? _______________________________________________ Rails-spinoffs mailing list
2006 Aug 17
7
preventing multiple logins
I want to set my app up to prevent multiple simultaneous logins by the same user. What strategies are people using? Is it worth going to database session storage just for this? martin
2006 Mar 08
4
order.products << product w/out persisting
Hi, I have a one-to-many relationship. I want to be able to add objects to the collection w/out persisting them. How do I do this? The only thing I can''t think of is to use a transaction and roll it back. In other words - I want to do this: o = Order.find(1) p = Product.find(1) o.products << p # but don''t persist this I assume I''m just missing something
2007 Jan 19
0
WEBrick cookies not persisting?
Has anyone had any experience on mac os x with WEBrick and cookies not persisting? What I''m doing is pushing a cookie into the response obj of a webrick request (res.cookies.push(..)). When another request comes in. The req.cookies is empty.. ([]) Any ideas? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message
2007 Mar 26
2
Question about rebooting and iptables rules persisting
So I use Samba on my home network. I open the samba ports in the GUI tool for CentOS 4. Here is the problem. Every time I reboot I'm forced to run system-config-securitylevel to get firewall ports open again. So like if I reboot samba won't work. I go into that tool either via command line or via the GUI and I simply click "ok" and samba is suddenly open. Does anyone know what
2006 Aug 01
0
persisting tree navigation
I have built a tree navigation for pages I have in a site, that loads the content of each page into FCK editor. The parent nodes are shown at the beginning, and the child nodes are in display:none hidden divs that are toggled with scriptaculous bindup and binddown. If the user clicks on one of the children, I want that div to remain visible on page refresh. I''m pretty new with app
2008 Feb 02
2
[LLVMdev] Persisting Problem Compiling llvm-gcc 4.2
Dear All, Thank you for the prompt suggestion in compiling llvm-gcc. I have just tried the following: llvm-gcc4.2-2.1-source$ make clean llvm-gcc4.2-2.1-source$ ./configure --disable-multilib --disable- shared --enable-languages=c,c++ llvm-gcc4.2-2.1-source$ make -j32 And still the code for Java is compiled and clashes with others in the linker. I have tried removing the ./gcc/java folder
2008 Feb 02
0
[LLVMdev] Persisting Problem Compiling llvm-gcc 4.2
On Feb 2, 2008, at 2:31 AM, Kinson Chan 陳傑信 wrote: > Dear All, > > Thank you for the prompt suggestion in compiling llvm-gcc. I have just > tried the following: > > llvm-gcc4.2-2.1-source$ make clean > llvm-gcc4.2-2.1-source$ ./configure --disable-multilib --disable- > shared --enable-languages=c,c++ Don't use ./configure. Set up another build directory and then
2018 Mar 20
0
Re: Persisting the libvirt guest's reason code.
Re-adding the mailing list - please don't take discussions off-list in this way. On Tue, Mar 20, 2018 at 05:14:45PM +0000, Tanmoy Sinha wrote: > Daniel, > > Thanks for your prompt response. I have another question, as soon as I do > virsh save <GuestID> <filename>, the corresponding xml and pid under > /var/run/libvirt/qemu is gone, but the guest still has a
2009 Sep 11
2
Persisting iproute2 routes and rules
Greetings! I have defined a few routes and rules with: ip route add ... ip rule add ... And now I'd like to persist those so they're loaded when the system boots up. I'm doing this by means of calling a specific script from /etc/rc.d/rc.local but I believe there must be something cleaner than that, like another existing file. Thanks in advance, Diogo
2009 Sep 11
2
Persisting module loading
Greetings! I have loaded a few modules: modprobe ip_nat_ftp modprobe ip_conntrack_ftp And now I'd like to persist those so they're loaded when the system boots up. I'm doing this by means of calling a specific script from /etc/rc.d/rc.local but I believe there must be something cleaner than that, like another existing file. I tried the /etc/rc.modules thing as shown in
2018 May 15
2
Persisting Routes In A Routing Table Other Than The Default
I need to add persistent routes to a policy routing table. I can add rules to an IP policy table after installing NetworkManager-config- routing-rules; but I have not found how to add routes to a table other than the specific table. Manually I do a: ip route add default via 192.168.1.6 dev ens192 table pods Rules load automatically via the /etc/sysconfig/network-scripts/rules- {interface}
2018 May 15
0
Persisting Routes In A Routing Table Other Than The Default
Once upon a time, Adam Tauno Williams <awilliam at whitemice.org> said: > Rules load automatically via the /etc/sysconfig/network-scripts/rules- > {interface} files. Routes added to /etc/sysconfig/network- > scripts/routes-{interface} are always added to the default policy. What are you putting in the routes-<if> file? I just put something like: table 200 default via
2018 May 16
1
Persisting Routes In A Routing Table Other Than The Default
On Tue, 2018-05-15 at 13:04 -0500, Chris Adams wrote: > Once upon a time, Adam Tauno Williams <awilliam at whitemice.org> said: > > Rules load automatically via the /etc/sysconfig/network- > > scripts/rules- > > {interface} files.??Routes added to /etc/sysconfig/network- > > scripts/routes-{interface} are always added to the default policy. > What are you