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
0
340
extend rails application by rails engine
tsechingho
December 08, 2012
Tweet
Share
More Decks by tsechingho
See All by tsechingho
搞懂 React 和 Rails 作為前後端分離夥伴的麻煩事
tsechingho
0
240
Rails 前後端分離方案的良好作法與利弊分析
tsechingho
0
150
有效結構化你的 Rails 專案
tsechingho
0
230
Suit up for frontend and backend development
tsechingho
2
250
gem 'webpack-rails'
tsechingho
0
320
ReactJS and Webpack for Rails
tsechingho
8
790
Ruby on bioinformatics
tsechingho
1
930
ajax nested form and ajax upload in rails
tsechingho
2
860
Other Decks in Programming
See All in Programming
PJのドキュメントを全部Git管理にしたら、一番喜んだのはAIだった
nanaism
0
230
ベクトル検索のフィルタを用いた機械学習モデルとの統合 / python-meetup-fukuoka-06-vector-attr
monochromegane
2
280
あなたはユーザーではない #PdENight
kajitack
4
300
CSC307 Lecture 13
javiergs
PRO
0
310
Go1.26 go fixをプロダクトに適用して困ったこと
kurakura0916
0
320
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
270
CSC307 Lecture 14
javiergs
PRO
0
450
AI時代でも変わらない技術コミュニティの力~10年続く“ゆるい”つながりが生み出す価値
n_takehata
2
610
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
13
7.5k
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
350
2026/02/04 AIキャラクター人格の実装論 口 調の模倣から、コンテキスト制御による 『思想』と『行動』の創発へ
sr2mg4
0
680
SourceGeneratorのマーカー属性問題について
htkym
0
130
Featured
See All Featured
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
1
68
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.3k
Building a Modern Day E-commerce SEO Strategy
aleyda
45
8.8k
Believing is Seeing
oripsolob
1
68
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Abbi's Birthday
coloredviolet
2
5.1k
Practical Orchestrator
shlominoach
191
11k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
470
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
0
2.4k
Rebuilding a faster, lazier Slack
samanthasiow
85
9.4k
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
310
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