Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
11answers
3k views

What version numbering scheme do you recommend?

My question is, which version-naming scheme should be used for what type of project. Very common is major.minor.fix, but even this can lead to 4 number (i.e. Firefox 2.0.0.16). Some have a model that ...
2
votes
1answer
62 views

Eclipse: Release build confusion: How to identify?

I've been updating Eclipse automatically between Indigo RC releases. I currently have: Version: Indigo Release Build id: 20110609-2236 In the eclipse site, i cannot identify which is the current ...
1
vote
0answers
22 views

hosted service to post software releases for users with signup form?

I'm a sole developer looking for an online service where I can host files of my software releases for users. I want them to register first before downloading so I can get a sense of who downloaded the ...
0
votes
0answers
18 views

Aligning Delayed_Job with changed Releases Directories

I'm using Rails 2.5 and Chef Recipes on EngineYard. The application is backed up into a new directory in application/releases/####### on every deploy. These releases are timestamped, and changed ...
0
votes
3answers
485 views

using 2 different jquery releases on the same page

I am using this jquery plugin for a carousel controller http://sorgalla.com/projects/jcarousel/, it is based on jquery release 1.2.1 I also need to have tabs on the page, but when including the ...