SlideShare a Scribd company logo
Ruby on Rails
Course
By @AlSayedGamal
File/image Upload, delayed
background jobs and I18n
Day 7
Agenda
Paperclip and file/image upload
ActiveJob (delayed_job, resque,
sidkiq)
i18n
Install and use
paperclip
[Gemfile]gem "paperclip", "~> 4.3”
[Model.rb]

has_attached_file :avatar, styles: { medium: "300x300>", thumb:
"100x100>" }, default_url: "/images/:style/missing.png"
[Model.rb] #Validation

validates_attachment_content_type :avatar, content_type: /
Aimage/.*Z/
[Migration] add_attachment :<model>, :avatar

remove_attachment :users, :avatar
[view] = image_tag object.avatar.url(:version)

Example: = image_tag @user.avatar.url(:medium)
I18n
locale/en.yml and t()
I18n.locale
default_url_options
scope routes to locale
I18n
en:
someview
key: “value”
activerecord:
models:
user: “Dude”
attributes:
user:
login: "Handle"
= t(‘someview.key’) #value
= t(‘.key’) #value *
= User.model_name.human #Dude
= User.human_attribute_name("login")
#handle
* = if same view
en.yml view.haml
Sidekiq
background jobs that works
Delayed /
Background Job
Sidekiq Vs resque
redis
nexmo
thread safety
[routes.rb]

require 'sidekiq/web'

mount Sidekiq::Web, at: '/sidekiq'
BackgroundREST

Using Unirest
HTTP request can take some time.
gem ‘unirest’
response = Unirest.get “<apiurl>”,

headers:{"X-Mashape-Key" =>
"APIKEY",

"Accept" => “application/json"}

parameters:{key: value}
Thank you!

More Related Content

What's hot (18)

PDF
Intro to emberjs
Mandy Pao
 
PPTX
3. react - native: component
Govind Prasad Gupta
 
PPTX
The Chaos Tools Suite
merlinofchaos
 
ODP
BackboneJS and friends
Scott Cowan
 
KEY
Leveraging the Chaos tool suite for module development
zroger
 
PPTX
Getting Started with Angular JS
Akshay Mathur
 
KEY
Rails + Sencha = Netzke
beffa
 
PDF
2013 - Nate Abele Wield AngularJS like a Pro
PHP Conference Argentina
 
PPTX
Languages and tools for web programming
Alamelu
 
PPTX
Migrate yourself. code -> module -> mind
Valentine Matsveiko
 
PPTX
Getting into ember.js
reybango
 
PDF
Sightly - AEM6 UI Development using JS and JAVA
Yash Mody
 
PPT
jQuery and AJAX with Rails
Alan Hecht
 
PPT
Web&java. jsp
Asya Dudnik
 
PDF
Sencha Roadshow 2017: Build Progressive Web Apps with Ext JS and Cmd
Sencha
 
PDF
Backbone.js
Ivano Malavolta
 
PPTX
Maven II
princeirfancivil
 
PDF
jQuery and Rails: Best Friends Forever
stephskardal
 
Intro to emberjs
Mandy Pao
 
3. react - native: component
Govind Prasad Gupta
 
The Chaos Tools Suite
merlinofchaos
 
BackboneJS and friends
Scott Cowan
 
Leveraging the Chaos tool suite for module development
zroger
 
Getting Started with Angular JS
Akshay Mathur
 
Rails + Sencha = Netzke
beffa
 
2013 - Nate Abele Wield AngularJS like a Pro
PHP Conference Argentina
 
Languages and tools for web programming
Alamelu
 
Migrate yourself. code -> module -> mind
Valentine Matsveiko
 
Getting into ember.js
reybango
 
Sightly - AEM6 UI Development using JS and JAVA
Yash Mody
 
jQuery and AJAX with Rails
Alan Hecht
 
Web&java. jsp
Asya Dudnik
 
Sencha Roadshow 2017: Build Progressive Web Apps with Ext JS and Cmd
Sencha
 
Backbone.js
Ivano Malavolta
 
jQuery and Rails: Best Friends Forever
stephskardal
 

Similar to Rails course day 7 (20)

PDF
QConSP 2015 - Dicas de Performance para Aplicações Web
Fabio Akita
 
PPTX
Getting started with rails active storage wae
Bishal Khanal
 
DOC
File uploading through paperclip in rails 3.x
Andolasoft Inc
 
PDF
09 - express nodes on the right angle - vitaliy basyuk - it event 2013 (5)
Igor Bronovskyy
 
PDF
Django cheat sheet
Lam Hoang
 
PDF
Building a Dynamic Website Using Django
Nathan Eror
 
PPT
javascript examples
Egerton University
 
PPTX
Rapid prototyping and easy testing with ember cli mirage
Krzysztof Bialek
 
PDF
Django Vs Rails
Sérgio Santos
 
PDF
Spring first in Magnolia CMS - Spring I/O 2015
Tobias Mattsson
 
PPTX
Angular Data Binding
Jennifer Estrada
 
PDF
Angular JS2 Training Session #2
Paras Mendiratta
 
PDF
Voorhoede - Front-end architecture
Jasper Moelker
 
PDF
A Gentle Introduction to Angular Schematics - Devoxx Belgium 2019
Matt Raible
 
PDF
Introduction to Django
Joaquim Rocha
 
PDF
Heroku pop-behind-the-sense
Ben Lin
 
PDF
A Gentle Introduction to Angular Schematics - Angular SF 2019
Matt Raible
 
PPTX
Python Code Camp for Professionals 1/4
DEVCON
 
PDF
Use Angular Schematics to Simplify Your Life - Develop Denver 2019
Matt Raible
 
PDF
Angular 2 Essential Training
Patrick Schroeder
 
QConSP 2015 - Dicas de Performance para Aplicações Web
Fabio Akita
 
Getting started with rails active storage wae
Bishal Khanal
 
File uploading through paperclip in rails 3.x
Andolasoft Inc
 
09 - express nodes on the right angle - vitaliy basyuk - it event 2013 (5)
Igor Bronovskyy
 
Django cheat sheet
Lam Hoang
 
Building a Dynamic Website Using Django
Nathan Eror
 
javascript examples
Egerton University
 
Rapid prototyping and easy testing with ember cli mirage
Krzysztof Bialek
 
Django Vs Rails
Sérgio Santos
 
Spring first in Magnolia CMS - Spring I/O 2015
Tobias Mattsson
 
Angular Data Binding
Jennifer Estrada
 
Angular JS2 Training Session #2
Paras Mendiratta
 
Voorhoede - Front-end architecture
Jasper Moelker
 
A Gentle Introduction to Angular Schematics - Devoxx Belgium 2019
Matt Raible
 
Introduction to Django
Joaquim Rocha
 
Heroku pop-behind-the-sense
Ben Lin
 
A Gentle Introduction to Angular Schematics - Angular SF 2019
Matt Raible
 
Python Code Camp for Professionals 1/4
DEVCON
 
Use Angular Schematics to Simplify Your Life - Develop Denver 2019
Matt Raible
 
Angular 2 Essential Training
Patrick Schroeder
 
Ad

More from Al Sayed Gamal (20)

PDF
9 patterns of microservices
Al Sayed Gamal
 
PPTX
Elixir introduction
Al Sayed Gamal
 
PDF
Racist syndrome (composition over inheritance)
Al Sayed Gamal
 
PDF
Ionic Hybrid Mobile Application
Al Sayed Gamal
 
PDF
Rails course day 8
Al Sayed Gamal
 
PDF
Rails course day 6
Al Sayed Gamal
 
PDF
Rails course day 5
Al Sayed Gamal
 
PDF
Rails course day 4
Al Sayed Gamal
 
PDF
Rails course day 3
Al Sayed Gamal
 
PDF
Rails course day 2
Al Sayed Gamal
 
PDF
Rails01
Al Sayed Gamal
 
PDF
OpenStack Murano Application Catalog
Al Sayed Gamal
 
PDF
Failfast
Al Sayed Gamal
 
PDF
Git workshop
Al Sayed Gamal
 
PDF
Python Novice to Ninja
Al Sayed Gamal
 
PDF
Web development Hackathon
Al Sayed Gamal
 
PDF
Python novice to ninja
Al Sayed Gamal
 
PDF
Python 45 minutes hangout #3
Al Sayed Gamal
 
PDF
Python 45 minutes Hangouts #4
Al Sayed Gamal
 
PDF
Python45 2
Al Sayed Gamal
 
9 patterns of microservices
Al Sayed Gamal
 
Elixir introduction
Al Sayed Gamal
 
Racist syndrome (composition over inheritance)
Al Sayed Gamal
 
Ionic Hybrid Mobile Application
Al Sayed Gamal
 
Rails course day 8
Al Sayed Gamal
 
Rails course day 6
Al Sayed Gamal
 
Rails course day 5
Al Sayed Gamal
 
Rails course day 4
Al Sayed Gamal
 
Rails course day 3
Al Sayed Gamal
 
Rails course day 2
Al Sayed Gamal
 
OpenStack Murano Application Catalog
Al Sayed Gamal
 
Failfast
Al Sayed Gamal
 
Git workshop
Al Sayed Gamal
 
Python Novice to Ninja
Al Sayed Gamal
 
Web development Hackathon
Al Sayed Gamal
 
Python novice to ninja
Al Sayed Gamal
 
Python 45 minutes hangout #3
Al Sayed Gamal
 
Python 45 minutes Hangouts #4
Al Sayed Gamal
 
Python45 2
Al Sayed Gamal
 
Ad

Recently uploaded (20)

PDF
Generating Union types w/ Static Analysis
K. Matthew Dupree
 
PDF
New Download FL Studio Crack Full Version [Latest 2025]
imang66g
 
PPTX
Employee salary prediction using Machine learning Project template.ppt
bhanuk27082004
 
PDF
Step-by-Step Guide to Install SAP HANA Studio | Complete Installation Tutoria...
SAP Vista, an A L T Z E N Company
 
PPTX
Presentation about Database and Database Administrator
abhishekchauhan86963
 
PPTX
Web Testing.pptx528278vshbuqffqhhqiwnwuq
studylike474
 
PDF
Virtual Threads in Java: A New Dimension of Scalability and Performance
Tier1 app
 
PDF
Enhancing Healthcare RPM Platforms with Contextual AI Integration
Cadabra Studio
 
PPTX
Role Of Python In Programing Language.pptx
jaykoshti048
 
PPTX
classification of computer and basic part of digital computer
ravisinghrajpurohit3
 
PDF
Using licensed Data Loss Prevention (DLP) as a strategic proactive data secur...
Q-Advise
 
PPTX
Presentation about variables and constant.pptx
kr2589474
 
PPTX
Explanation about Structures in C language.pptx
Veeral Rathod
 
PPT
Activate_Methodology_Summary presentatio
annapureddyn
 
PDF
ChatPharo: an Open Architecture for Understanding How to Talk Live to LLMs
ESUG
 
PDF
How to Download and Install ADT (ABAP Development Tools) for Eclipse IDE | SA...
SAP Vista, an A L T Z E N Company
 
PDF
How Agentic AI Networks are Revolutionizing Collaborative AI Ecosystems in 2025
ronakdubey419
 
PDF
Salesforce Implementation Services Provider.pdf
VALiNTRY360
 
PDF
advancepresentationskillshdhdhhdhdhdhhfhf
jasmenrojas249
 
PDF
Summary Of Odoo 18.1 to 18.4 : The Way For Odoo 19
CandidRoot Solutions Private Limited
 
Generating Union types w/ Static Analysis
K. Matthew Dupree
 
New Download FL Studio Crack Full Version [Latest 2025]
imang66g
 
Employee salary prediction using Machine learning Project template.ppt
bhanuk27082004
 
Step-by-Step Guide to Install SAP HANA Studio | Complete Installation Tutoria...
SAP Vista, an A L T Z E N Company
 
Presentation about Database and Database Administrator
abhishekchauhan86963
 
Web Testing.pptx528278vshbuqffqhhqiwnwuq
studylike474
 
Virtual Threads in Java: A New Dimension of Scalability and Performance
Tier1 app
 
Enhancing Healthcare RPM Platforms with Contextual AI Integration
Cadabra Studio
 
Role Of Python In Programing Language.pptx
jaykoshti048
 
classification of computer and basic part of digital computer
ravisinghrajpurohit3
 
Using licensed Data Loss Prevention (DLP) as a strategic proactive data secur...
Q-Advise
 
Presentation about variables and constant.pptx
kr2589474
 
Explanation about Structures in C language.pptx
Veeral Rathod
 
Activate_Methodology_Summary presentatio
annapureddyn
 
ChatPharo: an Open Architecture for Understanding How to Talk Live to LLMs
ESUG
 
How to Download and Install ADT (ABAP Development Tools) for Eclipse IDE | SA...
SAP Vista, an A L T Z E N Company
 
How Agentic AI Networks are Revolutionizing Collaborative AI Ecosystems in 2025
ronakdubey419
 
Salesforce Implementation Services Provider.pdf
VALiNTRY360
 
advancepresentationskillshdhdhhdhdhdhhfhf
jasmenrojas249
 
Summary Of Odoo 18.1 to 18.4 : The Way For Odoo 19
CandidRoot Solutions Private Limited
 

Rails course day 7