Displaying 7 results from an estimated 7 matches for "beeplove".
2006 Mar 04
2
unittest, not loading yml data
...se
fixtures :products
def setup
@product = Product.find(1)
end
def test_load_yml
assert_equal nil, @products
assert_equal nil, @version_control_book
assert_equal nil, @automation_book
end
end
And here is what I am getting from product_test.rb,
[beeplove@localhost depot]$ ruby test/unit/product_test.rb
Loaded suite test/unit/product_test
Started
.
Finished in 0.143878 seconds.
1 tests, 3 assertions, 0 failures, 0 errors
I was expecting to see 1 failure and 3 errors. Am I doing something wrong?
Mohammad
2006 Mar 01
4
RailsFCGIHandler(NameError)
/usr/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:200:in
`const_missing'': uninitialized constant RailsFCGIHandler (NameError)
from /var/rails/depot/public/dispatch.fcgi:24
I get the above log from my webserver running on apache+FastCGI
Any help would be greatly appreciated,
Mohammad
2006 Mar 02
3
validates_uniqeness_of
Hello,
I am trying to understand usage of validates_uniqeness_of.
Say I have, two column ''name'' and ''email'' in my table users
three unique key is possible for these two columns
1. name
2. email
3. name and email together
My question is,
if I write
validates_uniqueness_of :name, :email
what uniqueness is it going to apply,
1 and 2
or,
3 ?
Thanks,
Mohammad
2011 Mar 26
2
pbx.c: We were unable to say the number
Hello,
Occasionally, I get the following warning in my asterisk log,
pbx.c: We were unable to say the number [n], is it too large?
n is two or one digit number, which doesn't look like large to me!
Could anybody please tell more about this warning, like in what scenario I
may have this warning.
Thanks,
Mohammad
-------------- next part --------------
An HTML attachment was scrubbed...
2005 Sep 11
1
ruby-agi 0.0.2 released
Hello,
I have released Ruby Asterisk Gateway Interface (ruby-agi) v0.0.2b.
Any feedback, bug report, suggession, feature request is most welcome.
ruby-agi homepage:
http://www.rubyforge.org/projects/ruby-agi/
Download ruby-agi v0.0.2b here:
http://rubyforge.org/frs/download.php/5965/ruby-agi_v0.0.2b.tgz
Thanks,
Mohammad Khan
2006 Jan 17
0
ruby-agi 1.1.0 released
...ty string, if unidentified
calleridname would return name part of callerid ex. John Smith or
emtpy string, if unidentified
To install ruby-agi via gem
% gem install ruby-agi
or, to update
% gem update ruby-agi
Please feel free to submit bug report, feature request at
info <AT> beeplove <DOT> com
Your feedback is always welcome and appreciated.
Thanks,
Mohammad Khan
2006 Feb 10
0
ruby-agi-1.1.1 released !
...ed to fix callerid bug which was returning 'nil' for number only callerid. method init_caller_variable is a private method that manage callerid, calleridname and calleridnumber
Feedback, suggestion, feature request, bug report is always appreciated.
Thanks,
Mohammad Khan
info <AT> beeplove <DOT> com
February 09, 2006