In the Rails guides, it shows thee following for installing Rails:
gem install rails --pre
What is “–pre”?
Thanks.
In the Rails guides, it shows thee following for installing Rails:
gem install rails --pre
What is “–pre”?
Thanks.
abbreviation for “pre-release”. is a version to be installed
2010/7/19 Abder-Rahman A. [email protected]
Luciano S. wrote:
abbreviation for “pre-release”. is a version to be installed
2010/7/19 Abder-Rahman A. [email protected]
Thanks. Can I specify a specific version.
As for --pre, is it a specific version? Like for example when I used it
it installed Rails3 and I think it was saying also beta4 or something?
On 19 July 2010 15:50, Abder-Rahman A. [email protected] wrote:
Luciano S. wrote:
abbreviation for “pre-release”. is a version to be installed
2010/7/19 Abder-Rahman A. [email protected]
Thanks. Can I specify a specific version.
For example
gem install rails --version 2.3.5
(that is two ‘-’ chars).
As for --pre, is it a specific version? Like for example when I used it
it installed Rails3 and I think it was saying also beta4 or something?
Don’t know that one.
Colin
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs