Ruby Language

Articles on Ruby language design patterns, best practices, gems and more.

Top Spree E-Commerce Extensions to Build Ruby E-Commerce Store

by Murtaza Basrai on 3rd November, 2017

Spree E-Commerce is a complete, scalable, API-driven open source E-commerce framework built with Ruby on Rails. Spree is well suited to serve as a custom technology platform to build any type of an E-commerce application: an online store, a multi vendor marketplace, a rich-content driven shopping platform, a social commerce website or a backend engine for an E-commerce mobile or tablet app (iOS, Android). It is used by more than 45,000 retailers as their e-commerce platform. You can get more details about Spree on it's Website and repository.

Spree is supported by many official as well as third party open source extensions. These extensions provides convenient, reusable & sharable way to modify or extend Spree Commerce. A Spree Commerce developer can either choose to use an existing extension to customise desired Spree feature or can create their own extension and share with community. There are hundreds of extensions already available.

Top

We have curated a list of Spree e-commerce Ruby on Rails plugin extensions considering the usage, popularity and response by the community.

Read More

Published in ruby-on-rails, ruby | Tagged with community, ruby, ruby-gems, programming, open-source, ruby-on-rails, web-development

4 Easy Ways to Integrate React.JS with Ruby on Rails

by Srinidhi Prabandham on 6th October, 2017

Ruby on Rails has been an extremely productive monolith web application (full-stack) framework that enables developers to develop and deploy applications with ease. For businesses and startups, it serves as a platform that helps to get the product to the market quickly.

Ruby on Rails used to ship with jQuery by default (until version 5.1), jQuery is a great library that is small and robust. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax simple with an easy-to-use API.The plugin architecture is also very nice for extensibility and has a wide community support.

react-with-rails

React is a JavaScript library created and maintained at Facebook for building user interfaces, which aims to be declarative, making the code more predictable and easier to debug. React can be thought of the "V" (View) in "MVC" (Model, View, Controller architecture/design pattern). Views are modeled as components, the advantage of this that, we can pass rich data through the app and maintain state outside the DOM.

Read More

Published in javascript, ruby, ruby-on-rails, tutorials, web-development | Tagged with ruby, ruby-on-rails, reactjs, community, frameworks, web-development, programming

Top Ruby Frameworks to Speed Up Web Development

by Murtaza Basrai on 24th August, 2017

Ruby is without any doubt, one of the most popular object oriented programming languages out there. It is loved by developers all around the world specially because it's not only powerful but has a sweet simple syntax with lot of great features.

There are quite a number of frameworks developed for Ruby over the years. These frameworks help a developer to accelerate the web development and create innovative web applications with a little effort.

I have mentioned a curated list of all the popular open-source ruby frameworks which are actively maintained. Some of those frameworks might not be as huge & feature rich as others but they work really well for a particular set of requirements.

Read More

Published in ruby, ruby-on-rails, web-development | Tagged with frameworks, ruby-gems, ruby, programming, open-source, ruby-on-rails, web-development

Real Time Rails with Action Cable

by Srinidhi Prabandham on 10th August, 2017

Recent years have seen the rise of the real-time web. So what is real-time web?

The real-time web is a network web using technologies and practices that enable users to receive information as soon as it is published by its authors, rather than requiring that they or their software check a source periodically for updates.

Examples of the real-time web are Facebook's newsfeed, Notifications, and Twitter, implemented in social networking, search, Chat Applications and news sites.

Read More

Published in ruby, ruby-on-rails, tutorials, web-development | Tagged with ruby, ruby-on-rails, ruby-gems, web-development, frameworks, redis, open-source, community

Best Open Source CMS for Ruby on Rails

by Murtaza Basrai on 9th August, 2017

A content management system is a great way to host one or many dynamic websites on a single application - with having complete control over the content with the admin console it provides. Ruby on Rails has several popular content management systems - some are general purpose while some being very specific to a particular area. Ruby on Rails Developers who are working on RoR Ecommerce platforms, simple websites or web applications can easily adapt and customize those management systems.

Read More

Published in web-development, ruby-on-rails, ruby | Tagged with frameworks, ruby-gems, ruby, programming, open-source, ruby-on-rails, web-development

The Garden City Ruby Conference 2014 Experience

by Shrivara K S on 7th January, 2014

The first edition of the Garden City Ruby Conference was held in the beautiful Atria Hotel. We, the Bangalore Icicle Team, were super excited to meet, interact and listen to interesting talks.

We had spent the last few evenings coming up with something useful for the attendees. We ended up with Ruby and Rails cheatsheets for Vim and Sublime which were very well received. (A few people wanted Emacs but, they were in the minority. Maybe next time!)

Ruby Talks, Discussions and Fun

Published in events | Tagged with ruby, gcrc14, bangalore, events

Micro Frameworks for Rapid Web Development - Sinatra

by Shrivara K S on 2nd December, 2013

In the last article in the series - Micro Frameworks for Rapid Web Development Series, we had talked about Flask, which is a microframework for Python. To recap, Web Microframeworks are small and focused frameworks which make very few assumptions or decisions about how it will be used in building websites, APIs or web services, all the while providing granular control of the codebase. Web Microframeworks provide a lot of freedom in terms of how they can be used and are not restrictive with respect to libraries and extensions.

Sinatra

Read More

Published in web-development, ruby | Tagged with web-development, prototyping, frameworks, ruby

Web Scraping with Ruby Using Mechanize and Nokogiri Gems

by Vinay Nadig on 7th November, 2013

Web Scraping can most succintly be described as "Creating an API where there is none". It is mainly used to harvest data from the web that cannot be easily downloaded manually/does not provide an option for direct download. Scraped data can be used for a variety of purposes like online price comaprison, detecting changes in web page content, real-time data integration and web mashups.

http://www.bitquill.net/blog/wp-content/uploads/2008/07/pack_of_harvesters.jpg

Read More

Published in ruby | Tagged with ruby, scripting, ruby-gems

X

Talk to us, that's always a good idea!