Posts about

rails

HomeDevelopmentDesignTechnologyPhotographyAbout
CREATE A RAILS 5 API APPLICATION
development, rails, rubyAugust 08, 2016By admin

CREATE A RAILS 5 API APPLICATION

Rails 5 ships a new gem rails-api which makes building API only rails apps a breeze. ActiveRecord is a part of Rails 5 along with a strong asset pipeline, making Rails a great option for creating APIs.

    Created by Sean Amarasinghe