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
[JAWS-UG横浜 #80] うわっ…今年のServerless アップデート、少なすぎ…?
maroon1st
1
170
定理証明プラットフォーム lapisla.net
abap34
1
1.7k
個人アプリを2年ぶりにアプデしたから褒めて / I just updated my personal app, praise me!
lovee
0
340
『GO』アプリ バックエンドサーバのコスト削減
mot_techtalk
0
130
Amazon Q Developer Proで効率化するAPI開発入門
seike460
PRO
0
110
XStateを用いた堅牢なReact Components設計~複雑なClient Stateをシンプルに~ @React Tokyo ミートアップ #2
kfurusho
1
770
密集、ドキュメントのコロケーション with AWS Lambda
satoshi256kbyte
0
170
SwiftUI Viewの責務分離
elmetal
PRO
0
140
iOSエンジニアから始める visionOS アプリ開発
nao_randd
3
120
Honoのおもしろいミドルウェアをみてみよう
yusukebe
1
200
Amazon Bedrock Multi Agentsを試してきた
tm2
1
280
CNCF Project の作者が考えている OSS の運営
utam0k
5
690
Featured
See All Featured
Gamification - CAS2011
davidbonilla
80
5.1k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
3
310
Dealing with People You Can't Stand - Big Design 2015
cassininazir
366
25k
RailsConf 2023
tenderlove
29
1k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.3k
KATA
mclloyd
29
14k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2.1k
Writing Fast Ruby
sferik
628
61k
Typedesign – Prime Four
hannesfritz
40
2.5k
What's in a price? How to price your products and services
michaelherold
244
12k
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