search for: my_extension

Displaying 6 results from an estimated 6 matches for "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 --- my_extension.rb >> my_data...
2014 Aug 18
2
AMI & Elastix
....6.18-348.1.1.el5* * Elastix* * elastix-2.4.0-1* * elastix-portknock-0.0.1-0* * elastix-agenda-2.4.0-1* * elastix-email_admin-2.4.0-1* * elastix-addons-2.4.0-1* * elastix-fax-2.4.0-1* * elastix-firstboot-2.4.0-1* * elastix-framework-2.4.0-1* * elastix-reports-2.4.0-1* * elastix-my_extension-2.4.0-1* * elastix-extras-2.4.0-1* * elastix-vtigercrm-5.2.1-7* * elastix-system-2.4.0-1* * elastix-security-2.4.0-1* * elastix-im-2.4.0-1* * elastix-a2billing-1.9.4-5* * elastix-asterisk-sounds-1.2.3-1* * elastix-pbx-2.4.0-1* * RounCubeMail* * RoundCubeMail-0.3.1-12* * Mail* *...
2016 Jul 30
5
Calls are dropped after 15 minutes
...4-5 elastix-addons-2.4.0-10 elastix-agenda-2.4.0-14 elastix-asterisk-sounds-1.2.3-1 elastix-email_admin-2.4.0-6 elastix-endpointconfig2-2.4.0-2 elastix-extras-2.4.0-5 elastix-fax-2.4.0-4 elastix-firstboot-2.4.0-4 elastix-framework-2.4.0-19 elastix-im-2.4.0-2 elastix-my_extension-2.4.0-6 elastix-pbx-2.4.0-18 elastix-portknock-0.0.1-0 elastix-reports-2.4.0-10 elastix-security-2.4.0-9 elastix-system-2.4.0-13 RoundCubeMail RoundCubeMail-0.3.1-12 Mail postfix-2.3.3-6.el5 cyrus-imapd-2.3.7-12.el5_7.2 IM openfire-3.7.1-1 FreePBX freePBX-2.11....
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