I am using Rhodes to develop android application.
I have installed HTTpary gem in Rhodes. Now when I am writing the statement “require ‘httparty’ ” at top of the application it gives me error like “No such file to load”.
What should I do to solve this problem?
I am using Rhodes to develop android application. I have installed HTTpary gem in
Share
From the documentation, scroll down to the section beginning “Adding Ruby Extension Libraries to Your Rhodes Application”. It details 3 ways you can include external libraries into your application, summarized below.
The base Rhodes framework only contains things deemed generic enough to be included – so the built application package size can be kept low. Anything not in the base framework can be included in the application through the aforementioned methods.