similar to: google app - documents integration in rails

Displaying 20 results from an estimated 100000 matches similar to: "google app - documents integration in rails"

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
2012 Mar 07
0
Cisco IP-Phone integration in a rails app?
Hi there. I''m looking for a solution/gem/tool/tutorial to include the functionality to start a call on a Cisco IP-Phone 7945. I''ve basically no knowledge about how to get access to a Cisco IP-Phone through the network. I would be happy about any information you guys have. Maybe there is a CLI tool to make calls with an IP-Phone? Atm, I''ve no idea where to start so any
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:
2011 Aug 21
0
The great way to integrate Google Closure to rails
What is the great an dthe right way to integrate Google closure to Rails ? -- 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
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
2012 Jun 01
0
Crystal reports integration with ruby on rails 2.3.8 version
Can any one help to integrate crystal reports with rails: I was found the below link to integrate crystal reports in my rails application..... http://kkarthik.wordpress.com/ but i not understanding how to include those jar files in my rails application...... i am not getting those jar files for download.........where i will get those jar files.. (or) Is there any better and easy way for
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
2011 Dec 10
0
Rails and Wordpress session integration
Hi, I''m having a lot of difficulties integrating WP and Rails sessions. Basically what I need is when a user sign in on my Rails application, he must be automatically logged on WP blog and vice-versa. I''ve tried Single Sign-on solutions like CAS but it didn''t worked. I''m using Rails 3.1 and devise for auth. Thanks in advance, Gustavo -- You received this
2010 Dec 01
2
Develop Facebook app using rail
hello please tell me the way to develop facebook app by rails need to which is good tool available now facebooker , rfacebook ,mini_fb and how to do post on users wall, email user , or send message to user Any link , notes , tutorials , blog Thanks in advance :) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to
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 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
2011 Apr 16
0
[announcement] Google Maps + Rails 3 = gmaps4rails
Just FYI I created a gem to easily integrate google maps within Rails3: - geocode - display styled markers, polylines, polygons, destinations... There is much configuration to fit your needs. It was presented here: http://rubyshow.com/episodes/157 The source is here: https://github.com/apneadiving/Google-Maps-for-Rails Wiki is here: https://github.com/apneadiving/Google-Maps-for-Rails/wiki
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 Jun 09
0
failing integration test
I am following the Ruby on Rails tutorial here: http://ruby.railstutorial.org/ruby-on-rails-tutorial-book?version=2.3 I am at this section: http://ruby.railstutorial.org/chapters/filling-in-the-layout?version=2.3#code:layout_links_spec Here is my layout_links_spec.rb: require ''spec_helper'' describe "Layout links" do it "should have a Home page at
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 Sep 24
2
Migrated app to rails 3, now very slow bootup times
We tried to migrate our app to rails 3/ruby 1.9.2 and now have huge problems with the initialization time of the rails instances. After a touch tmp/restart our passenger 2.2.4 needs several minutes(!!) to boot up 20 instances and to serve the first requests. We didn''t had that problem in rails 2. I would love to find out what is taking so long, but I don''t have any clue on
2011 Apr 18
2
Rails3 integration with SourceForce
Hi, I looking forward to integrate Rail3 application with SourceForce. Any help in this regard is appreciated. Thanks, Balakrishna -- 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
2011 Jun 03
0
Rack Middleware support for Rails 2.0.2? If not what is the alternative to implement similar functionality in Rails 2.0.2..
Hello all, I am using Rails 2.0.2 and Ruby 1.8.7 and I need to make use of rack middleware for integrating an ajax file upload plugin(https:// github.com/valums/file-uploader) with paperclip in Rails( As given in this tutorial:- http://mooooooooooo.wordpress.com/2010/12/03/paperclip-valums%E2%80%99s-file-uploader-and-middleware-continued/). I have referred to the rack-middleware Railscast by
2011 Jul 15
1
Rails 3 app has strange behaviour with Mysql2 database
Hi, I have developed a little web app with a sqlite3 database in development environment. Now I switched over to mysql2 for production environment. At a first look everthing looks good! BUT, I have delayed_jobs that run methods in the background, where two nested active records were compared with "if hash1 == hash2", then it should just show whether they are the same or not. With
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