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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
tsechingho
December 08, 2012
Programming
350
0
Share
extend rails application by rails engine
tsechingho
December 08, 2012
More Decks by tsechingho
See All by tsechingho
搞懂 React 和 Rails 作為前後端分離夥伴的麻煩事
tsechingho
0
260
Rails 前後端分離方案的良好作法與利弊分析
tsechingho
0
170
有效結構化你的 Rails 專案
tsechingho
0
250
Suit up for frontend and backend development
tsechingho
2
250
gem 'webpack-rails'
tsechingho
0
330
ReactJS and Webpack for Rails
tsechingho
8
800
Ruby on bioinformatics
tsechingho
1
950
ajax nested form and ajax upload in rails
tsechingho
2
870
Other Decks in Programming
See All in Programming
色即是空、空即是色、データサイエンス
kamoneggi
1
180
1人1案件のプロダクトエンジニア時代に、"プロセス監督"としてチャレンジしたこと
non0113
0
310
不変条件と整合性境界—ビジネスが決める設計判断と実現パターン / Invariants and Consistency Boundaries
nrslib
6
1.4k
密結合なバックエンドから TypeScript のコードを生成する
kemuridama
1
340
inferと仲良くなる10分間
ryokatsuse
1
250
SkillsをS3 Filesに置く時のあれこれ
watany
4
1.8k
Inside Stream API
skrb
1
160
Stage 3 Decorators でできること / できないこと / TSKaigi 2026
susisu
1
1k
自動レビューエンジンの実装と運用 ~レビューのない世界へ~
kurukuru1999
2
250
脅威をエンジニアリングの糧にして――現場編 / Turning Threats into Engineering Fuel — Field Edition
nrslib
0
140
TSKaigi2026-静的解析への投資がAI時代のコード品質を支える ── カスタムESLintルールの設計と運用
hayatokudou
6
1.1k
Agentic UI beyond Chats Architecture Patterns & Open Standards @ngMunich 05/2026
manfredsteyer
PRO
0
140
Featured
See All Featured
Unsuck your backbone
ammeep
672
58k
How to make the Groovebox
asonas
2
2.2k
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
540
Un-Boring Meetings
codingconduct
0
300
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
35
2.4k
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
160
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
4k
Money Talks: Using Revenue to Get Sh*t Done
nikkihalliwell
0
230
The Pragmatic Product Professional
lauravandoore
37
7.3k
The SEO Collaboration Effect
kristinabergwall1
1
460
Leveraging Curiosity to Care for An Aging Population
cassininazir
1
240
A designer walks into a library…
pauljervisheath
211
24k
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