Displaying 6 results from an estimated 6 matches for "my_extensions".
Did you mean:
my_extension
2012 Apr 30
0
data file path in a gem
I am trying to access a data list from inside a gem code, how should I
set the file path ..
here is my gem file structure :
>> my_extension
--- my_extension.gemspec
--- Gemfile
--- Gemfile.lock
>> lib
>> my_extension
--- code_a.rb
--- code_b.rb
--- code_c.rb
---
2014 Aug 18
2
AMI & Elastix
Hi all!
I have trouble with connection to AMI 1.1 wich enabled on Elastix
"*Asterisk Call Manager/1.1*
*Action: Login Username: admin Secret: qweasd123*
*Response: Error*
*Message: Missing action in request*"
Elastix versions:
"* Kernel*
* Linux(x86_64)-2.6.18-348.1.1.el5*
* Elastix*
* elastix-2.4.0-1*
* elastix-portknock-0.0.1-0*
* elastix-agenda-2.4.0-1*
*
2016 Jul 30
5
Calls are dropped after 15 minutes
We have a problem in that calls are dropped after 15 minutes (on both
internal and out going calls, incoming calls do not seem to have that
limit) How do we fix it?
This is the version on that PBX
Kernel
Linux(x86_64)-2.6.18-371.1.2.el5
Elastix
elastix-2.4.0-8
elastix-a2billing-1.9.4-5
elastix-addons-2.4.0-10
elastix-agenda-2.4.0-14
elastix-asterisk-sounds-1.2.3-1
2007 Dec 22
1
Rails: Specing libraries
I was reading the documentation on using rails with rspec and I didn''t see
anything about how to spec libraries in the rails /lib directory so that
they''re integrated into the whole spec::rails system.
Where should I put specs for my libraries, and what''s the best way to
require the files that I''m testing in my spec?
I''ve never used rspec before, and
2009 Jan 26
2
Cannot extend class in Application Helper
Looking for some help with extending existing classes.
In a view I have <td><%=h bmevent.node %></td>. I need further
processing on the output and added a helper:
module ApplicationHelper
class String
def a
self[ /^[^\0]*/ ]
end
end
end
and <td><%=h bmevent.node.a %></td> results in an undefined method `a''
for #<String:0xb6c8105c>
2006 May 06
3
Extending Rails plugins?
Gents,
I''m using the acts_as_taggable rails plugin (not gem), and would like to
add some additional methods to it. For example, the find_tagged_with
methods essentially does a find tag in a list (effectively an OR), while
I''d like to implement a find_tagged_with_all method that would implement
an AND (so if I specified 4 tags, it would only return items that were