Tutorials




Rails 6 adds support for Multi Environment credentials
This blog is part of our Rails 6 series. Rails 6.0.0.rc1 was recently released.In Rails 5.2, encrypted credentails are stored in the file config/credentials.yml.enc. This is a single flat file which is encrypted by the key located in config/master...



How to Implement Elasticsearch in a Rails Web App
Building an app, you should take into account two of the most crucial aspects, i.e. information analyzing and searching. They define the overall success of your product. The same is true when you aim to develop a perfect Rails web app.At Codica, w...


![[Tutorial] Creating simple blog app with Rails 6 and GraphQL Part 1](/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6MTE2NDEsInB1ciI6ImJsb2JfaWQifX0=--528dd5a54317c1182b36a07deecd4b008637557b/open-uri20190628-8062-p7cpxy.avif)
[Tutorial] Creating simple blog app with Rails 6 and GraphQL Part 1
In this post I will try to show you how to create a simple blog app with GraphQL. GraphQL is one of the most popular topics this year, however I won't try to explain what is it. There are already many articles about it.Also, don't treat this post ...