Top "Grape" questions

Grape lets you quickly add maven repository dependencies to your classpath OR Grape is a REST-like API micro-framework written in Ruby to sit on top of Rack.

User Authentication with Grape and Devise

I have difficulties to understand and also properly implement User Authentication in APIs. In other words, I have serious problem …

ruby-on-rails api ruby-on-rails-4 devise grape
RestSharp Accept header change

I am using RestSharp for developing on the client side. I am also using Ruby Grape gem for my custom …

c# ruby http restsharp grape
Error grabbing Grapes ... unresolved dependency ... not found

UPDATE 8/6: The beefed up logging has shown me that there is an issue deleting the old jar from the cache, …

groovy artifactory grape
Intellij IDEA not importing dependencies from @Grab in Groovy project

I have a groovy script I am working on, which imports dependencies using the @Grab annotation. This script will run …

groovy intellij-idea grape
Make groovy script grab a jar off the filesystem like grape

Grape seems to work fairly well for adding jars to your classpath. It also does a lot of other things …

groovy jar grape
Error compiling a Groovy project using @Grab annotation

I'm compiling a Groovy project with Gradle, but I've noticed that when I use the @Grab annotation in my code, …

groovy gradle grape
Why am I getting "Unable to autoload constant" with Rails and grape?

I want to do an API for an Android app. When searching, I found {grape}. I'm following this tutorial, but …

ruby-on-rails ruby grape
How to set a custom Maven repository manager in Grape

I would like to use grape to install a library by command-line. So I've issued the command: grape -V install …

groovy grape
How to get routes by Grape API

I use gem, grape for api. I tried to get api urls by the command rake grape:routes namespace :grape …

ruby-on-rails api grape
Groovy: How does @Grab inclusion differ from classpath inclusion?

1. Generally, how is @Grape/@Grab inclusion different than classpath inclusion? 2. Specifically, what might cause the following behavior difference? I've got …

groovy dependencies classpath grape