- PostgreSQL Postgres is an object-relational database management system. It was developed at Berkeley Computer Science Department, university of california.
- bin folder in rails Working in Ruby on Rails, one should have a very clear understanding about the working of [rails s] with which we start our server and the /bin directory created in our project.
- ROR tricks Few tricksSome of the ror syntax that I was not using in my regular life.
- DS programs in ruby Linked List
- Bootstrap modal manipulations made easy in Rails Bootstrap modalModal is a kind of popup provided by bootstrap. But generally its a kind of clumsy task to handle differentmanipulations on it.
- Action cable POC in rails A simple working demo of Action CableThe source code for this article is available at - Ashish Garg Github
- Appointments bookings feature through third party If your application requires an appointment booking functionality to be done through third party, then timekit.io is a very neat and efficient solution.In one of my recent projects - Patients need to book different appointment slots for a doctor in iphone application which is implemented using timekit.
- Setup free SSL in 5 minutes SSL - (Secure Sockets Layer) is a security protocol that provides a secure channel between two machines operating over internet or internal network.
- Mobile number verification through sms with Twilio in Rails If sending SMS from your application(like phone no verification) is one of your requirement then Twilio is one of the solutions as a service provider for delivering SMS on your behalf.
- ActiveRecord::Relation new features in Rails 5 ActiveRecord::Relation#or
- Active admin cheat-sheet in Rails Active Admin cheatsheet in Rails
- Sample Rack Application in Rails Rack is a webserver interface. It means Rack is an editable list of components that every request goes through in order to build the response(HTML page).
- .xlsx file upload in rails Its a day to solve some data uploading trick from an .xlsx file in Rails. xlsx file contains different sheets in it and each sheet has rows and columns.
- JS plugin ScrollPaginator of pagination on page scroll Pagination is a basic requirement for any page showing the listing of the items.
- Ransack search in rails Brief
- Save image uploaded from mobile devices to server(base64) Yesterday there was a requirement where user wanted to uploaded his/her profile pic from mobile application.
- How to setup Rails Server First of all a machine is required to deploy an application