In almost all the projects, client now wants feature to add,update content of website dynamically from admin panel. I mostly use CKEditor as rich text editor. Using CKEditor user can generate.....
Read MorePaperclip is popular gem used in rails project to provide attachment feature in your model. It is very flexible and easy to use.
I mostly use paperclip for my project if I need to provide.....
Read MoreTo use specific version of ruby, I used to create file .ruby-version in my rails application. Which will execute when I go to root directory of my project using cd command.
Once I was having.....
Read More