Questions tagged [37-signals]

37signals is the company behind Basecamp, Campfire, and Highrise.

37signals is the company that builds and maintains Basecamp, Campfire and Highrise.

  • Basecamp is a project management tool targeting ease of use and simplicity
  • Campfire is a business group chat application to allow teams to have private collaborative sessions
  • Highrise is a Contact Management System again targeting ease of use and simplicity
23 questions
12
votes
2 answers

Russian doll fragment caching with auto expiring keys - performance pros and cons

The question is based on 2 articles: - Basecamp Next by DHH from 37signals - Advanced Caching in Rails by Adam Hawkins I'm a little bit confused about the performance implications of using Russian doll caching, Specifically: When using auto…
EugeneMi
  • 3,475
  • 3
  • 38
  • 57
6
votes
1 answer

Configuring ActiveResource to support OAuth2

I need to be able configure ActiveResource to connect with OAuth2 or basic authentication on a connection by connection basis. I have found a couple ways to configure ActiveResource with OAuth2, but they don't seem that elegant and don't lend…
Tom Rossi
  • 11,604
  • 5
  • 65
  • 96
4
votes
1 answer

Using a sub-domain of website to login users

Fogbugz-on-demand, 37 signals, and PB-Wiki all use sub-domains with custom url's for each group of users to access their login page. So it doesn't even seem possible for a user using those services to login to a generc login (that any user of the…
MikeN
  • 45,039
  • 49
  • 151
  • 227
4
votes
3 answers

37signals-style layout template

My wording might be a bit off, but I wonder if there's an open-source HTML/CSS template/framework for creating 37signals-style layouts, much like this: (source: basecamphq.com) Of particular interest is the tabbed layout and the sidebar to the…
Anton Gogolev
  • 113,561
  • 39
  • 200
  • 288
3
votes
2 answers

Coldfusion Password Protected RSS Feeds

I'm interested in Password protecting my apps RSS Feeds. So when you load a RSS feed url in the browser the browser's default dialog asks for a login and password. Any tutorials or tips on how to get this to securely work? 37 Signals has this…
AnApprentice
  • 108,152
  • 195
  • 629
  • 1,012
3
votes
1 answer

Custom fields / subject fields from Highrise API in Ruby

I'm looking for a way to modify the values of Custom fields (called subject_fields in the Highrise API somewhat confusingly). The Ruby wrapper 37signals recommends does not support these custom fields. I found a fork that has been updated more…
bookcasey
  • 39,223
  • 13
  • 77
  • 94
2
votes
1 answer

In broad prespective, how to go about creating a write board like 37signals?

I am at the beginning stages of rails and wanted to build something like 37Signals write board just so I can learn and feel "accomplished" but don't know where to begin on the following segments: is the markdown formatted text stored as raw text in…
jack
  • 107
  • 1
  • 5
2
votes
2 answers

Highrise API Example. help

I am trying to get the highrise api working with my project. total noob. I have an account, have my api key, added to my rails project like so in my controller. require 'highrise' Highrise::Base.site = 'http://MYACCOUNT.highrisehq.com' …
Fresh
  • 757
  • 1
  • 7
  • 18
2
votes
0 answers

37signals DotNetOpenAuth ProcessUserAuthorization always returns bad request (400)

I try to get token from 37Signals using DotNetOpenAuth But geeting 400 (Bad Request) can you help me on this. below is code [Route("basecamp1")] public ActionResult Basecamp1() { var server = new…
P97
  • 21
  • 2
2
votes
2 answers

37 Signals Style Lightbox | How to do this?

Does anyone know how 37 Signals built the pop ups for image previews that are now in basecamp? I really like how quickly they load and the fact that the whole page doesn't get "light-boxed" and there is a minimal border It's very snappy. You can see…
Lee McAlilly
  • 9,084
  • 12
  • 60
  • 94
1
vote
1 answer

Building WysiHat from source?

I'm trying to build 37 Signals' WYSIWYG javascript framework from its source. (I'm not a rails developer but I thought this would be fairly easy). The instructions read: You can build the latest version of WysiHat from source by running rake …
Chris M
  • 75
  • 7
1
vote
3 answers

Google Apps integration to Basecamp & Highrise

I am looking for Google Apps integration for Basecamp & Highrise. Is there anything out there that will integrate: Google Contacts <-> Highrise Contacts Google Docs <-> Writeboards Google Docs <-> Files Google Tasks <-> …
Dan
  • 3,338
  • 5
  • 36
  • 58
1
vote
1 answer

Does 37signals OAuth provider work with localhost?

I am using omniauth-37signals and have set the redirect_uri to http://localhost:3000/auth/highrise/callback in developer.37signals.com I am getting: :error: Provided redirect_uri is not approved But if I change the url to something different from…
Vestimir Markov
  • 330
  • 1
  • 8
1
vote
1 answer

Login to new basecamp programatically [without user intervention]

What I am trying to do is : I am trying to integrate my web application with basecamp. When a user logs in to my web application, it should list all tasks/todo's assigned to him/her in basecamp. What I already have : I have admin credentials of…
Kartik Domadiya
  • 29,868
  • 19
  • 93
  • 104
0
votes
1 answer

Basecamp style tour page - jquery replace divs using nav menu

I'm trying to spruce up a tour page on my site, and I love the way 37signals' Basecamp tour looks: http://basecamphq.com/tour/#/communicate I assume they use Jquery or some other equivalent to swap divs, but I am a total jquery noob and am not sure…
1
2