Tekniska artiklar

Användning av SQL- och NoSQL-databaser i Single Rails-applikation (MySQL, PostgreSQL och MongoDB)

There are distinctive reasons why you should think about having various databases in your Ruby on Rails application. In my situation, I expected to store large quantities of data. Consider default database is MySQL. In our application database.yml file write connections for MySQL in normal way. After that, for connecting postgresql in the same application …

Användning av SQL- och NoSQL-databaser i Single Rails-applikation (MySQL, PostgreSQL och MongoDB) Läs mer »

Search Kick Gem – För att göra din sökning intelligent på Rails-appen

Search kick Gem är en Ruby gem som körs på toppen av Elasticsearch och gör det enkelt att göra sökningar på ett Rails-vänligt sätt. Dessutom kan du lägga till fler funktioner, inklusive analys, autokomplettering och personliga resultat. Searchkick inser vad dina användare söker efter. När fler individer jagar blir det mer briljant ...

Search Kick Gem – För att göra din sökning intelligent på Rails-appen Läs mer »

Hur använder man Acts_As_Votable Gem?

Acts_As_Votable är ruby gem specifikt skriven för Rails / ActiveRecord-modeller och denna gem gör att alla modeller kan röstas på uppvote / downvote like / dislike, etc. Det gör att alla modeller kan röstas under godtyckliga omfattningar med hjälp av denna pärla kan vi rösta på vilken modell som helst. röster behöver inte komma från en användare, de kan komma från vilken modell som helst ...

Hur använder man Acts_As_Votable Gem? Läs mer »

Schemalägga återkommande evenemang med Ice Cube Gem

Ice_cube is a ruby library for effectively taking care of repeated events (schedules). The force lies in the ability to indicate multiple rules, and have ice_cube rapidly make sense of whether the schedule falls on a specific date (.occurs_on?), or what times it happens at (.occurrences, .first, .all_occurrences). How to get ice cube For install …

Schemalägga återkommande evenemang med Ice Cube Gem Läs mer »

Vad gör nystartade företag så glada över Ruby on Rails?

One of the hottest technical trends in 2016, Ruby on rails has turned out to be an ideal web application framework. This can be attributed to its user-friendliness, flexibility, efficient content management, speedy web process and customization. Not to forget, its low cost advantage since it is freely available. No wonder why the majority of …

Vad gör nystartade företag så glada över Ruby on Rails? Läs mer »

Grundläggande och användbara rubinpärlor för webbutveckling

The framework of Ruby on Rails is a tool extremely powerful in the development of web applications. It has many built-in features such as object-relation mapper and intelligent routing that accelerate web applications development. Rails is specifically designed to have an easy extension with use of Ruby gems. A huge ecosystem of Ruby gems has …

Grundläggande och användbara rubinpärlor för webbutveckling Läs mer »

Hur kan Ruby on Rails gynna dina webbapplikationer?

What are some of the major ingredients that spell success for an organization? Among other things, efficiency is one of the essential elements that can help an organization succeed in this fast-paced moving world. Everyone wants to maximize efficiency and your software development too should push you ahead instead of pulling you back. Ruby on …

Hur kan Ruby on Rails gynna dina webbapplikationer? Läs mer »

Ruby on Rails: Skala din app för snabb tillväxt

Scaling the growth of an app has been a really intimidating topic nowadays. Most of the internet resources and blog posts are revolving around scaling Ruby applications. It is very interesting to know what is the ceiling and how much Ruby on Rails can achieve for the rapid growth of applications. Scaling increases Not by …

Ruby on Rails: Skala din app för snabb tillväxt Läs mer »

Steg-för-steg-guide för att bygga din första rubinpärla

Nowadays all the functionalities in Rails are built as Ruby gems. For example we can use devise gem for the authentication part of the application. It’s like a package or library that is written in Ruby programming language. Moreover it can be imported and used by others in their programs. Step 1 Bundler is like …

Steg-för-steg-guide för att bygga din första rubinpärla Läs mer »

sv_SESwedish