Ricerca…


Utilizza il repository Github per una gemma specifica in Gemfile

Invece di

gem 'rails'

È possibile specificare una combinazione utente / repository github con

gem 'rails', github: 'rails/rails'

Usa ref, branch, git per gemme specifiche in gemfile

 gem 'any gem',git: 'any repo',branch: 'specific branch of that repo',ref: 'reference no.'

ref specifica il commit individuale. ramo specifica il ramo git da cui estrarre.



Modified text is an extract of the original Stack Overflow Documentation
Autorizzato sotto CC BY-SA 3.0
Non affiliato con Stack Overflow