We do this - we run two week iterations, and group fixes and features under a 
version number that tracks the iteration. Every commit is linked to an issue, 
and every issue is linked to a release version. The last thing we do in an 
iteration is a commit to bump the version number to match the iteration, tag 
and push to prod.

I work for an insurance company, and we have a very strict change management 
process, in part because we are huge (IT budget in the $4-500M), and in part 
because we have very serious regulatory requirements. It would be nice to push 
to prod every day, but compared to some we don't have it too bad.

L

 This email crafted from materials gathered from across the cosmos.

> On 3 Mar 2014, at 8:22 pm, Rain Chen <hirainc...@gmail.com> wrote:
> 
> every lib/gem will have a version, but seems everyone forgot the project 
> itself.
> I preferred a config.version option in the applicaiton.rb after running rails 
> new <project>
> 
> module Todo
>   class Application < Rails::Application
>     ...
>     config.version = '1.0.0'
>   end
> end
> then in rails console, we can get the project's version using:
> Todo.version
> => "1.0.0"
> 
> there are "versions" for db migrations, but why not the project? I think this 
> can be a standard for a rails project
> 
> any thought for this idea?
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Ruby on Rails: Core" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to rubyonrails-core+unsubscr...@googlegroups.com.
> To post to this group, send email to rubyonrails-core@googlegroups.com.
> Visit this group at http://groups.google.com/group/rubyonrails-core.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-core+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-core@googlegroups.com.
Visit this group at http://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to