Guida passo passo per costruire la tua prima gemma di rubino

Al giorno d'oggi tutte le funzionalità di Rails sono costruite come gemme Ruby. Ad esempio possiamo utilizzare idea gem per la parte di autenticazione dell'applicazione. È come un pacchetto o una libreria scritta nel linguaggio di programmazione Ruby. Inoltre può essere importato e utilizzato da altri nei propri programmi.

Passo 1
Bundler is like a dependency management tool for Ruby, which is also used by Rails. We will use Bundler for the basic gem structure. It helps us to install the correct versions of the gem and forces us to use the same in the application. So the command for that is, gem bundler install
After bundling, we should specify the gem “name” that we are going to create i.e. Bundle gem “testgem” will create a repository shown below

gemma di rubino
Quindi in questo possiamo vedere la struttura di base della gemma. Nella cartella lib, verrà utilizzato il file versione per menzionare la versione di Gem. Possiamo modificare la versione secondo nostra comodità e rilasciarla che sarà la versione in Rubygems.

rubygem

Passo 2
Considereremo testgem.gemspec, con testgem come nome della gemma che creeremo come campione. Verrà utilizzato per impostare la gemma su rubgems, ad esempio nome della gemma, riepilogo, descrizione, file richiesti in questo progetto, file di test utilizzati per testare i file nel progetto, ecc.

gemma rubino 1
Lima rastrello: – This makes releasing the new versions of the gem, and also helps other developers to check the test cases if they are going to modify the particular gem.
After the rake, we should create a test folder and test cases for each segments will be included here in the app directory.

Passaggio 3
Planning to make a rubygem, then we need to analyse the requirements what to build up and what all functionalities should be included in that.
While generating, we should create a sample.rb file inside lib folder and create own class with namespace because the other plugin has also the same classes then it will get conflict in the names. And require the sample.rb file in the testgem.rb file like reqiure “testgem/sample”.

Passaggio 4
We have require “bundler/gem_tasks” in rake file so when we run rake release, it will release the gem to ruby gems and make it available. Push to git repository

RubyGems are commonly used in Applications
1) Rails – Rails is a ruby gem
2) Better Errors / Rails Footnotes – Debugging tools for Rails/Rack apps.
3) Resque / Delayed Job / Sidekiq – Used for creating background jobs, placing them on multiple queues, and processing them later.
4) Cancan / Devise – Authorization / Authentication Gems for Ruby on Rails.
5) Letter Opener – Test your emails within the browser itself.
6) Discourse – Discussion Forum.
7) Carrierwave / Paperclip – Classy solutions for file uploads for Rails.
8) Whenever – Cron jobs (scheduled tasks) in Ruby.
9) Thin / Unicorn / Puma – Web servers.

RailsCarma provide end to end Ruby on Rails Development services including, consulting, architecture, building, management and extension to companies around the globe. You can also hire Sviluppatori di Ruby on Rails con un processo di assunzione facile. Contattaci per saperne di più

Iscriviti per gli ultimi aggiornamenti

Articoli correlati

Informazioni sull'autore del post

Lascia un commento

Il tuo indirizzo email non sarà pubblicato. I campi obbligatori sono contrassegnati *

it_ITItalian