狠狠撸

狠狠撸Share a Scribd company logo
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
???
MINSWANMatz Is Nice So We Are Nice <3
Yukihiro
Matsumoto
Matz
and
ko1
hand
you
lunch
boxes
@JuanitoFatas
Jolly Good Code
@winstonyw?
?
?
?
?
?
? ?
Ruby
Rails
Code Guide 翻譯
Rails Girls
Rails 改錯字
GitHub
2.7Kstarred
?
红宝石铁道漫游指南
Let’s GO!
Ruby
http://astonj.com/tech/ruby-is-about-to-get-red-hot-again/
Karlie Kloss
Silicon Valley
红宝石铁道漫游指南
MRI, CRuby
Lightweight Ruby
JRuby
Rubinius
ruby/ruby
mruby/mruby
jruby/jruby
rubinius/rubinius
Finding the Source Code
http://ruby-doc.org/
http://ruby-doc.org/core-mruby/
http://jruby.org/documentation/
http://rubini.us/doc/en/
Finding the docs
rdoc
红宝石铁道漫游指南
YARD
issue tracker
Report bug for Ruby
security mailing list
security@ruby-lang.org
security@rubyonrails.org
https://www.ruby-lang.org/zh_tw/security/
http://rubyonrails.org/security/
the language provides
http://ruby-doc.org/stdlib-2.2.0.preview1/
http://www.ruby-doc.org/stdlib-2.1.5/
http://www.ruby-doc.org/stdlib-2.0.0/
Ruby Stdlib
Installation
Ruby
ruby-install
$ brew install ruby-install
$ ruby-install ruby 2.1.5
Community
ruby-build
rbenv
rvm
RubyInstaller
https://www.ruby-lang.org/en/installation/
Versions
1.8.x is dead
1.9.x is dead
Use Ruby 2.0+
$ brew install chruby*
$ chruby ruby 2.1.5
* source /usr/local/share/chruby/chruby.sh
* source /usr/local/share/chruby/auto.sh
Community
rvm
rbenv
Uru
.ruby-version
https://gist.github.com/fnichol/1912050
红宝石铁道漫游指南
X.Y.Z
http://semver.org/lang/zh-TW/
Gemfile
list project dependencies
http://bundler.io/gemfile.html
source "https://rubygems.org"
gem "rails"
Gemfile.lock
Gemfile
Version Specifier
gem "rails", '4.1.8'
>= 1.0
~> 2.0
>= 2.0, < 2.1
~> 4.2.0.beta
>= 4.2.0.beta, < 4.2.1
Essential Tools
红宝石铁道漫游指南
$ gem install twitter
$ gem update --system
$ gem update --system 2.2.2
# ~/.gemrc
gem: --no-document
40+
9.2
Gem
8.4
红宝石铁道漫游指南
The Ruby Toolbox
BestGems
micro.rb
Bundler
Bundler
$ gem install bundler
$ bundle install
$ bundle init
# A sample Gemfile
source "https://rubygems.org"
!
# gem "rails"
Bundler Audit
https://rubysec.github.com
$ bundle-audit
Brakeman
Rake
??????????????????????????????????????
http://git.io/yNyqeg
红宝石铁道漫游指南
Ruby on Rails
红宝石铁道漫游指南
David
Heinemeier
Hansson
Software Writer
http://youtu.be/9LfmrkyP81M
红宝石铁道漫游指南
Basecamp
https://github.com/thoughtbot/guides
红宝石铁道漫游指南
$ gem install rails
I18n
Action Mailer
Action Pack
Rack
Active Record
Active Support
Active Model
Railties
sprockets-rails
arel
journey
Rails Talks
Rails Feature Request
Rails Issue Tracker
Rails Girls
Linda
Liukas
Founder of Rails Girls
??????????????????????
Diversity
Rails Girls is for Everyone
Lady First
Code of Conduct
Be nice to each other <3
Getting Started
try ruby
RUBY WARRIOR
codecademy
Ruby Koans
rubymonk
Code School
Editors
編輯器
ATOM
Sublime Text
RubyMine
红宝石铁道漫游指南
Emacs
How Emacs Changed My Life
style guides
Why?
“Style is necessary only where understanding is missing. A corollary to
this is that sometimes the only way to effectively use something you
don't understand is to copy styles observed elsewhere.”
!
Doug Hoyte, Let Over Lambda
Why Does JavaScript need a Style Guide?
Ruby Style Guide
Rails Style Guide
Scenarios
network applications
https://www.ruby-toolbox.com/categories/http_clients
HTML/XML Processing
https://www.ruby-toolbox.com/categories/http_clients
command line tools
http://whatisthor.com/
GUI Tools
http://shoesrb.com/
Databases
Active Record
Object Relation Mapping
System Administration
红宝石铁道漫游指南
Mamiya
Continuous Integration
Travis CI
Solano Labs
CODESHIP
snap
CircleCI
Semaphore
Gem
ship your code
Develop RubyGems
$ bundle gem awesome
Naming
http://guides.rubygems.org/name-your-gem/
dash
underscore
strong_parameters
rails-html-sanitizer
net-http-digest_auth
Examples
community
Ruby Taiwan
Rails Taiwan
Ruby on Rails
Ruby Association
Seattle.rb
Asakusa.rb
CITY.rb
meetup
Doorkeeper
Forum
論壇
Ruby Rogues Parley
Ruby China
stackoverflow
News
新聞
/r/ruby
Ruby Weekly
RubyDaily
THIS WEEK IN RAILS
Qiita
Podcasts
Ruby 5
Ruby Rogues
Rebuild FM
Teahour.fm
Learn
Upcase
Code School
Pragmatic Studio
Screencasts
Confreaks
Ruby Tapas
Railscasts
GoRails
Rails TV
Rails Mania
Conferences
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
Ruby Conferences
Lanyrd
Companies
5xruby
Thoughtbot
https://github.com/thoughtbot/guides
platoformatec
https://github.com/thoughtbot/guides
HASHROCKET
https://github.com/thoughtbot/guides
Intridea
https://github.com/thoughtbot/guides
PIVOTAL LABS
https://github.com/thoughtbot/guides
People
Rubyists
Community
Community
Community
Community
Community
Community
Community
Community
Community
@tenderlove w/
grobachev
puff puff
thunderhorse
Friday Hug!
红宝石铁道漫游指南
Rails
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
Scenarios
server
PHUSION PASSENGER
Puma
Unicorn
database
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
层叠样式表
红宝石铁道漫游指南
爪哇 本
红宝石铁道漫游指南
frontend framework
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
icon font
红宝石铁道漫游指南
static pages
红宝石铁道漫游指南
authentication
https://github.com/thoughtbot/guides
Homebrew
third-party authentication
https://github.com/thoughtbot/guides
OmniAuth
?
authroization
红宝石铁道漫游指南
File Upload
红宝石铁道漫游指南
AWS S3
红宝石铁道漫游指南
image processing
红宝石铁道漫游指南
search
红宝石铁道漫游指南
form
红宝石铁道漫游指南
extra validations
红宝石铁道漫游指南
breadcrumb
红宝石铁道漫游指南
display time in frontend
红宝石铁道漫游指南
Markdown
红宝石铁道漫游指南
ENV
红宝石铁道漫游指南
background job
https://github.com/ankane/activejob_backport?Rails 4.0, 4.1
红宝石铁道漫游指南
pagination
红宝石铁道漫游指南
搜索引擎优化
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
测试
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
测试假資料
红宝石铁道漫游指南
清理测试之間的資料
红宝石铁道漫游指南
Development
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
discourse/discourse
!
thoughtbot/suspenders
Services
Hosting
Heroku
AWS
OPENSHIFT
Shelly Cloud
Trucker.io
Anynines
Engine Yard
Code Metrics
code review
红宝石铁道漫游指南
HOUND
Code Climate
PULLREVIEW
REFACTORCOP
SideCI
Monitoring
New Relic
Scout
Keen.io
Exceptions
RuntimeError.net
Rollbar
Airbrake
Sentry
HoneyBadger
RAYGUN
Exception Notification
Errbit
Mailing
SendGrid
Mandrill
mailgun
MailChimp
SNS
Amazon SNS
twilio
plivo
nexmo
Uptime
UptimeRobot
pingdom
Form as Service
FormKeep
Typeform
WUFOO
Customer
Segment
Intercom
Customer.io
uservoice
OlarkChat
CDN
http://blog.cloudharmony.com/2014/11/cdn-marketshare-alexa-fortune-500.html
Akamai
CLOUDFARE
EdgeCast
fastly
Amazon cloudfront
DNS
Amazon Route 53
dnsimple
namecheap
hover
Payment
红宝石铁道漫游指南
PayPal
Stripe
Misc.
Gemnasium
RailsDiff.org
CloudHarmony
Dependency Update as a Service
Tachikoma.io
Example
Books
Ruby
红宝石铁道漫游指南
Learn Ruby The Hard Way
Introduction to Programming with Ruby
Ruby
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
Ruby on Rails
Ruby on Rails Guides
Ruby on Rails Tutorial
Ruby on Rails 实战圣经
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
红宝石铁道漫游指南
Jobs
工作
RubyJobs (Taiwan)
66K Jobs
67K Jobs
We Work Remotely
toptal
Top Ruby Jobs
Open Source
Open Source Rails
CodeTriage
Docs Doctor
Badges
http://shields.io/
Emoji
Megamoji
红宝石铁道漫游指南
@carlosantoniodasilva's combo
?? ? ???
https://github.com/nashby/jose-vs-oss
Emojisaurus
红宝石铁道漫游指南
红宝石铁道漫游指南
GitHub
红宝石铁道漫游指南
Happy Hacking!
<3

More Related Content

Similar to 红宝石铁道漫游指南 (14)

PDF
The ruby-way
fangdeng
?
PDF
May the source_be_with_you
Eddie Kao
?
PDF
搁耻产测基础培训
xiaozhestrong
?
PPT
Challenge of SHIMANE - Example of use Ruby in Japanese regional government an...
Robbin Fan
?
PPT
岛根县政府的挑战
Daniel Lv
?
PDF
J Ruby和Rails 让Ruby语言融入Java项目
George Ang
?
PPT
Shimane Rcc09
tengu
?
PDF
Rubyonrails(Chinese)
heisda
?
PDF
介绍&补尘辫;第一章
贺 利华
?
PPT
Ruby
tengu
?
PPTX
[OSDC12]相依性管理 - 以Ruby開發為例
YC Ling
?
PDF
Ruby rails分享
Cam Song
?
PDF
Rails I18n 20081125
Wen-Tien Chang
?
PDF
Ruby 使用手冊 (Part 1)
Drake Huang
?
The ruby-way
fangdeng
?
May the source_be_with_you
Eddie Kao
?
搁耻产测基础培训
xiaozhestrong
?
Challenge of SHIMANE - Example of use Ruby in Japanese regional government an...
Robbin Fan
?
岛根县政府的挑战
Daniel Lv
?
J Ruby和Rails 让Ruby语言融入Java项目
George Ang
?
Shimane Rcc09
tengu
?
Rubyonrails(Chinese)
heisda
?
介绍&补尘辫;第一章
贺 利华
?
Ruby
tengu
?
[OSDC12]相依性管理 - 以Ruby開發為例
YC Ling
?
Ruby rails分享
Cam Song
?
Rails I18n 20081125
Wen-Tien Chang
?
Ruby 使用手冊 (Part 1)
Drake Huang
?

红宝石铁道漫游指南