Tagged Questions

4
votes
2answers
373 views

How to implement a subscription based DB, such as basecamp

I have developed a fully functional ruby-on-rails application which utilizes numerous mysql tables. I would like to turn this into a subscription based service but I have some general, probably basic, ...
2
votes
0answers
247 views

How do I use the current Basecamp API with ActiveResource?

I'm trying to use the current Basecamp API (http://developer.37signals.com/basecamp/comments.shtml). The current basecamp-wrapper version was giving me fits, one of the things was because the json ...
0
votes
1answer
24 views

Trying to access Basecamp API via Rails

I'm trying to access the Basecamp API through Rails, but it responds with a SocketError. My code is like this: require 'rubygems' require 'net/https' http = ...
0
votes
0answers
22 views

accessing basecamp api via rails

Using Basecamp gem I am trying to fetch the list of messages(posts) in basecamp corresponding to a perticular projects and it gives me nil response every time although the projects has messages. My ...
0
votes
1answer
550 views

Basecamp API Rails

I was wondering if someone could do me massive favour.. I really don't understand how to make use of APIs - so I was wondering if, using Basecamp as an example, someone could talk me though the ...
0
votes
1answer
2k views

Example of Basecamp API ruby wrapper usage

I've set up a new Rails 2.3.2 app and added the Basecamp API ruby wrapper to my /lib directory from here: http://developer.37signals.com/basecamp/basecamp.rb In my application_controller.rb I have ...