简体   繁体   中英

how to install gem manually

I know that client_side_validations is not available as a gem for Rails 4 . But there is a 4.0. beta 4.0. beta branch on github. When downloaded, how can I install it ?

Specify it in your bundle:

gem 'client_side_validations', 
    :git => 'git://github.com/bcardarella/client_side_validations.git',
    :branch => '4-0-beta' 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM