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
Post a Comment