SlideShare a Scribd company logo
GEM
B O Y S
04/11/2013
@mukkoo
@delphaber
@welaika
RUBY GEMS?
WHAT ARE
RUBY GEMS?
WHAT ARE
Ruby programs and libraries
(in a self-contained format
called a "gem").
FRAMEWORKS
& BACKENDS
gem 'active_admin'
FRAMEWORKS & BACKENDS
gem 'active_admin'
FRAMEWORKS & BACKENDS
Active Admin is a Ruby on Rails framework
for creating elegant backends for website
administration.
Active Admin in Action
FRAMEWORKS & BACKENDS
Active Admin in Action
FRAMEWORKS & BACKENDS
code
Active Admin in Action
FRAMEWORKS & BACKENDS
view
FRONTEND
gem 'simple_form'
FRONTEND
gem 'simple_form'
FRONTEND
Forms made easy for Rails! It's tied to a
simple DSL, with no opinion on markup.
Simple Form in Action
FRONTEND
Without Simple Form
Without Simple Form
Simple Form in Action
FRONTEND
Without Simple Form
With Simple Form
gem 'compass'
FRONTEND
gem 'compass'
FRONTEND
Compass is an open-source CSS Authoring
Framework. The compass core framework
is a design-agnostic framework that
provides common code that would
otherwise be duplicated across other
frameworks and extensions.
Compass in Action
FRONTEND
Compass in Action
FRONTEND
Without Compass
Compass in Action
FRONTEND
With Compass
REPORTING
& DEBUGGING
gem 'better_errors'
REPORTING & DEBUGGING
gem 'better_errors'
REPORTING & DEBUGGING
Better Errors replaces the standard Rails
error page with a much better and more
useful error page.
Better Errors in Action
REPORTING & DEBUGGING
Better Errors in Action
REPORTING & DEBUGGING
gem 'airbrake'
REPORTING & DEBUGGING
gem 'airbrake'
REPORTING & DEBUGGING
When an uncaught exception occurs,
Airbrake will POST the relevant data to the
Airbrake server specified in your
environment.
Airbrake in Action
REPORTING & DEBUGGING
Airbrake in Action
REPORTING & DEBUGGING
Airbrake in Action
REPORTING & DEBUGGING
gem 'newrelic_rpm'
REPORTING & DEBUGGING
gem 'newrelic_rpm'
REPORTING & DEBUGGING
New Relic is a performance management
system. It provides you with deep
information about the performance of
your application as it runs in production.
NewRelic in Action
REPORTING & DEBUGGING
NewRelic in Action
REPORTING & DEBUGGING
TESTING
gem 'letter_opener'
TESTING
gem 'letter_opener'
TESTING
Preview email in the browser instead of
sending it. This means you do not need to
set up email delivery in your development
environment, and you no longer need to
worry about accidentally sending a test
email to someone else’s address.
Letter Opener in action
TESTING
Letter Opener in action
TESTING
gem 'factory_girl'
TESTING
gem 'factory_girl'
TESTING
Factory girl is a fixtures replacement with
a straightforward definition syntax,
support for multiple build strategies and
support for multiple factories for the same
class.
Factory Girl in action
TESTING
Factory Girl in action
TESTING
gem 'timecop'
TESTING
gem 'timecop'
TESTING
A gem providing "time travel", "time
freezing", and "time acceleration"
capabilities, making it dead simple to test
time-dependent code.
Timecop in action
TESTING
Timecop in action
TESTING
TOOLS
gem 'delayed_job_active_record'
TOOLS
gem 'delayed_job_active_record'
TOOLS
Database based asynchronous priority
queue system.
Useful for:
- sending massive newsletters
- image resizing
- http downloads
- batch imports
- spam checks
Delayed Job in action
TOOLS
Delayed Job in action
TOOLS
gem 'whenever'
TESTING
gem 'whenever'
TESTING
Cron jobs in ruby.
Whenever in action
TESTING
Whenever in action
TESTING
Whenever in action
TESTING
gem 'faker'
TESTING
gem 'faker'
TESTING
A library for generating fake data such as
names, addresses, and phone numbers.
Faker in action
TESTING
Faker in action
TESTING
AUTHENTICATION
AUTHORIZATION
gem 'cancan'
AUTHENTICATION / AUTHORIZATION
gem 'cancan'
AUTHENTICATION / AUTHORIZATION
CanCan is an authorization library for Ruby
on Rails which restricts what resources a
given user is allowed to access.
CanCan in action
AUTHENTICATION / AUTHORIZATION
CanCan in action
AUTHENTICATION / AUTHORIZATION
gem 'devise'
AUTHENTICATION / AUTHORIZATION
gem 'devise'
AUTHENTICATION / AUTHORIZATION
Devise is a flexible authentication solution
for Rails.
Devise in action
AUTHENTICATION / AUTHORIZATION
Devise in action
AUTHENTICATION / AUTHORIZATION
UPLOADS
MANAGEMENT
gem 'paperclip'
UPLOADS MANAGEMENT
gem 'paperclip'
UPLOADS MANAGEMENT
Paperclip is intended as an easy file
attachment library for Active Record.
Paperclip in action
UPLOADS MANAGEMENT
Paperclip in action
UPLOADS MANAGEMENT
DEPLOY
gem 'capistrano'
DEPLOY
gem 'capistrano'
DEPLOY
A remote server automation and
deployment tool.
Capistrano in action
DEPLOY
Capistrano in action
DEPLOY
$ cap deploy
Capistrano in action
DEPLOY
… and the other gems we love
bourbon
capybara-webkit
carrierwave
database_cleaner
date_validator
dragonfly
email_validator
friendly_id
geocoder
inherited_resources
neat
nested_form
omniauth
pry
recipient_interceptor
showcase
simplecov
slim-rails
zeus
Pizza Time!
04/11/2013
Filippo Gangi Dino @mukkoo
Fabrizio Monti @delphaber
weLaika @welaika dev.welaika.com
What are your
gem(s), boys?
And now

More Related Content

What's hot

Coffee script final
Coffee script finalCoffee script final
Coffee script final
priyankazope
 

What's hot (20)

Day 8 - jRuby
Day 8 - jRubyDay 8 - jRuby
Day 8 - jRuby
 
Domain Driven Rails
Domain Driven RailsDomain Driven Rails
Domain Driven Rails
 
Introduction to jOOQ
Introduction to jOOQIntroduction to jOOQ
Introduction to jOOQ
 
Back to the future: Isomorphic javascript applications
Back to the future:  Isomorphic javascript applicationsBack to the future:  Isomorphic javascript applications
Back to the future: Isomorphic javascript applications
 
RubyConf China 2015 - Rails off assets pipeline
RubyConf China 2015 - Rails off assets pipelineRubyConf China 2015 - Rails off assets pipeline
RubyConf China 2015 - Rails off assets pipeline
 
An Introduction to jOOQ
An Introduction to jOOQAn Introduction to jOOQ
An Introduction to jOOQ
 
Coffee script final
Coffee script finalCoffee script final
Coffee script final
 
Parsing and Rewriting Ruby Templates
Parsing and Rewriting Ruby TemplatesParsing and Rewriting Ruby Templates
Parsing and Rewriting Ruby Templates
 
Introduction to Coffeescript
Introduction to CoffeescriptIntroduction to Coffeescript
Introduction to Coffeescript
 
ExpertTalks Manchester September 2018
ExpertTalks Manchester September 2018ExpertTalks Manchester September 2018
ExpertTalks Manchester September 2018
 
Namespace less engine
Namespace less engineNamespace less engine
Namespace less engine
 
Challenges of moving a java team to scala
Challenges of moving a java team to scalaChallenges of moving a java team to scala
Challenges of moving a java team to scala
 
What I wish I knew about maven years ago
What I wish I knew about maven years agoWhat I wish I knew about maven years ago
What I wish I knew about maven years ago
 
Herding a Cat with Antlers - Catalyst 5.80
Herding a Cat with Antlers - Catalyst 5.80Herding a Cat with Antlers - Catalyst 5.80
Herding a Cat with Antlers - Catalyst 5.80
 
Next generation frontend tooling
Next generation frontend toolingNext generation frontend tooling
Next generation frontend tooling
 
Migrate PHP E-Commerce Site to Go
Migrate PHP E-Commerce Site to GoMigrate PHP E-Commerce Site to Go
Migrate PHP E-Commerce Site to Go
 
Why use Go for web development?
Why use Go for web development?Why use Go for web development?
Why use Go for web development?
 
Taking Micronaut out for a spin
Taking Micronaut out for a spinTaking Micronaut out for a spin
Taking Micronaut out for a spin
 
Marrying angular rails
Marrying angular railsMarrying angular rails
Marrying angular rails
 
Day 9 - PostgreSQL Application Architecture
Day 9 - PostgreSQL Application ArchitectureDay 9 - PostgreSQL Application Architecture
Day 9 - PostgreSQL Application Architecture
 

Viewers also liked

shailaja_profile
shailaja_profileshailaja_profile
shailaja_profile
shailarego
 
[JAM 1.0] Паттерны и антипаттерны дизайна (или что скрывается на сайте artleb...
[JAM 1.0] Паттерны и антипаттерны дизайна (или что скрывается на сайте artleb...[JAM 1.0] Паттерны и антипаттерны дизайна (или что скрывается на сайте artleb...
[JAM 1.0] Паттерны и антипаттерны дизайна (или что скрывается на сайте artleb...
Evgeny Kaziak
 
[JAM 1.2] Mobile Sensors (Paul Malikov)
[JAM 1.2] Mobile Sensors (Paul Malikov)[JAM 1.2] Mobile Sensors (Paul Malikov)
[JAM 1.2] Mobile Sensors (Paul Malikov)
Evgeny Kaziak
 
Canon 5dmkii
Canon 5dmkiiCanon 5dmkii
Canon 5dmkii
cleyfley
 
Raz 9 2009-web (1)
Raz 9 2009-web (1)Raz 9 2009-web (1)
Raz 9 2009-web (1)
denislav4o
 
Prelims with answers
Prelims with answersPrelims with answers
Prelims with answers
Arnav Sharma
 

Viewers also liked (15)

shailaja_profile
shailaja_profileshailaja_profile
shailaja_profile
 
Learning how to learn - Topics
Learning how to learn - TopicsLearning how to learn - Topics
Learning how to learn - Topics
 
Химикали използвани при хидравличното разбиване (при проучвания и добив на ши...
Химикали използвани при хидравличното разбиване (при проучвания и добив на ши...Химикали използвани при хидравличното разбиване (при проучвания и добив на ши...
Химикали използвани при хидравличното разбиване (при проучвания и добив на ши...
 
Jesus raises lazarus
Jesus raises lazarusJesus raises lazarus
Jesus raises lazarus
 
Jquery, write less do more by weLaika
Jquery, write less do more by weLaikaJquery, write less do more by weLaika
Jquery, write less do more by weLaika
 
[JAM 1.0] Паттерны и антипаттерны дизайна (или что скрывается на сайте artleb...
[JAM 1.0] Паттерны и антипаттерны дизайна (или что скрывается на сайте artleb...[JAM 1.0] Паттерны и антипаттерны дизайна (или что скрывается на сайте artleb...
[JAM 1.0] Паттерны и антипаттерны дизайна (или что скрывается на сайте artleb...
 
[JAM 1.2] Mobile Sensors (Paul Malikov)
[JAM 1.2] Mobile Sensors (Paul Malikov)[JAM 1.2] Mobile Sensors (Paul Malikov)
[JAM 1.2] Mobile Sensors (Paul Malikov)
 
Canon 5dmkii
Canon 5dmkiiCanon 5dmkii
Canon 5dmkii
 
Raz 9 2009-web (1)
Raz 9 2009-web (1)Raz 9 2009-web (1)
Raz 9 2009-web (1)
 
Prelims with answers
Prelims with answersPrelims with answers
Prelims with answers
 
Quiz prelims
Quiz prelimsQuiz prelims
Quiz prelims
 
Media Speak on AdvertisementIndia
Media Speak on AdvertisementIndiaMedia Speak on AdvertisementIndia
Media Speak on AdvertisementIndia
 
Wordpress Workflow
Wordpress Workflow Wordpress Workflow
Wordpress Workflow
 
Wordless, stop writing WordPress themes like it's 1998
Wordless, stop writing WordPress themes like it's 1998Wordless, stop writing WordPress themes like it's 1998
Wordless, stop writing WordPress themes like it's 1998
 
Agile Wordpress
Agile WordpressAgile Wordpress
Agile Wordpress
 

Similar to Gemboys

Ruby and Rails short motivation
Ruby and Rails short motivationRuby and Rails short motivation
Ruby and Rails short motivation
jistr
 
Functional Scala 2022 - scalajs Alexis.pdf
Functional Scala 2022 - scalajs Alexis.pdfFunctional Scala 2022 - scalajs Alexis.pdf
Functional Scala 2022 - scalajs Alexis.pdf
ssusercd195b
 
Rails Presentation (Anton Dmitriyev)
Rails Presentation (Anton Dmitriyev)Rails Presentation (Anton Dmitriyev)
Rails Presentation (Anton Dmitriyev)
True-Vision
 

Similar to Gemboys (20)

Ruby On Rails
Ruby On RailsRuby On Rails
Ruby On Rails
 
Surviving Serverless Testing: The ultimate Guide
Surviving Serverless Testing: The ultimate GuideSurviving Serverless Testing: The ultimate Guide
Surviving Serverless Testing: The ultimate Guide
 
Exploring Ruby on Rails and PostgreSQL
Exploring Ruby on Rails and PostgreSQLExploring Ruby on Rails and PostgreSQL
Exploring Ruby on Rails and PostgreSQL
 
Solid And Sustainable Development in Scala
Solid And Sustainable Development in ScalaSolid And Sustainable Development in Scala
Solid And Sustainable Development in Scala
 
Merb For The Enterprise
Merb For The EnterpriseMerb For The Enterprise
Merb For The Enterprise
 
Ruby on Rails Presentation
Ruby on Rails PresentationRuby on Rails Presentation
Ruby on Rails Presentation
 
Solid and Sustainable Development in Scala
Solid and Sustainable Development in ScalaSolid and Sustainable Development in Scala
Solid and Sustainable Development in Scala
 
Ruby and Rails short motivation
Ruby and Rails short motivationRuby and Rails short motivation
Ruby and Rails short motivation
 
Practical WebAssembly with Apex, wasmRS, and nanobus
Practical WebAssembly with Apex, wasmRS, and nanobusPractical WebAssembly with Apex, wasmRS, and nanobus
Practical WebAssembly with Apex, wasmRS, and nanobus
 
Functional Scala 2022 - scalajs Alexis.pdf
Functional Scala 2022 - scalajs Alexis.pdfFunctional Scala 2022 - scalajs Alexis.pdf
Functional Scala 2022 - scalajs Alexis.pdf
 
Wider than rails
Wider than railsWider than rails
Wider than rails
 
Ruby on Rails - An overview
Ruby on Rails -  An overviewRuby on Rails -  An overview
Ruby on Rails - An overview
 
Rails Vs CakePHP
Rails Vs CakePHPRails Vs CakePHP
Rails Vs CakePHP
 
Ruby on rails
Ruby on railsRuby on rails
Ruby on rails
 
Ruby on Rails
Ruby on RailsRuby on Rails
Ruby on Rails
 
Serverless in production, an experience report (Going Serverless)
Serverless in production, an experience report (Going Serverless)Serverless in production, an experience report (Going Serverless)
Serverless in production, an experience report (Going Serverless)
 
Viridians on Rails
Viridians on RailsViridians on Rails
Viridians on Rails
 
RubyEnRails2007 - Dr Nic Williams - Keynote
RubyEnRails2007 - Dr Nic Williams - KeynoteRubyEnRails2007 - Dr Nic Williams - Keynote
RubyEnRails2007 - Dr Nic Williams - Keynote
 
Rails Presentation (Anton Dmitriyev)
Rails Presentation (Anton Dmitriyev)Rails Presentation (Anton Dmitriyev)
Rails Presentation (Anton Dmitriyev)
 
Practical JRuby
Practical JRubyPractical JRuby
Practical JRuby
 

Recently uploaded

JustNaik Solution Deck (stage bus sector)
JustNaik Solution Deck (stage bus sector)JustNaik Solution Deck (stage bus sector)
JustNaik Solution Deck (stage bus sector)
Max Lee
 
AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...
AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...
AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...
Alluxio, Inc.
 

Recently uploaded (20)

WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
 
Top Mobile App Development Companies 2024
Top Mobile App Development Companies 2024Top Mobile App Development Companies 2024
Top Mobile App Development Companies 2024
 
Agnieszka Andrzejewska - BIM School Course in Kraków
Agnieszka Andrzejewska - BIM School Course in KrakówAgnieszka Andrzejewska - BIM School Course in Kraków
Agnieszka Andrzejewska - BIM School Course in Kraków
 
JustNaik Solution Deck (stage bus sector)
JustNaik Solution Deck (stage bus sector)JustNaik Solution Deck (stage bus sector)
JustNaik Solution Deck (stage bus sector)
 
A Guideline to Gorgias to to Re:amaze Data Migration
A Guideline to Gorgias to to Re:amaze Data MigrationA Guideline to Gorgias to to Re:amaze Data Migration
A Guideline to Gorgias to to Re:amaze Data Migration
 
AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...
AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...
AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...
 
GraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysisGraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysis
 
Facemoji Keyboard released its 2023 State of Emoji report, outlining the most...
Facemoji Keyboard released its 2023 State of Emoji report, outlining the most...Facemoji Keyboard released its 2023 State of Emoji report, outlining the most...
Facemoji Keyboard released its 2023 State of Emoji report, outlining the most...
 
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
 
Corporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMSCorporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMS
 
Accelerate Enterprise Software Engineering with Platformless
Accelerate Enterprise Software Engineering with PlatformlessAccelerate Enterprise Software Engineering with Platformless
Accelerate Enterprise Software Engineering with Platformless
 
top nidhi software solution freedownload
top nidhi software solution freedownloadtop nidhi software solution freedownload
top nidhi software solution freedownload
 
SOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBrokerSOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBroker
 
How to install and activate eGrabber JobGrabber
How to install and activate eGrabber JobGrabberHow to install and activate eGrabber JobGrabber
How to install and activate eGrabber JobGrabber
 
Abortion ^Clinic ^%[+971588192166''] Abortion Pill Al Ain (?@?) Abortion Pill...
Abortion ^Clinic ^%[+971588192166''] Abortion Pill Al Ain (?@?) Abortion Pill...Abortion ^Clinic ^%[+971588192166''] Abortion Pill Al Ain (?@?) Abortion Pill...
Abortion ^Clinic ^%[+971588192166''] Abortion Pill Al Ain (?@?) Abortion Pill...
 
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
 
Using IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New ZealandUsing IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New Zealand
 
Crafting the Perfect Measurement Sheet with PLM Integration
Crafting the Perfect Measurement Sheet with PLM IntegrationCrafting the Perfect Measurement Sheet with PLM Integration
Crafting the Perfect Measurement Sheet with PLM Integration
 
Benefits of Employee Monitoring Software
Benefits of  Employee Monitoring SoftwareBenefits of  Employee Monitoring Software
Benefits of Employee Monitoring Software
 
iGaming Platform & Lottery Solutions by Skilrock
iGaming Platform & Lottery Solutions by SkilrockiGaming Platform & Lottery Solutions by Skilrock
iGaming Platform & Lottery Solutions by Skilrock
 

Gemboys