Displaying 3 results from an estimated 3 matches for "rate_tables".
Did you mean:
rate_table
2006 Mar 02
33
Patch to allow for the ATM "cell tax"
I have been trying to optimise my ADSL connections for VOIP.
Funny things were happening - for example increasing the ping
packet size by 50% had no effect, but then adding one byte
had a major effect. It took me a while to figure out that I
was seeing the effects of the fixed ATM cell size.
This is probably obvious to some of you. For the rest: ADSL
uses ATM as its transport. An ATM
2006 Jun 23
1
Rate is not a class
...one I haven''t seen before I have a model "section.rb" as follows:
class Section < ActiveRecord::Base
###Lot of common stuff
end
class Normal < Section
end
class Faq < Section
has_many :faq_categories, :order => :position
end
class Rate < Section
has_many :rate_tables
end
Now I''ve just added the Rates class and it works just dandy (new, save,
destroy, etc.) in the console. The problem is using in my app. I can
start webrick, and make 2-3 requests before getting the following error:
(If you want the full long trace, just let me know)
TypeError in...
2005 Aug 22
1
Help with Weird Setup
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I have 2 outgoing calling companies. Say A and B.
With A company, I'm given 250 Minutes free per month.
I would like to start off by using A company until 250 minutes were
depleted for that month then use B and of course switch back to A once
the next month turns up.
How would I do this?
- --
=================================
Joshua