similar to: Tabs

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

2007 May 23
4
Error when posting form
Trying to submit a form is resulting in the following error: >> page = agent.submit(f, f.buttons.first) query: "action=start&quick=Y&clientApp=0&clientID=MCO" Net::HTTP::Post: /dealerApply/controller.jsp using cookie: JSESSIONID=GJ4NCvGJDTlrvrKsLw17hZ3FnlXFdVkvB5hh1jLkHKcH4Tn27371!-538794652 request-header: accept-language => en-us,en;q0.5 request-header: connection
2006 Jun 08
1
Error Handling Question
Being somewhat new to both Ruby and Rails, I am unsure about how to initiate some kind of error handling. Currently I have a blog-like application where each post is a photograph. I am working on the "show" method for the PhotoController and need to tell the application what to do when a photo cannot be found with the specified id: class PhotoController < ApplicationController
2006 Aug 14
2
(no subject)
I have the following code that generates a rhtml page, <%= start_form_tag :action => ''create'' %> <%= render :partial => ''form'' %> <%= submit_tag "Create" %> <%= end_form_tag %> <%= link_to ''Back'', :action => ''list'' %> ...I am trying to put a "Browse" button to
2006 Nov 07
5
mechanize: 400 Bad Request
Hello, when trying to access a certain HTML-frame, I get: "in `request'': Unhandled response (WWW::Mechanize::ResponseCodeError)" and the page returns: "400 Bad Request" * Why? * How to solve this? With browser, it works. In the logs below, I marked 4 lines with "***", where I see possible differences in the URI. But I don''t know, if this is
2007 Aug 21
7
Signin to LinkedIn
Hi, Does anyone have the formula for getting logged into LinkedIn? Here''s my current attempt: require ''rubygems'' require ''mechanize'' agent = WWW::Mechanize.new home_page = agent.get(''http://www.linkedin.com'') signin_page = agent.click home_page.links.text(''Sign in'') puts "\nSIGNIN PAGE"
2006 Aug 16
5
New, and need help
Hey, well im new to ruby. I heard it was a web site creating software. Well the problem is that where do i get the software from? ill work out how to use it, i just need to know where to download the software. Thanks. -MAB -- Posted via http://www.ruby-forum.com/.
2013 Jun 28
1
[HELP PLEASE!] attachment_fu and aws-s3
Hi, Im developing an image upload using pothoven-attachment_fu (3.2.8) and aws-s3 (0.6.3). I want to store my files in Amazon S3. I follow all the instructions using attachment_fu and s3 my model has_attachment :content_type => :image, :storage => :s3, :max_size => 1.megabyte, :thumbnails => { :thumb =>
2005 Jul 16
2
InfoWeek Article on VOIP
Here's t link: http://www.informationweek.com/story/showArticle.jhtml;jsessionid=JUEFVG ENEA01YQSNDBCCKH0CJUMEKJVN?articleID=165702588 The bottom line is that they compare retail VOIP providers like Comcast Cable, Time-Warner Cable, AT&T, Vonage, Packet8 et al. Their methodology seems sound. Their conclusion is that retail VOIP services don't yet match the PSTN for reliability &
2006 Jan 23
2
User Manager
Using Suse ES9 SP2 with OpenLDAP backend with Samba 3.0.21pre I'm getting the following error. "The stub received bad data Would you like to administer another domain?" then User Manager closes when I select no. User Manager seems to work in limited fashion if Low speed connection is selected. This has worked fine until a few days ago and I have not made any changes. Thanks
2006 Aug 14
1
monitor an app for errors
hello there how can i monitor an app. what i need most is when and where error pages were printed to user, such as RoR errors, database problems or such. is there an instance problem that i can use avalaible to views or helpers ?????? ______________ Heri R. http://sprinj.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jul 28
1
long waiting time for first page due to session[:user]
hi everyone i am developing http://sprinj.com it uses a login system, quite simple, really, similar to loginEngine the problem is that takes way too much time to access the first page. when i desactive the login system, there is very noticeable difference (about 2 to 3 seconds), and people who visited the website complained about this. is there something i can do to speed the sessions checkups ?
2006 Aug 16
1
Creating a comments system for multiple types of content
Hi all My site has news entries, it has a party calendar and it has a blog. Now I''d like to create a commenting system that in fact is quite simple, but I wanna use it for all these 3 types of content. My question: how can I do that? I maybe could add an association to all three types in the comment model: class Comment < ActiveRecord::Base belongs_to :news_item belongs_to
2011 Aug 04
1
Creating form for associated has_many model
This example shows how to create a form for an associated model ''Comment'', where ''Comment'' belongs_to ''Post'' and ''Post has_many ''Comments''. http://edgeguides.rubyonrails.org/getting_started.html#generating-a-controller How might I modify that to display all the comments in the form, and still have it call the
2007 Aug 01
1
lossless codecs in wireless headphones.
Hey, just came across this article. http://www.eetimes.com/news/latest/showArticle.jhtml;jsessionid=ZLCZZJMVGJYNYQSNDLSCKHA?articleID=201202250 . Many of you would be already aware of this. It mentions flac also. i feel it is a good segment(stereo wireless headsets over bluetooth) to push flac given very light decoder and using encoder at low compression(to reduce complexity). Though very less is
2012 Jul 25
1
submenus and menu title
From http://www.syslinux.org/wiki/index.php/Comboot/menu.c32 *** QUOTE - BEGIN *** MENU BEGIN [tagname] MENU END Begin/end a submenu. The entries between MENU BEGIN and MENU END form a submenu, which is marked with a > mark on the right hand of the screen. Submenus inherit the properties of their parent menus, but can override them, and can thus have their own
2005 May 23
1
has_and_belongs_to_many dual insert error ?
Hi ! (See references at the end) I have a slight problem. Whenever I save one of my domain models, which contains an has_and_belongs_to_many relationship with another one, the relationships are doubled. My domain is a series of pictures, where each picture can be tagged with one or more words. So, a picture of my dog could be tagged "Jordy, Dog, Dog 2005", for example. In my
2008 Oct 13
2
echo over digital line
Hi, I'm using a 4-port BRI card (b410p) to make and receive calls (via chan_misdn): http://www.digium.com/en/products/digital/b410p.php This card supposedly has hardware echo cancellation. How can I check that echo cancellation is actually ON (taps, etc) on a given misdn channel (like with the "zap show channel X" command). "misdn show channel X" doesn't seem to show
2008 Oct 11
5
Rails + Apache2 + Balancer Manager - PHP doesn't work
Hi I have a Debian Server and I managed that Ruby works with Apache2 and the Balancer Manager that listen to the Mongrel server. The Problem is that PHP files don''t work anymore. How do I have to configurate the Balance Manager that PHP is working again like without the Balance Manager? Greetings Andi -- Posted via http://www.ruby-forum.com/.
2005 Oct 12
1
MWI integration between Asterisk and Meridian
I try to integrate my old PBX Meridian and Asterisk througth a PRI T1 (I'm gonna use only the asterisk voicemail system) but i don't know how to integrate the MWI protocol between Asterisk Voicemail and my Nortel meridian. Anyone know what i have to do for that.? Any idea is appreciated. Regards. Cristian. _________________________________________________________________ Don’t just
2006 May 09
2
regarding freepbx
Hello, In older version of freebpx if you write somethng manually in the configuration files it was flushed by amp, i.e. you can configure it through the interface only. Is this this thing still present in freepbx? _________________________________________________________________ Don't just search. Find. Check out the new MSN Search!