similar to: form_remote_tag and Safari (HELP!)

Displaying 7 results from an estimated 7 matches similar to: "form_remote_tag and Safari (HELP!)"

2006 Mar 24
2
Basic Auth in WEBrick
Yo all, All I want to accomplish at this moment in time is simple password protection around a rails application in development using WEBrick on a custom port. Just one account would be fine. I have done an extensive Google hunt for an example, but I all find are code chunks for starting WEBrick such as: realm = "Gnome realm" start_webrick {|server| htpasswd
2006 May 30
1
DOM values in ERB Variable?
I am trying to post the current brower window sizes into the user''s session file with a form_remote_tag call as follows: <%= form_remote_tag :url => url_for(:controller => "welcome", :action => "login", :iheight => "1", :iwidth => "2") %> But how do I get the DOM data for window.innerHeight and window.innerWidth into an
2006 Jan 25
1
@params Hash Access
I am trying to load an ActiveRecord object from an ID within a hidden field in a submitted form. How do I do it? I get this into the controller with the request: Parameters: {"action"=>"index", "website"=>{"id"=>"7"}, "controller"=>"msa/setup"} So, how do I load the Website object from ID 7? @website
2006 Jan 29
0
Pagination and AJAX
How does one do pagination with link_to_remote calls so the pagination can be done with AJAX? For example, this obviously works out of the box with the standard scaffold: <%= link_to ''Next page'', { :page => @image_pages.current.next } if @image_pages.current.next %> to get users to the next page. The tutorial at: http://wiki.rubyonrails.com/rails/pages/How+to
2005 Dec 31
0
Fall-Through for link_to_remote?
I see in the document for form_remote_tag a little note about Javascript: A "fall-through" target for browsers that doesn?t do JavaScript can be specified with the :action/:method options on :html Which works by populating the ACTION html field for the form with a real URL, not a "#". Great. Can this be done with link_to_remote as well? I see no similar note in the
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
Signed-off-by: Scott Seago <sseago at redhat.com> --- AUTHORS | 17 ++++++ README | 10 +++ conf/ovirt-agent | 12 ++++ conf/ovirt-db-omatic | 12 ++++ conf/ovirt-host-browser | 12 ++++
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking