similar to: Scriptaculous Problem

Displaying 20 results from an estimated 500 matches similar to: "Scriptaculous Problem"

2011 Feb 18
1
Rails plugins new official maintainers
Hey guys, This is the final list of the new maintainers of each plugin. We need two more things to do: First please the owners of the repos add the rest of the maintainers. Second I will add a note on each rails/plugin mentioning this repos updates. So from now on, if someone else is interested in helping/contributing please send a message to the appropriate repo owner. verification
2008 Nov 14
1
How to enable R on-line search in HTML help
I use FireFox as my favourite web browser on my Mac OS/X 10.5 I double-checked that Java and Java scripts are enabled for FireFox. Nevertheless, I cannot use R on-line search help. I called Apple Tech Assistance but they do not support FireFox. We tried to set Saphari as the favourite browser but evidently R does not support it. Does any one knw of a workaround this annoying problem ? Thanks a
2006 Jun 02
5
scriptaculous autocompletion LIMIT and ajax vs. local
Hi, I am using scriptaculous ajax autocompletion (not local autocompletion). I have 2 questions: 1 - The database query being sent to the server always has LIMIT 10. I don''t want to have a limit, but I just can''t for the life of me find where this limit is set in the code. I did see "choices: 10" in controls.js but that''s for autocompleter.Local, which I
2013 Oct 31
6
need help !!!
Hi, I am using puppet 2.7.20 server on linux and windows client with same version of puppet. Until recently everything was working fine but lately I have started getting the error below [0m [0;32minfo: Caching catalog for node_windows [0m [0;37mdebug: Puppet::Type::Exec::ProviderShell: feature posix is missing [0m [0;37mdebug: Puppet::Type::Exec::ProviderPosix: feature posix is missing [0m
2011 May 06
5
Running my RAILS APP on Local area network using Windows XP as server os.
Hello, I want to deploy my rails app on my college LAN and use it as a intranet site. I am MAC user so i dont know much about configuring windows to run the rails app as intranet site. I currently have a rails app with mysql database and webrick server. Can anyone help me with this? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2006 Jun 19
0
Iamge orientation using JavaScript
Hi Ryan! Just Google Rotating the image using JavaScript and i think you will find what you want. Regards, Swanand -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060619/34a0d5fc/attachment.html
2006 Jun 26
0
Conneting pages
Hi! I am new to developing using rails.I am developing a web based app. I hve multiple scaffolds whose list.rhtml pages i want to link through a main admin page. Here i hve used link_to with :action and :controller attributes. It gives me a syntax error. How to do tackle this (If href is to be used then what should i mention relative path of the page or absolute path?) Regards, Swanand
2003 Dec 03
1
samba+cups+page_log
I have set up a samba server which i also want to use as printserver using cups. I have configured a samsung printer using cups and am also sharing it via samba by having the printer share in smb.conf file. Now the problem is that when i configure this printer on the windows machine and then send job to this server machine the page_log file is not being updated. Hence i m losing on the printer
2009 Dec 01
2
Issue with T38 fax Calls
Hi all.. Im using ABE C3.2.1 version and here Im having the following issue with respect to T38 fax calls. Somehow asterisk when it receives Session modification request with the T38 Codec, is not forwarding the request to the other end. Also asterisk is responding with 200 Ok to this RE INVITE with an audio line rather an media line with image. The session id here strangely matches to that of
2009 Mar 27
1
How to pull down menu
hi, im new to Ror im learning by video tutorial .i wnt to knw how 2 add drop down menu..r pull down menu... it means ( select: collect.) pls help..me there s any web site...to learn tis..?? --~--~---------~--~----~------------~-------~--~----~ 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
2012 Jan 10
2
Opening rails with
How do you open Rails up with Aptana and or Redcar through the "Command Prompt with Ruby and Rails"? -- Posted via http://www.ruby-forum.com/. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from
2008 Oct 09
2
how to start rsync daemon on fedora
Maybe the daemon is running but I don't think so: mkb@veri:/var/log$ ps -elf|grep rsync 0 S mkb 24869 21866 0 80 0 - 17433 pipe_w 15:26 pts/4 00:00:00 grep rsync and this is when I've tried both of a) /usr/bin/rsync --daemon -v b) sudo /sbin/chkconfig rsync on I also see, when trying to see which rsync modules are loading, the follow error message (when invoked from another
2007 Feb 01
2
Re: How to add additional drivers to xen-kernel ?
>After reading most of the mails that you''ve generated on this list, >I''m still unclear exactly what you want to achieve. ok let me tell you in detail.... I am basically doing testing of XEN and its various features. Our concern is whether XEN would be a important feature in coming time or not. Well at the moment VMWare has got a market, whereas if you ll compare it with
2006 Nov 04
1
role based auth breaks auto_complete_for
Hi there I bought the rails recipes book, and I implmented the role based auth, but that breaks my auto_complete_for, I added it to the right table , but no luck, any tips would be apreciated Thanks in advance
2006 Jul 22
1
(bug) auto_complete_for has no support for umlauts!
i wanted to file a bug in the rubyonrails trac, since trac is currently broken, i am writing this here. maybe there is a solution allready: auto_complete_for has no support for umlauts. this i a very big problem for non-english developers out there, since almost everything searched for contains umlauts. * searching by umlauts is not possible * displaying of the found entries is screwed see
2006 Jul 27
1
auto_complete_for method not found error
Hey guys, I have the newest installed Ruby Gems 1.4. I can''t run the scriptaculous auto complete because it cant find auto_complete_for method. However, I have the auto_complete.rb file in my Rails directory and it has the method inside. Why is not found? -- Posted via http://www.ruby-forum.com/.
2006 Jul 28
7
auto_complete_for exists but not being found by Rails
Anybody encounter this. I know the method exists in the auto_complete.rb file in my rails installation, but it itsnt accessing it throught he program. Any ideas? -- Posted via http://www.ruby-forum.com/.
2006 Jan 28
1
referencing a table
I am trying to use auto_complete_for to reference a different table. in my clients_controller.rb file auto_complete_for :case_manager :case_manager.name ^^^^^^^^^^^^ this is not the clients table my models/clients.rb has: has_one: case_manager The above ''auto_complete_for'' line in clients_controller.rb
2011 Apr 18
2
rubygems fail - require hpricot!
Hi guys, I wanted to fetch some info from webpage and use it in my db. I read hpricot is one way to do it. But the problem is I''m unable to use it with my app. For some reason after successfully installing hpricot it fails when I try to use it in the rails console. I''ve been trying to fix this for the last four-five days. I''m stumped ! I tried re-installing everything
2005 Aug 18
1
Auto Complete, works as adverrtised?
I''m trying to use the auto complete now and I get: undefined method `auto_complete_for'' for #<ProductsController:0x40a44338> My code is: def auto auto_complete_for :product, :title end Just like in the "view source" div from the demo. Well, almost like it. Am I missing .rb library somewhere? thanks Jacob