What is the difference between render and redirect?
-Redirect is a method that is used to issue the error message in case the page is not found or…
Ruby on Rails is one of the most common and fastest framework stacks for developers looking to build websites and web apps. The Ruby programming language, combined with the Rails development system, simplifies device development.
Ruby on rails an open-source web framework that is built over the ruby language. Ruby is a pure object-oriented programming language.
Ruby on Rails is used to build web applications.Ruby on Rails is the most popular language like PHP, Perl, nodejs, python etc
-Redirect is a method that is used to issue the error message in case the page is not found or…
What is constructor in ruby? A constructor is a special method that builds the object when a new object is…
Configure multiple Rails Application In Nginx, The objective of this article is to configure two rails applications with Nginx so…
Ruby On Rails Active Record Query methods, find_by() and find() are used to retrieve the record from the database. .find…
Form Object is a very useful pattern in the rail ecosystem because it can tackle a number of issues and…
In this article, we learned about another Ruby On Rails Design Pattern – Decorators The decorator is a design pattern…
In this article, we learned about another Ruby On Rails Design Pattern – Query Object Rails Query Object is a…
In this blog, we learned about View Objects (Presenter) Design Pattern. In the previous blog, we talk about Ruby On…
The main principle of software development is to keep the code DRY (Don’t Repeat Yourself) to reduce the reduction in…
distinct distinct Specifies whether the records should be unique or not. Example: If you want to remove duplicates from a result, you…