Displaying 20 results from an estimated 600 matches similar to: "UPS Shipping Table?"
2006 Apr 18
7
[Prototype] evalScripts not working for me
I think I am experiencing the variable scope problem with evalScripts.
I have this block of code being returned from an Ajax.Updater call,
as shown by FireBug or one of those other Firefox plugins. I have
tried to boil it down to the minimum code.
<script type="text/javascript">
test = function() { alert("test"); };
</script>
<table
2005 Nov 02
4
acts_as_metadata?
I''m running into the need (on at least one project now) to implement
end-user-customizable "metadata" or properties on model objects. The
standard example would be a Person class that had first_name,
last_name, etc. but would need to be extended real-time (through the
web admin interface) with properties such as phone_number : varchar
(30). I''ve done some basic
2006 Sep 20
5
[Slightly OT] Uploading files with firefox
I have been successfully using the latest mongrel and upload progress
plugin with safari but firefox seems to have some issues with any
request
that takes longer than 5 seconds to complete. You get the "Warning:
Unresponsive Script" screen. Apparently this problem is fixable by
following this:
http://computer-vet.com/weblog/2006/04/28/
firefox_warning_unresponsive_script.html
2005 Oct 10
1
Need help from Apache mod_rewrite crew !
Hi !
Has anyone got any tips/tricks on running a Productized Rails app on
DreamHost ?
Specifically, I get this in my error.log:
-----------
[Mon Oct 10 11:39:46 2005] [error] [client 69.70.225.69]
mod_rewrite: maximum number of internal redirects reached. Assuming
configuration error. Use ''RewriteOptions MaxRedirects'' to increase the
limit if neccessary.
-----------
As
2006 Jun 21
2
access to application.rb methods
Why can''t I access the utility methods defined in applicaion.rb from the
model classes? If that does not work, where is the best place to put
common utility methods that must be available to all the models.
thanks
--
Posted via http://www.ruby-forum.com/.
2011 Jan 11
2
Problems with activex
I have one http applicaion that uses activex to load, my problem is that i can`t seem to install ie4linux that from what i understand works with activex.
This is the only thing i need to fix to kick windows out the door.
I`m using ubuntu 10.10. What wine version do i need to use in order for it to work ?
2006 Jun 22
2
Embed a Rails app within another?
I''m looking for a solution where I could load and render pages from one
Rails application within another. I''m looking through the Rails code
right now to see if this would even be remotely possible. Does anyone
have any ideas?
I know the obvious answer would be to proxy the app via Net::HTTP, but
this is undesirable because:
- I don''t always want to depend on having
2006 Nov 13
6
mongrel_upload_progress question/possible suggestion
Hey all,
First off, thanks to Rick Olson and whoever else was involved with this
plugin... It''s been amazingly easy to implement.
I''ve got a question about the path_info parameter, though... It seems that
unless the request PATH_INFO exactly matches the path_info passed in to the
plugin at inclusion, it won''t actually trigger Add and add the upload to the
list of
2009 Nov 25
1
unable to add the flash player helper
hi
i am trying to add the flash player helper on applicaion.
when i install the the svn i got this error
how to solve this?
# ruby script/plugin install svn://rubyforge.org/var/svn/flashplayrhelpr
svn: Can''t connect to host ''rubyforge.org'': Connection refused
and also i try this
# rake flash_player:install
(in /home/malathi/www/videoapp)
rake aborted!
2009 Jul 30
3
Print UPS labels - Rails plugin or available web service?
Does anyone know of a Rails plugin or an available web service that
allows for printing UPS shipping labels?
2006 May 25
4
downloads dispatch.fcgi for every request!!
Hi All, has anyone ever seen it when they vist the URL in the applicaion
that it just tries to download the FCGI dispatch file?
Im running FC3, Lighttpd1.4.11, Rails 1.1.2 and FastCGI.
i run IRB and get...
irb(main):001:0> require ''fcgi.so''
=> true
irb(main):001:0> require ''fcgi''
=> true
On the default rails install page ''riding on
2006 May 11
2
open and close helper tags?
Hello everyone.
I have a custom thumbnail gallery that I am creating with images pulled
in a specific order from an array of image ID#s. What I essentially want
to do is have a helper-setup where I can do an opening helper tag, such
as <% open_image_gallery %> and then be able to place inside of it
specific tags associated to the options specified in the opening tag,
say the list of
2005 Jan 13
1
Howto DTMF pass-through on a channel
Hi list,
I setup my * to use the SIP 3k as PSTN FXO gateway with auth. I face a
problem with PIN authentification: after introducing the PIN code, I
shall terminate by pressing #, but asterisk takes this DTMF and I get a
"Sorry, this is not a valid extension". How can I tell * to be
pass-through for all those digits in this particular channel.
I'm running a CVS-HEAD-8-12-04
2004 Aug 15
1
Teliax TOS copied from Vonage?
TelIAX, one of the new VoIP-to-PSTN gateway providers, has their terms
of service posted on their signup page:
http://teliax.com/user_admin/signup/s1.php
They look strangely familiar--it's exactly the same as
http://www.vonage.com/features_terms_service.php with s/Vonage/Teliax/.
(And it's cut off about halfway through). Anyone else notice this?
Brad
2007 Oct 06
1
2.0 release train and a tiny ARes fix needs review
Are we too late for minor fixes to hop onto the Rails 2.0 train?
This little guy needs some +1 love. He adds ARes::Base#to_param:
http://dev.rubyonrails.org/ticket/9557
Cheers,
Brad
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To post to this group, send email to
2001 Dec 26
3
Understanding the Examples
Hello everybody,
I am trying to understand the Advance routing and Traffic control. In
the examples section of the how to an example script is given. Section
15.8.2 (the ultimate setup for Your internet connection)
The example says download is 800 and upload is 220
###### uplink
# install root CBQ
tc qdisc add dev ppp0 root handle 1: cbq avpkt 1000 bandwidth 10mbit
Maybe I am
2004 Mar 17
2
FreeBSD-SA-04:05.openssl question
Hello there.
The FreeBSD-SA-04:05.openssl Security Advisory announced a
"null-pointer assignment during SSL handshake" DoS vulnerability.
However, the OpenSSH Security Advisory of 17 March 2004 announced the
same vulnerability with one more vulnerability. Look at
http://www.openssl.org/news/secadv_20040317.txt
Isn't FreeBSD vulnerable to the second "Out-of-bounds read affects
2006 May 09
0
[semi-OT] Find position of floated elements
I am trying to find the actual _displayed_ position of a floated
element using Javascript. Does anyone know of a technique to do this?
I know that per the CSS2 spec, floated elements are removed from the
flow and thus don''t really have a position (AFAIK). However, I am
trying to find the position in which the item is actually displayed.
Prototype''s Position object only
2007 Mar 30
7
Some additional attacks on Cookie Session
Aside from the replay attacks discussed, there are some other attack
vectors on the cookie_session store.
I appreciate (and admire!) Jeremy''s good humor on all of this:
> Planting the seed here led to quick ripening and plenty of pesticide.
> Thanks for the fish, all.
>
> jeremy
Anyway, here''s what we came up with:
1. Brute Force
SHA512 can be computed _very_ fast.
2006 Jul 21
9
How 37s affects Rails
Ok, no one has said it yet so I will.
http://37signals.com/svn/archives2/bezos_expeditions_invests_in_37signals.php?102#comments
How is this going to affect Rails? Or is it?
--
Posted via http://www.ruby-forum.com/.