Displaying 20 results from an estimated 20000 matches similar to: "params isn''t cleared between requests?"
2006 May 13
5
Ajax Checkbox using Rails
Hi,
I''m trying to have a checkbox, that when clickes sends an update to the
server and in turn modify the UI with feedback on the success of the
operation.
The main difficulty I''m encountering is that I can''t pass the checkbox
value if I use the standard PrototypeHelpers.
I''m using remote_function to build the function call, but it doesn''t
allow
2006 May 19
2
Error in IE, works in FireFox?
Hi,
I have an rjs that works just fine in firefox (no errors in FireBug). In
IE however it doesn''t.
When I tried to debug it, I arrived to the following:
1. page.replace of some element - fails in IE with "Object Error", even
if I''m replacing the element with a simple "<tr></tr>"
2. page.hide of that same element - works
3. page.remove of that
2005 Oct 26
0
observe checkboxes
Hello,
I was wondering how I could solve the following problem.
I''ve a table with a list of checkboxes like:
"<table>
<tr><td><input id=''toggleSel[]'' type=''checkbox'' value='''' /></td></tr>
<tr><td><input id=''toggleSel[]'' type=''checkbox''
2006 Jan 24
9
ActionMailer: Mail isn''t delivered
Hi all
I used the search for this, but I got an Application Error, so sorry for
the newbie question.
I have tried to send an e-mail using ActionMailer. I have to following
config (environment.rb):
ActionMailer::Base.server_settings = {
:address => "mail.psyguide.org",
:port => 25,
:domain => "mail.psyguide.org",
#:authentication => :login,
#:user_name
2008 May 08
1
query strings built by R method can''t handle multiple values from checkbox selections
query strings built by R method can''t handle multiple values from checkbox
selections
R(SomeRoute, :reply_status=>%w{1 2 4})
should return
query_string="
http://localhost:3301/someroute/?reply_status_id=1&reply_status_id=2&reply_status_id=4
"
qsp(query_string) -> {"reply_status_id"=>["1", "2", "4"]}
from
2005 Apr 27
0
Tweaking params for 24 bit?
Hi,
I frequently encode multi-hour radio recordings in 44.1 kHz 24 bit
stereo and am currently using the -6 setting with verify (via the "FLAC
frontend" application). Would there be any parameter(s) that may lead to
noticeably better compression without increasing encoding time a lot?
(My machine isn't the most powerful in the world, even with two CPUs
(see sig).) Currently
2007 Aug 31
0
observe_field is not working everytime in IE 6.0
Hi,
This is Atit here. I am working on Ruby on Rails. I have one
functionality in which, I have two drop down. Second drop down list is
dependent on first one. So changing value of first drop down is
refreshing the second drop down. I have used observe_field to
implement this functionality. This is working fine in Fire Fox but in
IE 6.0 it is not populating second drop down every
2011 Aug 26
2
Observer for checkbox
Hi!
I want to put a checkbox on my data list in index view, and change his value
on database when I change the value of this chekbox.
Someone know how is the good way for do it?
Thanks!
--
*Fernando Aureliano*
--
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
2008 Feb 28
1
Inheritable Permissions Issue
I have a Centos 3 server running Samba 3.0.28. It's a member of an AD
domain on a Windows Server 2003 R2 Standard x64 SP2 box. From the
W2K3 server I can see the samba share I created. Using the Security
tab in the Windows Explorer file properties dialog I can add and
remove users and change their permissions. However, in the
Permissions tab of the Advanced Security Settings dialog,
2006 May 04
0
@products["car"] to access fixtures isn''t working in tests
class ProductsControllerTest < Test::Unit::TestCase
fixtures :products
end
--
Posted via http://www.ruby-forum.com/.
2006 Apr 15
2
Model isn''t in the scope when running script/console
Hi,
When running the script/console I can''t run the model.
Example:
I have model Probe.
So, running:
Probe.class will not work, because Probe is not loaded.
I tried to build some projects from scratch automatically generated,
but the problem stays.
Any thoughts?
Thanks,
Kfir
2006 Mar 07
0
Re: rjs isn''t update_page problems (Cody Fauser)
Thank you for the reply Cody. It didn''t work so I''m just going to try edge
rails again. Wish me luck!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060307/7e7df8dd/attachment.html
2006 Mar 08
0
render_to_string() in a controller that isn''t default route?
Is it possible to call render_to_string() in a controller that is not
set as the default route?
The content controller is set in routes.rb: map.connect '''', :controller
=> "content". The content controller is calling a template controller,
and I would like to be able to call render_to_string() within the
template controller, however I receive the error:
2006 Feb 01
1
LoginGenerator - Firefox Problem -The page isn''t redirecting properly
Hi,
HAs anyone come across this issue in Firefox;
I''ve just installed LoginGenerator and I''m allowing cookies to be set
yet any all to http://apollo:3000/account/login results in the error;
Firefox has detected that the server is redirecting the request for this
address in a way that will never complete.
Any Clues??
Eric.
2003 Sep 17
0
FW: opiekey segfault ... isn't that harmfull? it's setuid root
Hi,
I dunno much about exploiting, but I was wondering about the setuid root
program 'opiepasswd' to use one-time-passwords.
When having a seed of (null) and a sequence of -1, I get a segfault.
Kernel/base:
FreeBSD lama.inet-solutions.be 4.8-RELEASE-p4 FreeBSD 4.8-RELEASE-p4 #0:
Sun Aug 31 21:00:38 CEST 2003
root@lama.inet-solutions.be:/usr/obj/usr/src/sys/LAMA i386
Make.conf:
2005 Mar 19
1
Re: rule isn''t permanent?
Robin Lynn Frank wrote:
>
> My question is why is the rule successful only until the shorewall box
> is rebooted?
When you re-boot, Shorewall is started with the "-f" (fast) option. This
means that if there is a restore file generated by a "shorewall save"
command (as given by the RESTOREFILE setting in shorewall.conf) then
Shorewall is restored from that file
2005 Feb 10
1
DNAT Entry In Rules Isn''t Working...
So I finally got shorewall up with my linux box, which pipes out to a
switch, and then my machines...
Problem now is on my one machine, I have a remote admin server running on
port 4899... So since I''m using masq, I added a DNAT entry in my rules
instead of an ACCEPT
DNAT net loc:192.168.1.3 tcp 4899
So when I try to access my remote admin using my external IP, even from
inside, I
2006 Feb 28
2
search button on ruby-forum.com isn''t working
I''d like to search the archives, but when I click on ''search'', the
search page doesn''t show up.
When will the search engine be up again?
--
Posted via http://www.ruby-forum.com/.
2006 Feb 28
0
Help: Script isn''t sending any email
Hi,
I followed the directions to a ''T'' from the following website:
http://wiki.rubyonrails.org/rails/pages/HowToSendEmailsWithActionMailer
However, the script is dying because it says that the <%= first_name %>
value in my notifier view is nil.
here is my code:
Controller code (abridged):
def signup
userid = @session[:user].id
@user = User.find(userid)
@bill =
2005 Dec 26
0
Why isn''t this working???
This is a very straightforward problem..
-I included a mixin in lib/ (see below)
-In environment.rb, I included the require statement (require
''acts_as_tree_additions'')
-Defined a method in the model:
def category_list
format_as_list #method in acts_as_tree_additions
end
-Called that method in the view..
I know the method is in the correct use, because it prints out a