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
290
extend rails application by rails engine
tsechingho
December 08, 2012
Tweet
Share
More Decks by tsechingho
See All by tsechingho
搞懂 React 和 Rails 作為前後端分離夥伴的麻煩事
tsechingho
0
130
Rails 前後端分離方案的良好作法與利弊分析
tsechingho
0
100
有效結構化你的 Rails 專案
tsechingho
0
190
Suit up for frontend and backend development
tsechingho
2
190
gem 'webpack-rails'
tsechingho
0
260
ReactJS and Webpack for Rails
tsechingho
8
700
Ruby on bioinformatics
tsechingho
1
650
ajax nested form and ajax upload in rails
tsechingho
2
820
Other Decks in Programming
See All in Programming
Why Spring Matters to Jakarta EE - and Vice Versa
ivargrimstad
0
1k
PHP でアセンブリ言語のように書く技術
memory1994
PRO
1
150
Vitest Browser Mode への期待 / Vitest Browser Mode
odanado
PRO
2
2.1k
macOS でできる リアルタイム動画像処理
biacco42
7
2k
Server Driven Compose With Firebase
skydoves
0
410
のびしろを広げる巻き込まれ力:偶然を活かすキャリアの作り方/oso2024
takahashiikki
1
410
RailsのPull requestsのレビューの時に私が考えていること
yahonda
5
2k
Vue.js学習の振り返り
hiro_xre
2
130
Android 15 でアクションバー表示時にステータスバーが白くなってしまう問題
tonionagauzzi
0
140
僕がつくった48個のWebサービス達
yusukebe
18
17k
Go言語でターミナルフレンドリーなAIコマンド、afaを作った/fukuokago20_afa
monochromegane
2
140
ECSのサービス間通信 4つの方法を比較する 〜Canary,Blue/Greenも添えて〜
tkikuc
11
2.3k
Featured
See All Featured
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Rails Girls Zürich Keynote
gr2m
93
13k
Fontdeck: Realign not Redesign
paulrobertlloyd
81
5.2k
What's in a price? How to price your products and services
michaelherold
243
12k
Put a Button on it: Removing Barriers to Going Fast.
kastner
59
3.5k
Agile that works and the tools we love
rasmusluckow
327
21k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
46
2.1k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
How To Stay Up To Date on Web Technology
chriscoyier
788
250k
Building Adaptive Systems
keathley
38
2.2k
The Invisible Side of Design
smashingmag
297
50k
Side Projects
sachag
452
42k
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