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
extend rails application by rails engine
Search
tsechingho
December 08, 2012
Programming
360
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
extend rails application by rails engine
tsechingho
December 08, 2012
More Decks by tsechingho
See All by tsechingho
搞懂 React 和 Rails 作為前後端分離夥伴的麻煩事
tsechingho
0
290
Rails 前後端分離方案的良好作法與利弊分析
tsechingho
0
190
有效結構化你的 Rails 專案
tsechingho
0
260
Suit up for frontend and backend development
tsechingho
2
260
gem 'webpack-rails'
tsechingho
0
350
ReactJS and Webpack for Rails
tsechingho
8
800
Ruby on bioinformatics
tsechingho
1
970
ajax nested form and ajax upload in rails
tsechingho
2
870
Other Decks in Programming
See All in Programming
仕様書を書く前にハーネスを作る - Agent Native開発は「探索を速く、判定を固く」
gotalab555
4
1.7k
為什麼你並不需要ViewModel / No, you don't need a ViewModel
lovee
1
500
Dockerfile CMD for Node.js
grazie1999
0
110
夏だ!祭りだ!祭りとはドメインモデリングでは?
ryugen04
0
340
Hono + Inertia + React で LP を構築した話
oukayuka
2
110
「つくるAI」だけではバグは見つからない ~テストに必要な「見つけるAI」を分離させる戦略~
mfunaki
0
120
源内ハンズオン概要編
hideg
0
200
jsmini JavaScript Engine を作ってみた話
yosuke_furukawa
PRO
0
350
「寝てても仕事が進む」Claude Codeで組む第二の脳
tomoyafujita2016
0
350
ソフトウェアエンジニアにとっての生成AI - 特性を知って使い倒す / generative ai for software enginner
kishida
7
2k
属人化した知識を、 AIが辿れる地図にする
pkshadeck
PRO
1
200
freeeにおけるEvalsの実践例の紹介
freee
PRO
0
130
Featured
See All Featured
Deep Space Network (abreviated)
tonyrice
0
260
Context Engineering - Making Every Token Count
addyosmani
9
1.1k
How to Get Subject Matter Experts Bought In and Actively Contributing to SEO & PR Initiatives.
livdayseo
0
170
Odyssey Design
rkendrick25
PRO
2
770
Tips & Tricks on How to Get Your First Job In Tech
honzajavorek
1
700
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
480
Everyday Curiosity
cassininazir
0
290
A Guide to Academic Writing Using Generative AI - A Workshop
ks91
PRO
1
380
YesSQL, Process and Tooling at Scale
rocio
174
15k
We Have a Design System, Now What?
morganepeng
55
8.3k
Collaborative Software Design: How to facilitate domain modelling decisions
baasie
1
280
How to build a perfect <img>
jonoalderson
1
5.9k
Transcript
extend rails application by rails engine Tse-Ching Ho 何澤清 2012-12-08
rubyconf.tw lightening talk
Nothing new
bundle gem bundle gem simple-pages-rails
rails plugin rails plugin new simple-pages-rails -- mountable -d mysql
-T --dummy-path=spec/ dummy
rails template rails new -m ~/codes/pages_template.rb thor http://rdoc.info/github/wycats/thor
Rails app builder rails new -b ~/codes/pages_builder.rb thor http://rdoc.info/github/wycats/thor Rails::AppBuilder
http://api.rubyonrails.org/classes/Rails/AppBuilder.html
something different
rails assets gem chosen-rails https://github.com/tsechingho/chosen-rails ckeditor-rails https://github.com/tsechingho/ckeditor-rails icomoon-rails https://github.com/tsechingho/icomoon-rails
bootstrap http://twitter.github.com/bootstrap/ Do we still need to design all things
by self?
rails themes gem copyright! be public? require front-end & back-end
themes not only css & javascript
rails themes gem Buy a designed theme http://themeforest.net/browse/tags/default/bootstrap Create a
PRIVATE themes gem Add to your gem file Customize application
rails themes gem rails-theme-helper https://github.com/tsechingho/rails-theme-helper simple-pages-rails https://github.com/tsechingho/simple-pages-rails we need more!
something fun
rails archer rails new theme_demo --themes ~/codes/ themes.yml rails-archer shoot
new birds --with ~/codes/bows.yml https://github.com/tsechingho/rails-archer soon!
rails xxx gem any subsystems since beginning stage monitor packages
analysis packages map packages EC packages
END