Blogues

Comment réaliser le parallélisme avec Ruby MRI avec des threads liés aux E/S

Language is not only used by people but even websites are using it. The language is one of the main problems that programmers are facing especially when Ruby’s is the matter. The performance that Ruby’s gives can be one of the reasons why programmers would not want to use the language. Because of the complaints …

Comment réaliser le parallélisme avec Ruby MRI avec des threads liés aux E/S En savoir plus "

Blog RailsCarma dans Feedspot Top 30 des blogs Ruby On Rails

RailsCarma’s blog has been selected as one of the Top 30 Ruby On Rails Blogs on the web by Feedspot, a San Francisco based company offering an RSS feed reader that is a popular replacement of the Google Reader. It is noteworthy that Feedspot has recently released reportedly the most comprehensive list of Ruby on …

Blog RailsCarma dans Feedspot Top 30 des blogs Ruby On Rails En savoir plus "

jQuery Image Resizing Plugin: ImgLiquid

ImgLiquid is a jQuery plugin for resizing the images so that these images can fit in the container. Features Optional Responsive (default settings are ‘off’). Lightweight: less than 2KBs gzipped Fill/Crop Align CallBacks Svg support Optional FadeIn Anim (default settings are ‘off’) Compatible with all browsers (Incl. ie6) Why to use? It’s a very good …

jQuery Image Resizing Plugin: ImgLiquid En savoir plus "

Premiers pas avec Sass – Apprendre les bases et son installation

Perhaps you already heard about Sass (Syntactically Awesome StyleSheets) and you are interested in it, but don’t have an idea about how to set it up or incorporate it into your project. In the most basic form, Sass is known as the CCS processor, which makes it possible for the CCS writing to become more …

Premiers pas avec Sass – Apprendre les bases et son installation En savoir plus "

How to use Textacular Gem to search data in your Rails Application

We might have heard about a lot many gems which let us implement search functionality in our rails application; for example: searchkick, elasticsearch-rails, ransack and finally, sunspot to work with solr search engine. All these gems have their own advantages. Both searchkick and elasticsearch use redis to search the data as well as need to …

How to use Textacular Gem to search data in your Rails Application En savoir plus "

Why to choose Spree Commerce for your e-commerce store?

Spree Commerce is a popular open source software based on Ruby on Rails that e-commerce businesses are increasingly considering to base their online store on. If like these businesses, you are also considering it, here are some of the advantages of using Spree for your e-commerce store, that you’ll enjoy, on opting for it: Advantages …

Why to choose Spree Commerce for your e-commerce store? En savoir plus "

Decent Exposure Gem – Adieu aux variables d’instance répétitives

Introduction Github: Decent Exposure Gem Decent Exposure allows us to create exposed variables that can be used across the controller’s actions instead repeating instance variables. Exposed variables are accessible from views as well and memorize the resultant values. In other words, it is a helper for creating declarative interfaces in controllers. Some Points Improving encapsulation …

Decent Exposure Gem – Adieu aux variables d’instance répétitives En savoir plus "

Multilocation en utilisant Apartment Gem

Let us first understand the difference between single and multi-tenancy Single tenancy: Every customer is having their own software instance, own DB and it serves for only one customer. Here, the software can be customized to meet the specific customer requirements as it is independent. Multi tenancy: In this case, single instance of software application …

Multilocation en utilisant Apartment Gem En savoir plus "

fr_FRFrench