Server boilerplate

Ruby on Rails

Coming in 2024!


The Ruby on Rails generator generates types and networking logic for your Ruby on Rails server. This saves you time and add compile-time safety that you are serving the exact API that you specified in your API Definition.

generators.yml
1- name: fernapi/fern-ruby-rails
2 version: 0.0.0
3 output:
4 location: local-file-system
5 path: ../../generated/server-boilerplate/ruby-rails