Blog
Data Scraping in Rails by Processing CSV
The ruby on rails Application to scrape the link uploaded from CSV file and find the occurance of link in particular page. In the application user need to pass a csv and list of users email to whom the parsed CSV will be sent. In the csv there will be three 2 column: refferal_link home_link …
UI/UX Design Practices
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Designing & Architecting Rails Apps
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
How to revert commit from GitHub
If you want to revert the last commit, you can do it by single command. First make sure what you really want to do, simply remove commit from repo or vanish all the last committed code. So choose one of the below command as per requirement: git reset HEAD~1 This will return your repository to …
Make Voice calls through Ruby on Rails Web applications
In today’s life everyone is busy with there work, no one wants to recieve unwanted or spam calls to their phones. So, if you want to filter out the spam calls or unpriority calls you can do so using Plivo. Plivo provides Ruby SDK as well as well-maintained documentation to integrate Plivo for voice calls …
Make Voice calls through Ruby on Rails Web applications Read More »
How To Import/Export MySQL Database in Rails?
Here’s How you can Import and Export MySQL Database – To Export DB mysqldump -u [username] -p [db_name] > [sql_file_name.sql] – Make its tar(compress) for easily share with other system: tar -czvf [any_name.tar.gz] [sql_file_name.sql] – Share it to the other system where you want to import it. – Untar the compressed file:tar -xzf [any_name.tar.gz] …
RailsCarma is Recognized as The Top Ruby on Rails Development Company in 2020
Now RailsCarma has achieved another milestone: The company has been recognized by a research & analytics agency TechReviewer.co as The Top Ruby on Rails Development Company in 2020. Being featured among the leading Ruby on Rails companies is a great honor for us. We will continue to justify the trust placed in us by our …
RailsCarma is Recognized as The Top Ruby on Rails Development Company in 2020 Read More »
7 Tools to Simplify Your RoR Application Development
Developers are always on the lookout for the best cutting-edge technologies and tools to implement on their web development projects. Although there are many amazing IDEs that are taking the web development world by storm, Ruby on Rails has always been one of the most popular solutions. Building web applications through a fast and cost-effective …
7 Tools to Simplify Your RoR Application Development Read More »
Why choose agile web development methodology?
When you develop your application using an advanced and user-friendly technology such as Ruby on Rails, it has been observed that agile methodology has several advantages over waterfall. As the trend goes, so far many organisations have showed reluctance in making the switch to agile despite knowing it is going to take their efficiency to …