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
330
extend rails application by rails engine
tsechingho
December 08, 2012
Tweet
Share
More Decks by tsechingho
See All by tsechingho
搞懂 React 和 Rails 作為前後端分離夥伴的麻煩事
tsechingho
0
200
Rails 前後端分離方案的良好作法與利弊分析
tsechingho
0
130
有效結構化你的 Rails 專案
tsechingho
0
210
Suit up for frontend and backend development
tsechingho
2
240
gem 'webpack-rails'
tsechingho
0
300
ReactJS and Webpack for Rails
tsechingho
8
760
Ruby on bioinformatics
tsechingho
1
800
ajax nested form and ajax upload in rails
tsechingho
2
850
Other Decks in Programming
See All in Programming
Playwrightはどのようにクロスブラウザをサポートしているのか
yotahada3
7
2.3k
GitHub Actions × AWS OIDC連携の仕組みと経緯を理解する
ota1022
0
240
Чего вы не знали о строках в Python – Василий Рябов, PythoNN
sobolevn
0
160
株式会社 Sun terras カンパニーデック
sunterras
0
230
タスクの特性や不確実性に応じた最適な作業スタイルの選択(ペアプロ・モブプロ・ソロプロ)と実践 / Optimal Work Style Selection: Pair, Mob, or Solo Programming.
honyanya
3
140
ソフトウェア設計の実践的な考え方
masuda220
PRO
3
490
CSC305 Lecture 03
javiergs
PRO
0
230
私達はmodernize packageに夢を見るか feat. go/analysis, go/ast / Go Conference 2025
kaorumuta
2
490
エンジニアとして高みを目指す、 利益を生み出す設計の考え方 / design-for-profit
minodriven
23
12k
『毎日の移動』を支えるGoバックエンド内製開発
yutautsugi
2
190
monorepo の Go テストをはやくした〜い!~最小の依存解決への道のり~ / faster-testing-of-monorepos
convto
2
400
CSC509 Lecture 03
javiergs
PRO
0
330
Featured
See All Featured
What's in a price? How to price your products and services
michaelherold
246
12k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Docker and Python
trallard
46
3.6k
Visualization
eitanlees
148
16k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
610
How to Ace a Technical Interview
jacobian
280
24k
A Modern Web Designer's Workflow
chriscoyier
697
190k
The Power of CSS Pseudo Elements
geoffreycrofte
79
6k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Scaling GitHub
holman
463
140k
Speed Design
sergeychernyshev
32
1.1k
Statistics for Hackers
jakevdp
799
220k
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