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

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

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