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
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
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
要求定義・仕様記述・設計・検証の手引き - 理論から学ぶ明確で統一された成果物定義
orgachem
PRO
20
10k
AI時代でも変わらない技術コミュニティの力~10年続く“ゆるい”つながりが生み出す価値
n_takehata
2
620
CSC307 Lecture 12
javiergs
PRO
0
460
Claude Code、ちょっとした工夫で開発体験が変わる
tigertora7571
0
200
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
13
7.5k
CSC307 Lecture 10
javiergs
PRO
1
690
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
160
CSC307 Lecture 15
javiergs
PRO
0
220
AIコーディングの理想と現実 2026 | AI Coding: Expectations vs. Reality 2026
tomohisa
0
970
米国のサイバーセキュリティタイムラインと見る Goの暗号パッケージの進化
tomtwinkle
2
410
20260228_JAWS_Beginner_Kansai
takuyay0ne
5
440
Featured
See All Featured
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
130
The Power of CSS Pseudo Elements
geoffreycrofte
82
6.2k
BBQ
matthewcrist
89
10k
How to optimise 3,500 product descriptions for ecommerce in one day using ChatGPT
katarinadahlin
PRO
1
3.5k
The browser strikes back
jonoalderson
0
760
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
370
Navigating Weather and Climate Data
rabernat
0
130
We Have a Design System, Now What?
morganepeng
55
8k
Paper Plane (Part 1)
katiecoart
PRO
0
5.1k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.4k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
2.3k
The Spectacular Lies of Maps
axbom
PRO
1
580
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