Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Active Admin
Search
Julio Lucero
April 05, 2013
Programming
0
410
Active Admin
Presentation about the Gem Active Admin. When use it? When not? A big analysis about this gem.
Julio Lucero
April 05, 2013
Tweet
Share
More Decks by Julio Lucero
See All by Julio Lucero
Amazon as a Servide
julioalucero
0
36
Remix Manifest
julioalucero
0
140
Refactoring Ruby Edition
julioalucero
2
220
Other Decks in Programming
See All in Programming
Team operations that are not burdened by SRE
kazatohiei
1
280
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
380
関数型まつりレポート for JuliaTokai #22
antimon2
0
160
20250628_非エンジニアがバイブコーディングしてみた
ponponmikankan
0
530
WindowInsetsだってテストしたい
ryunen344
1
200
Is Xcode slowly dying out in 2025?
uetyo
1
240
エンジニア向け採用ピッチ資料
inusan
0
170
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
20
3.8k
#QiitaBash MCPのセキュリティ
ryosukedtomita
0
460
NPOでのDevinの活用
codeforeveryone
0
470
すべてのコンテキストを、 ユーザー価値に変える
applism118
2
980
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
1
710
Featured
See All Featured
The Invisible Side of Design
smashingmag
300
51k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.5k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Raft: Consensus for Rubyists
vanstee
140
7k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.2k
Producing Creativity
orderedlist
PRO
346
40k
We Have a Design System, Now What?
morganepeng
53
7.7k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Transcript
Active Admin verdades y secretos de un mundo sin escrúpulos
By Julio Lucero Con la participación especial de Pablo Oldani
Indice 1. Que es active admin? 2. Ejemplos y uso.
3. Active Admin por dentro. 4. Pablo's comentarios 5. Julio's comentarios 6. Sus conclusiones
¿Que es? Es un framework para administrar aplicaciones Rails http://demo.activeadmin.info/admin
Como lo conocí $> rails generate active_admin:install $> rails generate
active_admin:resource Band $> rails generate active_admin:resource Jury $> rails generate active_admin:resource User $> rails generate active_admin:resource Vote
Como lo conocí
Como lo conocí
Un Ejemplo más rebuscado
Un Ejemplo más rebuscado
Active Admin por dentro arbre bourbon devise fastercsv formtastic inherited_resources
jquery-rails kaminari meta_search rails sass 35.000 líneas de código aproximadamente Crea 3 tablas. AdminUser y 2 más
Olvap Slides Porque hay que usar Active Admin....
Porque hay que usar Active Admin.... Porque NO hay que
usar Active Admin Olvap Slides
Porque hay que usar Active Admin.... Porque NO hay que
usar Active Admin Porque a mi me funcionó Active Admin Olvap Slides
Proyecto SIN Active Admin olvap 290 commits / 96,080 ++
/ 37,332 -- eloyesp 195 commits / 10,260 ++ / 9,011 -- Olvap Slides
Proyecto CON Active Admin olvap 135 commits / 6,142 ++
/ 1,601 -- eloyesp 132 commits / 3,728 ++ / 1,265 -- Olvap Slides
Julio's Comentarios • Cliente con Aplicación bien definida
Julio's Comentarios • Cliente con Aplicación bien definida • Mi
StartUp - Minimum viable product (MVP)
Julio's Comentarios • Cliente con Aplicación bien definida • Mi
StartUp - Minimum viable product (MVP) • Aplicación con mucha probabilidad de crecimiento.
None
Conclusiones del público