similar to: follow_redirect!() doesn't exist?

Displaying 20 results from an estimated 12000 matches similar to: "follow_redirect!() doesn't exist?"

2007 Jul 25
3
autotest + integration testing (follow_redirect!) error
I''ve got an interesting (possibly) problem right now between autotest and rails integration tests. There are a few things to preface this with. Works fine: rake test rake test:integration Blows up: autotest Autotest is correctly determining rails and runs tests just fine. One part of the behavior is that if I save a change in just the integration test (even hitting cmd+s to trigger a
2006 Apr 03
0
follow_redirect! aborts rake during integration tests
I''m running integration tests on Rails 1.1/Ruby 1.8.4/Windows XP and have found that any call to follow_redirect! (directly or through [get|post]_via_redirect) causes rake to abort (see command line output below). Has anyone else seen this error, or know what might be the trouble? Thanks! Tom C:\dev\h2h>rake test:integration --trace (in C:/dev/h2h) ** Invoke test:integration
2006 Sep 03
1
Returning different values with stubs
Right now I''m working on adding tests to a method that looks like this: def get_via_redirect(path, args={}) get path, args follow_redirect! while redirect? status end So, I want to confirm that get is called and that status is returned but I also want to see that when the value of redirect? effects how many times follow_redirect is called. Is there
2006 Apr 04
1
integration tests - 1.1
I?m using the new 1.1 integration test facility? I?m trying to write a test that sees if a controller redirects to the correct place and preserves the query string. Here?s the code: class LoginRedirectTest < ActionController::IntegrationTest def test_non_admin_auth request_uri = "/datafeed/event/report?blah=blah" get(request_uri) follow_redirect!
2006 May 16
3
UserEngine and hiding controllers
I''m using LoginEngine + UserEngine for web application. 1. I have some controllers under and admin subdirectory (Admin::PostController etc). The auto-fill permission in UserEngine does not work correctly with those controllers. Right at the moment this is not a problem, since I kind like having the Admin section separated and available only for god users. However, I could use
2008 Dec 13
1
Help downlading wine
I have ubuntu 7.10 for a 64 bit pc and i have no clue how to download wine so please please please help me [Exclamation] [Exclamation] [Exclamation]
2012 Oct 06
9
I offer a reward of USD$50 + VGA card Giveaway to anyone who can solve my Xen VGA Passthrough Problem
_History_ I have 100% success in Xen VGA Passthrough with Xen 3.5-unstable with my first Palit NVIDIA Geforce 8400 GS VGA card in 2009, which is 3 years ago. Then my first Palit NVIDIA Geforce 8400 GS VGA card overheated and malfunctioned. So I bought a 2nd Palit NVIDIA Geforce 8400 GS VGA card several months ago in March 2012 for S$44, to replace the first card. At that point in time, Xen
2012 Oct 06
9
I offer a reward of USD$50 + VGA card Giveaway to anyone who can solve my Xen VGA Passthrough Problem
_History_ I have 100% success in Xen VGA Passthrough with Xen 3.5-unstable with my first Palit NVIDIA Geforce 8400 GS VGA card in 2009, which is 3 years ago. Then my first Palit NVIDIA Geforce 8400 GS VGA card overheated and malfunctioned. So I bought a 2nd Palit NVIDIA Geforce 8400 GS VGA card several months ago in March 2012 for S$44, to replace the first card. At that point in time, Xen
2011 Apr 28
6
Windows 2008 R2 64 bit BSoD
Hello. I''m trying to get the lastest GPLPV binary (rev 238) working on an Ubuntu Server host with Xen 4, but I''ve got some problems. The guest is a 64 bit Windows 2008 R2. After enabling test mode and rebooting, installing and rebooting again (with /NOGPLPV) I can see all the Xen devices, but two (out of three) Xen Block Device Driver have an exclamation mark; I don''t
2015 Mar 14
2
[LLVMdev] Bikeshedding commit message policy - Round 3 - Fight!
Folks, On review http://reviews.llvm.org/D8197, we're basically down to two bikeshedding issues: 1. Title tags Some people use "[CSE] Change blah", others use "CSE: Change blah". I hadn't put anything regarding tags because not everyone use it and when they do, it's slightly different. I personally don't think it's a reason to argue about, so I'm in
2005 Dec 23
6
Agile book - test error
Hi all, I get an error when testing the "store_controller_test.rb" The troublesome line is in the test below: def test_add_to_cart get :add_to_cart, :id => @version_control_book.id <<< cart = session[:cart] assert_equal @version_control_book.price, cart.total_price assert_redirected_to :action => ''display_cart'' follow_redirect
2009 Apr 05
1
can't run camfrog by wine
I use ubuntu 9.04 + wine latest version. after I install camfrog by wine. then I try to run it. I can IM with person, but I can't enter to chatroom. After I try to enter into chatroom, program is close. [Exclamation] [Exclamation]
2011 Mar 19
1
Getting No Antenna bar when behind a NAT
My Asterisk server is behind a NAT and I have set: ---------------------------------------------------------------------------- externhost="my.server.address" externrefresh=180 localnet=192.168.0.0/255.255.0.0 localnet=10.0.0.0/255.0.0.0 localnet=172.16.0.0/12 nat=yes --------------------------------------------------------------------------- in [general] section of sip.conf. I can
2008 Dec 31
1
Proxy password questions
Hello All: I'm having a strange issue with the yum proxy settings. It is directly related to passwords containing exclamation points. For example, the following works fine in yum.conf: http_proxy=http://somentlmproxy.somecompany.com http_password=regularpassword However, if the password contains any exclamation points, it will not authenticate properly. E.g., a password such as
2015 Sep 24
2
x2go on CentOS6
> The errors you posted were from the client. Assuming you can ssh into > the remote machine without a problem, do you see error messages there > on the server? Thanks, Akemi, you have hit the nail on the head! The spurious error message was caused by a statement in .cshrc that created output, a stray unescaped exclamation mark in an alias definition. And that with me preaching to my
2009 Jan 26
3
GPLPV
Hello list; I´ve updated my windows 2k3 GPLPV drivers from 0.9.9 to 0.9.12-pre13. But now, i have two xen block devices; (of course, one of them is not working and is marked with the yellow exclamation). How can i fix it, or how can i uninstall the GPLPV drivers in order to make a clean install? Thanks Juan Pablo _______________________________________________ Xen-users mailing list
2008 Sep 18
3
email and MS outlook
We use Microsoft Outlook heavy at school but our backed is CentOS. I use echo "Foo" | mail -s "subject" addr at unc.edu a lot. Is it possible to change the priority to High so Outlook will understand it? The priority meaning the email will be sent to the normal email queue but on Outlook it would have the exclamation point. TIA
2006 Aug 01
6
warning and errors
i got my app to run fine on one server, but I moved it to another and huge problem started.... I''ve been trying various things for 3 hours now, I can''t get it to work.... I am getting this error. Exception `TypeError'' at (eval):542 - superclass mismatch for class NotFound I am using the same camping.rb, apps starts in CGI but not in Apache/FastCGI. while it works fine
2002 Aug 18
2
Are these BUGS? anyone experienced either of these?
I have experienced a couple of (minor) problems with Samba Thought I would report these and ask if they are known problems. 1. Problem with "!" in username map file 2. Samba tools e.g. smbstatus, testparm not accounting for "config file" parameter 1. There appears to be a problem with a minor part of username map file interpretation. When I put an exclamation mark
2004 Nov 30
3
Problem with print() and backslashes.
Dear R List I have a small problem concerning the output of print(). My version: > R.version _ platform i386-portbld-freebsd5.2 arch i386 os freebsd5.2 system i386, freebsd5.2 status major 1 minor 9.0 year 2004 month 04 day 12 language R Consider this: I want to print a backslash with an exclamation mark. Here is the output. > print( "\!"