Displaying 20 results from an estimated 6000 matches similar to: "Ruby v/s PHP"
2007 Mar 27
18
Textile Editor Plugin v0.1
The Textile Editor Helper (TEH) is a Javascript-based text formatting
toolbar that will be added to all of your text areas that utilize the
TEH feature. TEH was developed to provide a more WYSIWYG-ish option
for users of our Rails CMS called slate while still letting us use
Textile.
======================
= So what are the features?
======================
These are a list of the current features
2008 Jan 01
26
Did DHH have a suit on?
So I''m wondering about the origin of "ActiveRecord" and "ActionPack" and
the like in Rails.
I''ve always thought that perhaps DHH found himself in a suit one day
(maybe he had to attend a friend''s wedding or something), and as long as
he had the suit on, decided to lapse into a one of the barely lucid
frenzies that Marketing people are prone to when
2007 Oct 05
9
Rearchitect the new :cache feature of javascript_include_tag, similar to ToolbawksPacker
I have done some work with the javascript and stylesheet helpers for
ToolbawksPacker..
http://svn.toolbawks.com/toolbawks_packer/trunk/
Which more/less takes all executed javascript_include_tags and
stylesheet_link_tag on any converged view (combines all partials and such)
and builds a list of js and css files respectively and uses that to form a
cache. In additon, it also minifies the JS using
2010 Jul 29
2
How to record and playback at the same time
Hi,
we are using Asterisk to record and playback. Both services are working well
independently but it seems we can't start playback of a file while we are
still recording it, even if the file is already in the hard disk.
Is it possible to playback while recording the same audio file? Or is there
a way to enable it?
Regards,
Jahnavi.
-------------- next part --------------
An HTML attachment
2008 Mar 18
2
call screening feature
Hi,
I have our software with SIP running on it.I configured asterisk server as
proxy. How do I implement the call screening features(incoming and outgoing)
using asterisk server.Please suggest me how to proceed on this.
Thanks & Regards,
Jahnavi.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jul 27
2
urgent:how to transfer a call using asterisk FAGI
Hi,
I have xlite registered with a user. Now i dial an extension say 1500 which
has the dial plan as follows.
exten==>1500,1,AGI("localhost//hello.agi"
So when i dial extenstion 1500 the script hello.agi is invoked which in turn
plays a welcome message. I now want to transfer the call now to operator.
How can i achieve this???Please help me in this regard as this is very
urgent.
2010 Aug 04
2
How to record a file and play some other file at the same time
Hi,
I have an xlite registered with asterisk server. When i dial a number AGI is
invoked. and in this we are running to threads one to record files and one
to play files. So i dialed the extension and i started recording and playing
at the same time. On the xlite i m getting an indication when recording my
voice and at the same time i could see playing the other file too. But in
the directory
2010 Aug 23
1
How to do barging using asterisk server.
Hi All,
I have this requirement. I have an xlite client registered with asterisk
server. And from this when i dial an extension say xxx it invokes an AGI
script which gives me a series of instructions like "Welcome to this IVR
system. Press 1 to trade 2 to sell....and so on". I want to stop this and
press 1 or talk even before the prompt finishes. How to achieve this. I was
told that
2010 Jul 26
2
No audio using xlite
Hi,
I installed asterisk server in my linux box. I configured a user 1000 using
xlite and registered with asterisk server in the same linux box. I
configured one more user 1001 in other box and this user also got registered
with asterisk. But i am facing two issues here.
1. When a call is made from 1001 to 1000 i could see an incoming call
blinking but no audio flow is observed.
2. When i made a
2007 Apr 20
2
Partitioning around mediods (PAM)
Hi,
I need some help understanding the output from PAM. When I look at the output it doesn't list the cluster number by the median vlaues on each of the variables (like it does with k-means) Instead I have the following:
So I know for instance cluster 1 has a mean for variable1 of 33.33, however when I run PAM i get:
variable 1 variable2
29 32 12
97 12
2010 Jul 27
2
How to transfer a call to operator using FAGI asterisk
Hi,
I have xlite client registered with a user. Now i dial an extension say 1500
which
has the dial plan as follows.
exten==>1500,1,AGI("localhost//hello.agi")
So when i dial extenstion 1500 the script hello.agi is invoked which in turn
plays a welcome message. I now want to transfer the call now to operator.
How can i achieve this???Please help me in this regard
Thanks &
2006 May 07
1
Canada on Rails presents.. Riding the Rails Workshop - May 27th & 28th
Canada on Rails presents, Riding the Rails Workshop on May 27th and 28th in
Vancouver, BC, Canada.
This is a two day intensive workshop for those eager to get into Ruby on
Rails. Alex will drive you through the principles behind Ruby on Rails, such
as MVC, convention over configuration, Code Generators, and the other core
principles driving Ruby on Rails to be the most celebrated technology
2005 Dec 09
7
UserEngine - rake bootstrap aborted
Hi there,
I''ve just installed login_engine and user_engine from the repositories,
followed the setup procedures as documented in:
vendor/plugins/user_engine/README
But I''m getting the following failure:
vince@vaio:~/Projects/Booking$ rake bootstrap
(in /home/vince/Projects/Booking)
rake aborted!
undefined method `edit'' for class `UserController''
2006 Aug 14
5
UML
In Rolling with Ruby on Rails tutorial -
http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html - I saw that to
introduce a new element to my domain, I needed to define it in a table,
generate a model element with a similar name and the class would
autoamtically take the attributes from the table definition. Is it
possible to do this in the other direction... i.e to take the class
diagram
2005 Dec 30
6
Unable to get the domain in my routes.rb to map custom route tables per domain
I have tried all night trying to find a way to get the host name which is
currently being used within my routes.rb file to do some case/when switching
for specific domains such as this
cgi = ActionController::CgiRequest.new(CGI.new)
case cgi.domain(1)
when /www/
map.connect '''', :controller => ''public'', :action =>
''index''
when
2006 Jan 18
4
Canada on Rails - Schedule Released
We are extremely pleased to announce that we have finalized the schedule
(http://canadaonrails.com/yvr06-schedule.html) for the upcoming Ruby on
Rails conference in Vancouver, BC on April 13th - 14th, 2006.
There are 15 speakers packed into two full days of presentations ranging
from 30 minutes to 90 minute keynotes.
Presentation topics include:
* Where will Rails be riding next?
* Enterprise
2007 Sep 22
2
Dynamic view - is it possible at all?
I have the following question. It sounds weird, but still.
We all have app/views/say.rhtml or any other template for the view. It
can include of course instructions in <% %>
So the question is next -- is it possible to use .rhtml as a view
which we just uploaded?
I.e. user uploads his own .rhtml, controller saves it in the database,
and shows the view using it.
Is it possible at all?
2006 Aug 11
9
Getting Really Started with Rails - Tutorial styled Slides Available
For those that missed out joining the amazing turnout of ~70 people here in
Vancouver for the mini-workshop I did on the 27th last month, I am making
available the 30 slides I used for the presentation.
The slides were used in conjunction with me demonstrating it via command
line. Alot was learned by both attendees, and quite possibly even more so by
myself while teaching the material.
I created
2006 Apr 09
16
Rails 1.1.2: A tiny fix for gem dependencies
The new gem version dependency system from Rails 1.1.1 needed a few
tweaks to work properly and to stop throwing meaningless warnings.
This tiny release makes up for that. To install:
* gem install rails
* rake rails:update:configs (to get the latest config/boot.rb)
This release also signals our new commitment to do more tiny releases
from the stable branch, which only gets bug fixes. So it will
2005 Dec 17
6
Lighttpd Restart Script
After quite a bit of searching and coding, I customized an init.d/bash
script which allows me to manage multiple instances of Lighttpd server
running Rails.
It targets the specific PID address instead of the default binary location
when starting and stopping /usr/local/bin/lighttpd process.
This provides the ability in my case to have multiple lighttpd.conf files
running many different instances