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
0
320
extend rails application by rails engine
tsechingho
December 08, 2012
Tweet
Share
More Decks by tsechingho
See All by tsechingho
搞懂 React 和 Rails 作為前後端分離夥伴的麻煩事
tsechingho
0
190
Rails 前後端分離方案的良好作法與利弊分析
tsechingho
0
120
有效結構化你的 Rails 專案
tsechingho
0
200
Suit up for frontend and backend development
tsechingho
2
230
gem 'webpack-rails'
tsechingho
0
290
ReactJS and Webpack for Rails
tsechingho
8
750
Ruby on bioinformatics
tsechingho
1
750
ajax nested form and ajax upload in rails
tsechingho
2
840
Other Decks in Programming
See All in Programming
データの民主化を支える、透明性のあるデータ利活用への挑戦 2025-06-25 Database Engineering Meetup#7
y_ken
0
290
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
140
Gleamという選択肢
comamoca
6
750
iOSアプリ開発で 関数型プログラミングを実現する The Composable Architectureの紹介
yimajo
2
210
Railsアプリケーションと パフォーマンスチューニング ー 秒間5万リクエストの モバイルオーダーシステムを支える事例 ー Rubyセミナー 大阪
falcon8823
3
820
AWS CDKの推しポイント 〜CloudFormationと比較してみた〜
akihisaikeda
3
300
A2A プロトコルを試してみる
azukiazusa1
2
940
つよそうにふるまい、つよい成果を出すのなら、つよいのかもしれない
irof
1
300
データベースコネクションプール(DBCP)の変遷と理解
fujikawa8
1
270
アンドパッドの Go 勉強会「 gopher 会」とその内容の紹介
andpad
0
250
GraphRAGの仕組みまるわかり
tosuri13
7
470
PostgreSQLのRow Level SecurityをPHPのORMで扱う Eloquent vs Doctrine #phpcon #track2
77web
1
170
Featured
See All Featured
Writing Fast Ruby
sferik
628
61k
How to train your dragon (web standard)
notwaldorf
92
6.1k
Docker and Python
trallard
44
3.4k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.8k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
660
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Into the Great Unknown - MozCon
thekraken
39
1.9k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Designing Experiences People Love
moore
142
24k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
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