similar to: Calling Controller without redirecting

Displaying 20 results from an estimated 200 matches similar to: "Calling Controller without redirecting"

2006 Jan 25
6
cant convert integer to string
I''ve experimented around and have ran out of ideas, here''s the message: TypeError in True_false_questions#list can''t convert String into Integer RAILS_ROOT: script/../config/.. Application Trace <http://zbyte32:3000/true_false_questions/list/0#> | Framework Trace <http://zbyte32:3000/true_false_questions/list/0#> | Full
2006 Jan 28
2
Enum
When I do scaffold generated code for a table that has "enum" in it and i goto to the "new" button, no options are given. Anyway i could automate it so i can get a drop down box when using enums? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060128/3af188e0/attachment.html
2006 Jan 27
6
Scaffolding to use has_many and belongs_to ?
What does everyone on this list think about enhancing scaffolding somehow so that a "has_many" relationship will automatically drop the <select> box into the view to reference the "belongs_to" part of the view? I think scaffolding is great but I am always adding the <select> boxes to reference the parent association. Do you think this would be useful? just a
2006 Jan 28
8
how to pass search parameters to pagination links
I have a search page with a text_field as below <%= text_field ''program'', ''program_name'' %> After I perform the search in my controller I go to a search results view which shows search results and uses Rails pagination. Now how to pass the search paramters (i.e. params[:program][:program_name] in my controller) to the pagination links (next and
2010 Jan 18
2
sendmail alias
Hi, how are mails forwarded, if I do have the same alias pointing to two different users like this (two entries, two lines): bon.aqua: coke bon.aqua: pepsi Will coke and pepsi get the mail adressed to bon.aqua or will only the first entry get the mail? I know, that "bon.aqua: coke, pepsi" will forward the mails to coke and pepsi, Cheers, G?tz -- G?tz Reinicke IT-Koordinator
2010 Jul 28
2
Nat issue one way audio on IP dial
hi there, i have posted earlier on the list but got no satisfying answer. the problem is not big. I have asterisk server directly connected with internet (79.80.x.x) and clients are behind router. clients/users are registered with asterisk and are using sipura and xlite softphone. Now problem is that when a user calls other by dialing his IP:Port (sip uri), call is connected fine and he can
2008 Jul 09
2
build matrix with the content of one column of a data frame in function of two factors
Hello, First, thanks for your help (and sorry for my english !) I have a data frame in which each row represents a vote (in percent, only 20,40, 60,80,100) of one person on one content, with three columns : name (the name of the voters), content_id, vote : str(votesredac) 'data.frame': 1000 obs. of 3 variables: $ name : chr "Guillemette Faure" "Guillemette
2007 Aug 09
1
strange warning
Hi all, I am using an asterisk as a client to connect to another asterisk server by registering with the register string. Registration is done without any hassel, but after sometime my asterisk loses the registration with the server and the server starts displaying the following msgs repeatedly: [Aug 9 06:37:59] NOTICE[8380]: chan_sip.c:8151 check_auth: Correct auth, but based on stale nonce
2017 Nov 01
1
Creating Tag
i want to tag categories to its menuname. i have a csv containing menu item name and in other csv i have a column containing some strings, i want to pick that strings from categories and look into menu items if any menu item containing that string i want to create a new column next to menu item name flagged as 1 otherwise 0 and the only condition is once a menu item flagged as 1 i don't need
2009 Jun 24
3
Missing php* packages
Hello, I am trying to migrate one of our fedora-based servers to CentOS. Our PHP developers doesn't allow us to switch because there are no crucial (for them) php packages: php-smarty php-adodb php-accelerator It is not acceptable for us to download sources and compile them and repeat the process each time there is a security bug. Can you recommend any repository which will deliver all the
2011 May 04
3
best subset regression in R
Dear All,   Could someone please give some advice the way to do linear modelling via best subset regression in R? I'd really appreciate for your kindness.   Thanks, Kagba [[alternative HTML version deleted]]
2007 May 30
12
False ring problem
Hi all, when a user dials any number, asterisk automatically generates ringing which caller can hear, and after 2 - 3 rings asterisk detects that the called user is busy, then caller hears busy tone. for example user hears--- tone--tone--tobeep beep beep ---Can i some how eliminate the false ringing at the start so that user hears only beep beep beep if the called user is busy. I have used the R
2008 Sep 13
0
Which internet phone protocol best to, choose
From: Tzafrir Cohen <tzafrir.cohen at xorcom.com> > Subject: Re: [asterisk-users] Which internet phone protocol best to > choose > > On Fri, Sep 12, 2008 at 09:14:40PM -0400, Steve Totaro wrote: > > > I think the most notably missing solution is OpenVPN and SIP. > > > > One port for the tunnel, encrypted traffic, benefits of IAX as far as > >
2006 Jan 31
5
Rails auth systems using LDAP?
Hi everyone, Are there any Rails systems that are either: * Easily extensible to use a different auth store? * Use LDAP out of the box? Thanks, Sean
2007 Jun 24
2
ANOVA non-sphericity test and corrections (eg, Greenhouse-Geisser)
I'm an experimental psychologist and when I run ANOVA analysis in SPSS, I normally ask for a test of non-sphericity (Box's M-test). I also ask for output of the corrections for non-sphericity, such as Greenhouse-Geisser and Huhn-Feldt. These tests and correction factors are commonly used in the journals for experimental and other psychology reports. I have been switching from SPSS to R
2006 Aug 01
0
How to retrieve :web when redirecting to an Instiki page?
Hello, I am currently working on implementing some authentification code onto Instiki (0.11.0). I am encountering a problem in this situation : When I try to access say http:/localhost:2500/orz/show/Test , where orz is an instiki web name, I am redirected to my signin form screen (which is what I want) but then upon signing in I get the following message: No url can be generated for the hash
2006 Aug 07
1
Routing/Redirecting
Hi all, Can someone tell me how I could redirect from an url like "www.url.com/mycontroller" to "www.url.com/en/mycontroller"? I was reading all sorts of routing documentation but couldn''t come up with a solution. Of course this should be a general rule, so "www.url.com/mycontroller/myaction/myparam=99" should naturally redirct to
2006 Jun 02
0
redirect_to problem - not redirecting
I have an application which is to talk to the protx VSP server system. In order for it to work I need to redirect to a url which looks like the following : https://ukvpstest.protx.com/VSPSimulator/VSPServerPaymentPage.asp?TransactionID={88F1532E3-17E8-410A-A688-1E1ABCDDD50} (the above is not a valid transaction id just an example) this is stored in a variable called next_url so when I call
2006 Apr 04
0
Redirecting after adding new object
The default behavior after completing the action "new" is to take the user back to the object "list" view. Given: Question (has many answers) Answer (belongs to question) After creating a new Answer I want to the page directed back to the show view of the Question object to which this new Answer belongs. How do I do that? Thanks? -- Posted via
2006 Apr 04
1
Redirecting after "new" action
How do I alter the "new" action so that it returns to a page of my specification (vs. returning to "list")? Thanks. -- Posted via http://www.ruby-forum.com/.