Displaying 20 results from an estimated 100000 matches similar to: "Cisco IP-Phone integration in a rails app?"
2010 Jul 07
0
google app - documents integration in rails
I am new in ruby on rails.
Please help,how to integrate google doc in my rails application.
I didn''t find any tutorial or steps to develop it.
thank you
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe
2010 Jul 07
0
Integration Google Apps with Ruby on rails Application
Hi,
I need to integrate google apps/google service like Calendar API
and Doclist API.Anyone can advice me which gem or plugins is available
for serve all this purpose.
GDOC4RUBY gem is not working in my system.It is giving error for the
line
require ''gdoc4ruby''
error message : no such file to load -- gdoc4ruby
I have used gcal4ruby gem , it is working fine.But it
2013 Oct 18
1
Rails 4 + AngularJs (unembedded client) integration sample
Hi everybody,
I''m experimenting with Rails and AngularJs (as unembedded client) and
decided to upload to a public github repository my efforts.
Of course, everything is just a toy application I use to experiment and
test on various stuff (there''s absolutely no production ready nor
TDD/BDD backed code).
As of now a very basic login/signup feature is implemented and
2011 Jan 02
1
After upgrading to Rails 3, getting errors in Rails 2 app
Hey all
After upgrading to Rails 3, when I try to run Rails 2 app, I get this:
script/server
Missing the Rails 2.3.8 gem. Please `gem install -v=2.3.8 rails`, update
your RAILS_GEM_VERSION setting in config/environment.rb for the Rails
version you do have installed, or comment out RAILS_GEM_VERSION to use
the latest version installed.
MacBook-Pro:MK JANUARY jmerlino$ rails -v
Rails 3.0.3
So I
2011 Feb 07
2
Rails App permissions?
I can''t start my app and I suspect permissions and ownership. What
permissions should a Rails App have? Can I set 755 on everything or
should it be less on some files?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2010 Jan 12
4
how to create portable rails app?
Hi,
i have a rails app which is done with instant rails, now i need to take
the app to other computer and use it without migrating , that is plug
and play use of that application, can anyone help with that??? plz!
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group,
2010 Feb 11
6
Anyone know of a Rails POS (point-of-sale) app?
Open-source or commercial.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit
2010 Jan 28
5
files are missing in rails app
I''ve built the slackware packages of rails.
rails path is: /frm/ruby/1.8.6/lib/ruby/site_ruby/1.8
RUBYLIB :
/frm/ruby/1.8.6/lib/ruby/site_ruby/1.8:/frm/ruby/1.8.6/lib/ruby/site_ruby/1.8/i686-linux/
I could created the rails application, but files are missing.
Config
- boot.rb, database.yml, environment.rb and routes.rb
Public
-
2011 Feb 10
3
Using RJB in a Rails 3 app?
I''m trying to interact with a java library (Aspose Slides) inside of my
Rails 3 app. I''m trying to get the rjb gem installed but I keep running
into the same error when I try to start the app:
[BUG] cross-thread violation on rb_gc()
(null)
Abort trap
I''m on OSX 10.6.6, running ruby 1.8.7-p174 (via RVM) and Rails 3.0.4. I
tried a couple of methods for getting this
2012 Jun 13
7
Cmd line interface for ruby on rails app
Hi,
I have a rails app running which provides an interface to create/update
data stored in a DB. How do i develop a cmd line interface to do the
same i.e i should be able to retrieve/update data to a DB.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email
2014 Feb 27
0
How to Integrate Twilio With Your Rails 4 App
*Disclosure: I am a Developer Evangelist at Twilio.*
Hey everyone,
I just published a blog post on how to use Webhooks and Concerns to
integrate Twilio into a Rails 4 application. I hope some of you might find
this useful:
https://www.twilio.com/blog/2014/02/twilio-on-rails-integrating-twilio-with-your-rails-4-app.html
I've also published the full source for this tutorial on Github:
2010 Jun 14
3
How do I upgrade rack in my current rails app?
Hi,
I have a rails 2.3.8 app which has rack 1.1.0.
I get parse_multipart error.
There''s a new release of rack 1.2.0 which might fix the multipart error.
The question is how I upgrade the rack?
I froze the rails.
I did "gem update rack" and it upgraded rack to 1.2.0.
But my rails app still uses rack 1.1.
How do I set the rails app use rack 1.2.0?
Thanks.
Sam
--
Posted via
2010 Nov 19
1
Help: delegated association 'App' returning ActionDispatch::Integration::Session instead
class Foo < ActiveRecord::Base
has_one :bar
delegate :app, :to => :bar
end
class Bar < ActiveRecord::Base
belongs_to :app
def self.attribute_column_names
return @@attr_columns if defined?(@@attr_columns)
readers = content_columns.map { |n| n.name.intern } -
[:created_at,:updated_at]
@@attr_columns ||= readers.map { |k| [k, "#{k}=".to_sym] }.flatten
end
2010 Jun 21
4
javascript tabs not working in rails app
This is in application.html.erb:
<script type="text/javascript"
src="../javascripts/application.js"></script>
<script type="text/javascript"
src="../javascripts/jquery-1.4.2.js"></script>
<div id="content">
<%= yield :tabContent %>
</div>
2011 Apr 30
1
[rspec-rails] Is it bad form to use spec/requests/*_spec.rb for integration tests?
So I wanted to cook up a quick integration test for something, and I''m
using rspec. I personally just don''t like Cucumber - just a personal
preference, not a slam to the test framework at all - and wanted to
stick to just pure rspec. So I dumped a quick spec file in spec/
reqests and ran it, and of course everything works.
But is this considered bad form, or a less-than-good
2010 Apr 14
1
Rails validations app specific problems
Hi all,
I have a unique workflow where it''s making the use of validations
difficult.
My app is for internal use in my company and I have a funky
implementation (inspired by the e-commerce Railscasts episodes) of a
cart. I have products which when I "add to cart" creates an order with a
state of "incomplete". The product is a line item of my order. Hope that
makes
2012 Jul 31
4
Reg : Create new rails app by version.
Hi All,
I have one question below:
How can I create app by specifying the rails version.
for example I have local rails gem versions (2.3.5, and 2.3.10) how I can
create rails app => 2.3.10 but default rails gem point to 2.3.5.
I have google I found that by specifying `rails _2.3.10_ new demo` will
help but is not working instead it creating new app in the name "_2.3.10_"
2013 Jul 19
0
Integrate jquery Grantt with my app in rails
Hi!
I made a app in rails and have registed somethings... i would integrate
jquery grantt with my app in rails.
https://github.com/robicch/jQueryGantt
Its is the project jqueryGrantt, he generate a json. I think that i could
build a JSON with rails and integrate with the grantt... but, how?
Thanks!
--
You received this message because you are subscribed to the Google Groups "Ruby on
2010 Dec 06
8
How to add facebook javascript sdk to rails app
Hey, i''m trying to add the facebook javascript SDK to my rails app. How
do i do that in the application.html.erb file?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To
2016 Dec 05
2
Cisco IP 8841 asterisk integration
Actually now I have the phones with SIP firmware. I will try with 3pcc
firmware along with XML files.
Or any idea if we have CUCM application can we change the firmware. am
ready to buy the developer edition.
Regards .
On Mon, 5 Dec 2016, 3:34 p.m. Steve Davies, <davies147 at gmail.com> wrote:
> I tried... repeatedly... I failed. I bought some 3PCC phones, and they
> just worked.