ROR Application Development Tips

I'm Ruby on Rails developer. I love to share my experience, technical knowledge. I work at Crypex Technologies which is developing applications in ROR for more than a decade.

Entries from 2017-12-01 to 1 month

Simple way to document API in Ruby on Rails using swagger document

After creating REST API, it’s important that API should be documented, so the others can use the documentation and understand the requirement and implementation of API. Swagger documentation provides the interface to REST APIs which allows…

How to implement breadcrumbs functionality in Ruby on Rails app?

Breadcrumbs are graphical control element used as navigational aid in user interfaces. Today I am going to explain how it can be implemented in Ruby on Rails in simple steps as follows: Step 1: Create a sample app using scaffold Step 2: Ad…

Elasticsearch - Advantages of Distributed Search Data

Elastic-search is a platform for distributed search and analysis of data in real time. Its popularity is due to its ease of use, powerful features, and scalability. Today I am going to brief about the advantages of using elastic-search. It…