aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/version.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use Active Model, not ActiveModel in plain Englishclaudiob2015-01-021-1/+1
| | | | | | | Also prevents the word "Model" from linking to the documentation of ActiveModel::Model because that's not intended. [ci skip]
* Introduce `Rails.gem_version`Prem Sichanugrist2014-03-051-7/+4
| | | | | | | | | | | | | | | | | | | This method return `Gem::Version.new(Rails.version)`, suggesting a more reliable way to perform version comparison. Example: Rails.version #=> "4.1.2" Rails.gem_version #=> #<Gem::Version "4.1.2"> Rails.version > "4.1.10" #=> false Rails.gem_version > Gem::Version.new("4.1.10") #=> true Gem::Requirement.new("~> 4.1.2") =~ Rails.gem_version #=> true This was originally introduced as `.version` by @charliesome in #8501 but got reverted in #10002 since it was not backward compatible. Also, updating template for `rake update_versions`.
* update version to 4.2.0.alphaYves Senn2014-02-231-1/+1
|
* Preparing for 4.1.0.beta2 releaseRafael Mendonça França2014-02-181-1/+1
|
* Get ready to release 4.1.0.beta1David Heinemeier Hansson2013-12-171-1/+1
|
* rails/master is now 4.1.0.betaRafael Mendonça França2013-04-291-1/+1
|
* Bump version to rc1David Heinemeier Hansson2013-04-291-1/+1
|
* Add version method to top level modulesCharlie Somerville2013-03-211-6/+7
|
* Preparing for 4.0.0.beta1 releaseDavid Heinemeier Hansson2013-02-251-1/+1
|
* rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+David Heinemeier Hansson2011-12-201-3/+3
|
* Party like its R-C-UNO!David Heinemeier Hansson2011-12-191-1/+1
|
* Master version is 3.2.0.betaSantiago Pastorino2011-06-301-2/+2
|
* Bump versions for rc1David Heinemeier Hansson2011-05-211-1/+1
|
* Prepare for beta1David Heinemeier Hansson2011-05-041-1/+1
|
* Update the version.rb files to include a PRE partCarl Lerche2010-11-161-2/+2
|
* Master is now targeting 3.1.0.betaDavid Heinemeier Hansson2010-08-231-2/+2
|
* Prep for RCDavid Heinemeier Hansson2010-07-261-1/+1
|
* Get ready for beta 4David Heinemeier Hansson2010-06-081-1/+1
|
* Update versions (otherwise you install a gem from source as beta3 but ↵José Valim2010-04-101-1/+1
| | | | internally it's beta2) and update CHANGELOG.
* Prep for beta2, depend on latest BundlerDavid Heinemeier Hansson2010-04-011-1/+1
|
* Update versions of all components to normalize them to new formatBryan Helmkamp2010-03-021-2/+3
|
* Fix tiny version number from '3.0.0beta' to '3.0.0.beta1', so 'rake install' ↵Prem Sichanugrist2010-02-061-1/+1
| | | | | | will be run correctly [#3879 status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Move to 3.0.0.betaDavid Heinemeier Hansson2010-02-031-1/+1
|
* License, version, and gemspec for ActiveModel. Ship it!Joshua Peek2009-08-311-0/+9