Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Grape Alternatives
Similar projects and alternatives to Grape
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
Nutrient
Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
-
-
-
FriendlyId
FriendlyId is the “Swiss Army bulldozer” of slugging and permalink plugins for ActiveRecord. It allows you to create pretty URL’s and work with human-friendly strings as if they were numeric ids for ActiveRecord models.
-
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Grape discussion
Grape reviews and mentions
-
16 Best Ruby Frameworks For Web Development [2024]
Grape’s support extends to standard conventions, multiple format support, content negotiation, versioning, etc. The complete guide to Grape to develop REST-APIs, test the API and analyze the performance metrics is available on its official GitHub page.
-
Web Frameworks actively maintained in 2023?
Grape (ruby-grape.org)
-
An Overview of Ruby on Rails 7.1 Features. Part III
I'm very ambivalent about Grape, but this very much reminds me of something I do really like about it: the param validation. https://github.com/ruby-grape/grape#parameters
-
Rails api auth with Grape and Devise JWT
I am currently working on developing and api using grape and devise jwt for user user authentication.
-
Can I setup a React Native/Rails project the same way I would setup a React/Rails app, or should I expect major differences?
Your RN app will be making http requests to your server, so it doesn't really matter what backend language/framework you use. If your React work was also utilizing http requests to fetch data, then there shouldn't be much of a difference. If your backend is a simple JSON api, checkout Grape. You can tack it on to any existing Rails app.
-
Benchmarking Ruby 2.5 to 3.1 and YJIT
I've benchmarked Grape with YJIT and without it (if want to see the code, visit repo)
-
16 Best Ruby Frameworks For Web Development
Grape is a REST-like microframework written in Ruby programming language. Grape is also considered among the best ruby frameworks and can be used to run on top of Rack or can be used to complement the existing web application frameworks such as Sinatra or Rails. The latter can be done through the DSL-based REST-API for communication. The Grape ruby web framework facilitates efficient and meaningful APIs working in the web application domain.
-
Is Sinatra a good choice for a rest API
Take a look at Grape - https://github.com/ruby-grape/grape
-
What resources do you recommend to learn about Rails APIs?
I love the Grape gem for building APIs - might be worth considering if you are building something new: https://github.com/ruby-grape/grape
-
26 most popular Ruby/Rails repositories on GitHub in July-August 2020
Grape is a REST-like API framework for Ruby. It’s designed to run on Rack or complement existing web application frameworks such as Rails and Sinatra by providing a simple DSL to easily develop RESTful APIs. 9,200 stars by now
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 15 Mar 2025
Stats
ruby-grape/grape is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Grape is Ruby.