Address Search Using Google Search Autocomplete With Restricted Countries March 16, 2016 We can easily search the particular address with Street No,Street,City,State and Country using google search autocomplete, below my code is implement in ruby on… Continue Reading
Receive emails from gmail or any other email provider ( IMAP Ruby On Rails ) March 7, 2016 Configure your gmail for sending emails to other mail clients You can retrieve your Gmail messages with a client or device that supports IMAP,… Continue Reading
Permtting the Multiple Params Without Using Mutiple Condition March 5, 2016 We can permit different type of model attributes without using the multiple condition we normally using below code to permit attributes with multiple condition… Continue Reading
Sunspot Solr Search example with all important features March 3, 2016 Below you will find all the practical information about that sunspot solr search: Points those are covered below :1. Solr search for same model2. Solr search in… Continue Reading
Solr Search, Multiple range filter with float or integer columns for joins with sunspot February 29, 2016 I have struggled too much for finding out the appropriate solution but still looking for the best one. Below you can find out an… Continue Reading
Chance to get featured at clecotech.in February 28, 2016 All the facebook members, here is a chance for you to get featured in our website background cover. Upload your one of the favorite… Continue Reading
Know more about Aadhaar Card ( UID ) February 28, 2016 The actual UIDAI-Aadhaar number is 11 digits and not 12 digits. Well, do not be surprised. The first 11 digits of the 12 digit… Continue Reading
Sync : Real-time partials with Rails February 25, 2016 Add Gem: Faye: gem ‘faye’gem ‘thin’, require: falsegem ‘sync’ OR Pusher: gem ‘pusher’gem ‘sync’ Install Sync: bundlerails g sync:install Include: Application.js: //= require sync… Continue Reading
Bind bootstrap tooltip on dynamic elements February 24, 2016 It is pretty simple to bind a tooltip with elements. Generally, it happends when we works with dynamic elements than it creates problem for… Continue Reading
Sunspot Solr Search in Ruby On Rails February 22, 2016 For using solr search in ruby on rails application. We have to use some ruby libraries that intereacts with the solr search So sunspot… Continue Reading