Displaying 8 results from an estimated 8 matches for "dailer".
Did you mean:
mailer
2005 Jan 30
0
Vservices.inv of Julian Pawlowski anoyne has the macro-dailer for this?
Hi,
I've found the Vertical Service Codes / vservices.inc of Julian in the cache
of google.
It's an very extended extensions include with all the *21 *67 etc services
implemented so it is stored to ODBC or if you replace it to Dbget/put etc.
I'm wondering if somebody has the macro/agi for using these extensions once
stored in the Asterisk db or ODBC.
Or am I missing something? And
2007 Oct 08
3
test not rolling back
For testing, I use:
self.use_transactional_fixtures = true
This should cause a ROLLBACK for each test case. If I run a single
file, foo_controller_test.rb, it works as expected. I see BEGIN and
ROLLBACK 8 times in the log files. But if I run:
rake test:functionals
I get 3 COMMITs, 196 BEGINS and 193 ROLLBACKs. The code in fixtures.rb
that deals with this is :
def
2011 Dec 07
5
switch to windows to Linux
Hello All,
Sir I am working on the Openvpn application. I am download the OpenVPN application GUI from the website "www.openvpn.se". This application is for windows.
I am trying to compile this code in Linux. but I got the error like windows.h not found and some other error related to this application. Please help me to implement "Wine development Kit" in Linux. I really need
2007 Sep 02
4
unit test failing
I have unit tests set up with "self.use_transactional_fixtures =
true", so each test should roll back.
Run individually, all my tests succeed. But running "rake
test:units", I get the below error in 5 test cases. I''m not sure how
to solve this since I''m not sure how to debug tasks run thru rake. Any
ideas are appreciated.
1) Error:
test_delete(OrderTest):
2007 Jul 22
18
db:fixtures:load order
I was trying to deal with foreign key issues related to order of
fixture loading when I came across this:
http://techpolesen.blogspot.com/2007/04/rails-fixture-tips.html
This got me looking deeper into rails and I noticed that
db:fixtures:load calls Fixtures.create_fixtures once for each fixture
file. However, Fixtures.create_fixtures is capable of taking multiple
files and also handle the
2007 Dec 29
2
needs to have method `_load'
I''m getting an exception that I''m fairless clueless about. It occurs
when I run a "create" action but neither my action or before filters
are hit before this exception. I''m hoping someone can give me a clue.
I suspect it has to do with marshalling objects in the session - maybe
TzTime is not capable of being stored in the session. I hope that''s
not the
2007 Sep 02
0
using database for validation
I''ve been playing around with the idea of using the database for model
validation where possible (instead of duplicating that validation in
rails). My first approach to this was to catch exceptions from save/
create and parse the errors, in my case from postgres, to turn them
into something friendlier. Something like:
def update
create
end
def create
begin
super
2008 Feb 10
0
google map mashup design
I''m working on a mashup with google maps and I''m not sure how to
proceed with the design. The main page has a map, a list of events and
a calendar. Users add events for specific days on the calendar. The
"add event" involves clicking through two other pages. One big problem
with this is it reloads the map after returning from adding events
(which seems to take 10