similar to: prototype.js vs f-secyre

Displaying 20 results from an estimated 2000 matches similar to: "prototype.js vs f-secyre"

2005 Dec 19
1
prototype.js vs f-secure
Hi all, I''m working on my first Rails (ver 1.0) examples. My problem is F-Secure virus protection software. It reported about "unknown virus" in prototype.js when I tried to creat (usin rails) new application. As result I got empty public/javascripts folder. Can anyone help with this problem? (I can disable real time protection on mine computer, but same problem will
2007 Jan 09
1
dovecot cannot access the then new created folders by squirrel mail?
hi, i use dovecot and squirrelmail wwbmail to access my mails in fc6, every thing is working ok, but the only thing quirrel mail can create new folders but can't acces or open them for example i created folder accounts by squirrelmail it was created but can't open, this is the permissions for the accounts in the ~/mail/: drwx------ 2 jaan jaan 4096 Jan 8 07:14 accounts -rwxr-xr-x 1
2008 Sep 19
2
family="mono" does not work (PR#12931)
Full_Name: Jaan Vajakas Version: 2.7.2 OS: Windows XP Submission from: (NULL) (193.40.5.245) When I execute the following code in the R GUI, the text "mono" is printed in monotype font in the first plot, but in normal (sans-serif) font in the remaining three plots: op=par(mfrow=c(2,2)) for (i in 1:4) { hist(1:10,xlab="") mtext("normal",side=1,line=2)
2007 Aug 20
1
restricting the windows users security tab with samba acl
Hello, We're porting all our windows file servers over to linux. I just joined our samba server to Active Directory and it works great with ACL - I can add/remove Sales, Marketing, IT groups etc.., unfortunately, so can everyone else. Q) How can I restrict our regular windows XP users from manipulating the "Properties -> Security" tab in file explorer? I'd need to restrict
2000 Nov 12
1
Some random thoughts
Dear all, I hope you will forgive me for posting without lurking, and indeed, without even being subscribed to the list. Let me first say that efforts such as Ogg shows there is still a lot of good in mankind, this is truly a great effort! While I haven't been lurking, I've been looking through the archives to see if this stuff has been discussed before, and I have also tried to read
2005 May 12
26
performance update
I have made additional progress with regard to performance. My latest data: configuration 1: r121.latest configuration 2: r121p.latest page c1 real c2 real c1 r/s c2 r/s c1/c2 /empty/index 6.75525 1.71983 148.0 581.5 3.93 /welcome/index 6.89044 1.89244 145.1 528.4 3.64 /rezept/index 4.99573
2006 Jun 28
9
Rails Borked After 1.1.3 Install?
I installed 1.1.3 on my OS X Tiger machine and now I''m seeing very strange results. When hitting a controller action, I am told that perfectly valid methods are not there: NoMethodError (undefined method `find'' for VideoTrack:Module) Huh? Here''s the code in question: VideoTrack.find(:all, :conditions => "featured_video = 1", :order =>
2005 Mar 10
8
Login controller additions
I have added roles and roles_users table and updated the model so that my users can have multiple roles. ("Admin" role does always have id = 1). I have added these methods to my application controller. <code> helper_method :is_admin? helper_method :is_user? def is_admin? if @session[''user''] @session[''user''].roles.find(1)
2006 Mar 06
7
Set base url?
I have an application running on a Lighttpd instance which is proxied by an Apache server. It seems to work fine but my urls are incorrect: all urls reference / which is not where my application runs at the Apache server. How do I set the base url of a Rails application? My Apache has the following proxy rules: ProxyPass /hieraki http://localhost:3001 ProxyPassReverse /hieraki
2005 Mar 31
4
Transactions
I cant seem to find much information apart from the basics on transactions in rails. I have 5 nested transactions, and am performing the following basic operations: @whatever1.transaction do @whatever2.transaction do .... @whatever2.something = "foo" @whatever1.something = "bar" @whatever1.save @whatever2.save ..... end end ((( I had tried using
2005 Mar 08
15
Rails 0.10.1and WEBrick
Doesn''t appear to work with WEBrick. Works find with Apache/FastCGI. Something wrong in the way Rails is trying to process paths from the WEBrick server. If I try to send in http://localhost:3000/recipes/new, WEBrick is interpreting /new as my controller, instead of my action.
2006 Feb 20
0
prototype.js Array.prototype.shift() method
I noticed that prototype.js defines a shift() method for the Array prototype. The base prototype already defines this method, is there a reason it is being redefined in prototype? Maybe certain browsers aren''t implementing the shift() method? If that''s the case, shouldn''t there also be an unshift()? :) Thanks! -Jeremy -- Jeremy Kitchen ++
2007 Sep 12
2
Prototype.js and Coremetrics eluminate.js issues
Hi, I am trying to use prototype.js on a JSP that also contains some javascript from Coremetrics (eluminate.js). Coremetrics is used for tracking marketing clicks. When I have both of these javascript imports on the page I get javascript errors in the eluminate.js file. I get javascript errors that say "Undeterminate string constant." It looks like the prototype.js file is somehow
2006 Jun 27
25
1.1.3 available.
Hello, DHH has just announced the release of Rails 1.1.3 http://weblog.rubyonrails.org/2006/6/27/rails-1-1-3-security-fix-and-minor-fixes rails-1.1.3 activerecord-1.14.3 actionpack-1.12.2 actionmailer-1.2.2 actionwebservice-1.1.3 The announce without the repetition :) "Rails 1.1.3: Security fix and minor fixes Posted by David June 27, 2006 @ 08:07PM We''ve found and fixed a
2005 Mar 10
10
Some Basic Questions
Sorry I can''t access IRC from work so I hope you don''t mind me asking my newbie questions here: 1) I have the following code: @post = Post.find(@params[''id'']) @comments = Comment.find_all "post_id = #@params[''id'']", "created_on ASC" And I am have problems with the second line. I want to pass the id from my post to the
2006 May 12
1
best list/forum for prototype.js?
Hi, Where is the best place in the net to discuss the prototype.js library? I have some questions that are purely prototype.js questions and unrelated to rails. Thanks, Peter
2006 Mar 01
1
prototype.js ajax w/ post - how to send ''+'' character
Hi, I am trying to send input from a form to do a live php boolean search. so an example search string is ''+neoflex +standard +output -green'' the problem is something is filtering the ''+'' and i can figure out to to send it. here is the html and js that i am using. <input type="text" id="prodid" onkeyup="autosearch(this)"
2006 Feb 10
0
Behaviour.js and prototype Event.observe
say I have some code like this: Behaviour.register({ ''#clickme'' : function(el) { Event.observe(el, ''click'', function(event) { alert("clickme was clicked"); }); } }); Behaviour.apply(); Behaviour.apply(); the element with the id of ''clickme'' will now have 3 onclick event observers. Is there a way to work around this? I
2006 Jan 22
0
Using prototype.js Documentation - UPDATED VERSION TO COVER 1.4.0
Hi Everyone, The most popular documentation on prototype.js now got even better. The earlier one was for version 1.3.0. Sergio Pereira has updated his documentation to cover prototype.js version 1.4.0. http://www.sergiopereira.com/articles/prototype.js.html <http://www.sergiopereira.com/articles/prototype.js.html> -Mandy. _______________________________________________
2005 Nov 15
1
prototype.js mousewheel event patch
Hi All. I made mousewheel event patch for prototype.js . http://rails2u.com/tmp/wheel_demo.html This wheelevent works WinIE & Firefox. If it is good, Would you adapt the patch I made? -gorou _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org