ruby on rails - Using git clone in existing application -


i have existing app.

i did this:

git clone https://github.com/stefanoverna/activeadmin-globalize.git -b master 

to use activeadmin-globalize gem. after have new folder activeadmin-globalize, how can use gem, because in these subfolders other folders app/ lib/ config/ etc.

how can make work, still keep existing app functionality ? thanks

if u still got same error try regular git syntax

gem "activeadmin-globalize", git: 'https://github.com/stefanoverna/activeadmin-globalize', branch: 'master' 

Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -