Bloggar

Ett enkelt sätt att förkorta långa webbadresser i RAILS

URL shortener solves the problem of sharing the long website URLs by shortening them into more portable size.As we know most of the websites use services like Twitter(Tweet character limit 140), SMS to reach out to their users and also at the time of sending promotional SMS, it is a bit difficult to send long …

Ett enkelt sätt att förkorta långa webbadresser i RAILS Läs mer »

Fantastiska fördelar med att använda Ruby on Rails för ditt webbprojekt

När du påbörjar ett nytt webbprojekt måste du vara beredd på att fatta några kritiska men utmanande beslut som projektets framgång helt och hållet kan bero på. Ett sådant beslut är vilken teknik du ska basera ditt webbapplikationsprojekt på - Ruby on Rails, PHP, WordPress eller något annat. Den tekniska stacken för din ...

Fantastiska fördelar med att använda Ruby on Rails för ditt webbprojekt Läs mer »

Bundler: Hantera ädelstenar i Ruby-applikationer på ett enklare sätt!

Bundler är ett nytt koncept som introduceras i Rails 3, vilket hjälper oss att hantera våra ädelstenar för applikationen. Den används för att installera och inkludera de ädelstenar som behövs av applikationen. Om pärlan är tillgänglig i systempaketet kommer den att använda den, annars kommer den att välja densamma från rubygems.org. Bundlare …

Bundler: Hantera ädelstenar i Ruby-applikationer på ett enklare sätt! Läs mer »

BRAKEMAN: Rails Security Scanner

Introduction Brakeman is a security scanner and it detects security vulnerabilities in Rails applications with the help of static analysis. It directly scans through the source code of our application which eliminates the need to set-up our whole application stack in order for using this expedient security tool. After scanning, it produces a report of …

BRAKEMAN: Rails Security Scanner Läs mer »

Så här arbetar du med den Rails-baserade e-handelsplattformen Shoppe

Shoppe is a Rails-based ecommerce platform. By virtue of it, we can easily introduce a catalogue-based store into our Rails applications.We can easily create store with this core framework, Shoppe. And we are only responsible for creating the storefront (UI) which our customers will use to buy products. Apart from UI, we are also responsible …

Så här arbetar du med den Rails-baserade e-handelsplattformen Shoppe Läs mer »

Carrierwave Gem för filuppladdningar i Rails

If we are building a web application, one of the features we would definitely want is the image uploading feature. In fact, image uploading is one important feature that the modern-day applications can simply not be imagined without. And not just that, it is even more important considering the fact that images uploading also plays …

Carrierwave Gem för filuppladdningar i Rails Läs mer »

Integration av chatbot med Ruby on Rails

Definition of a Chatbot A computer program designed to simulate conversation with human users, especially over the Internet. Such programs are often designed to convincingly simulate how a human would behave as a conversational partner. Chatbots are typically used in dialog systems for various practical purposes including customer service or information acquisition. How it works …

Integration av chatbot med Ruby on Rails Läs mer »

sv_SESwedish