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
300
extend rails application by rails engine
tsechingho
December 08, 2012
Tweet
Share
More Decks by tsechingho
See All by tsechingho
搞懂 React 和 Rails 作為前後端分離夥伴的麻煩事
tsechingho
0
150
Rails 前後端分離方案的良好作法與利弊分析
tsechingho
0
110
有效結構化你的 Rails 專案
tsechingho
0
200
Suit up for frontend and backend development
tsechingho
2
200
gem 'webpack-rails'
tsechingho
0
270
ReactJS and Webpack for Rails
tsechingho
8
720
Ruby on bioinformatics
tsechingho
1
700
ajax nested form and ajax upload in rails
tsechingho
2
830
Other Decks in Programming
See All in Programming
AHC041解説
terryu16
0
590
TokyoR116_BeginnersSession1_環境構築
kotatyamtema
0
110
動作確認やテストで漏れがちな観点3選
starfish719
6
1k
ファインディの テックブログ爆誕までの軌跡
starfish719
2
1.1k
CI改善もDatadogとともに
taumu
0
110
時計仕掛けのCompose
mkeeda
1
280
CloudNativePGがCNCF Sandboxプロジェクトになったぞ! 〜CloudNativePGの仕組みの紹介〜
nnaka2992
0
220
一休.com のログイン体験を支える技術 〜Web Components x Vue.js 活用事例と最適化について〜
atsumim
0
110
第3回関東Kaggler会_AtCoderはKaggleの役に立つ
chettub
3
890
JavaScriptツール群「UnJS」を5分で一気に駆け巡る!
k1tikurisu
10
1.8k
Honoのおもしろいミドルウェアをみてみよう
yusukebe
1
200
いりゃあせ、PHPカンファレンス名古屋2025 / Welcome to PHP Conference Nagoya 2025
ttskch
1
270
Featured
See All Featured
It's Worth the Effort
3n
184
28k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Building an army of robots
kneath
302
45k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Being A Developer After 40
akosma
89
590k
Statistics for Hackers
jakevdp
797
220k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
What's in a price? How to price your products and services
michaelherold
244
12k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.1k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.5k
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