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
Contribuindo para o Rubinius
Search
Carlos Galdino
November 09, 2011
Programming
1
260
Contribuindo para o Rubinius
Lightning Talk apresentada na RubyConf Brasil 2011
Carlos Galdino
November 09, 2011
Tweet
Share
More Decks by Carlos Galdino
See All by Carlos Galdino
How Rubinius runs your code?
carlosgaldino
2
320
Blue Pill x Red Pill
carlosgaldino
0
100
Contribuindo para o Rails
carlosgaldino
1
74
Other Decks in Programming
See All in Programming
なぜGoのジェネリクスはこの形なのか? Featherweight Goが明かす設計の核心
ryotaros
7
1.1k
Serena MCPのすすめ
wadakatu
4
990
コードとあなたと私の距離 / The Distance Between Code, You, and I
hiro_y
0
160
Building, Deploying, and Monitoring Ruby Web Applications with Falcon (Kaigi on Rails 2025)
ioquatix
4
2.1k
kiroとCodexで最高のSpec駆動開発を!!数時間で web3ネイティブなミニゲームを作ってみたよ!
mashharuki
0
170
Range on Rails ―「多重範囲型」という新たな選択肢が、複雑ロジックを劇的にシンプルにしたワケ
rizap_tech
0
130
組込みだけじゃない!TinyGo で始める無料クラウド開発入門
otakakot
0
240
そのpreloadは必要?見過ごされたpreloadが技術的負債として爆発した日
mugitti9
2
3.4k
monorepo の Go テストをはやくした〜い!~最小の依存解決への道のり~ / faster-testing-of-monorepos
convto
2
490
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
190
All About Angular's New Signal Forms
manfredsteyer
PRO
0
140
Railsだからできる 例外業務に禍根を残さない 設定設計パターン
ei_ei_eiichi
0
750
Featured
See All Featured
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
GraphQLとの向き合い方2022年版
quramy
49
14k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Fireside Chat
paigeccino
40
3.7k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
RailsConf 2023
tenderlove
30
1.2k
Practical Orchestrator
shlominoach
190
11k
The Language of Interfaces
destraynor
162
25k
Rails Girls Zürich Keynote
gr2m
95
14k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
9
590
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
Transcript
Contribuindo para o Rubinius
Contribuindo para o Rubinius
@carlosgaldino
@carlosgaldino procurando estágio
Rubinius – Use Ruby™ https://github.com/rubinius/collateral/blob/master/stickers/use-ruby/use-ruby-rounded-square-sticker.ai
http://rubini.us
None
github.com/rubinius/rubinius
Como contribuir?
#1 Rode seu código
#2 Escreva specs
RubySpec The standard you trust™
http://rubyspec.org
#3 Corrija specs
$ bin/mspec tag --list fails -tx19 :ci_files
... IO#codepoints does not change $_ IO#codepoints calls the given
block IO#each_char yields each character IO#each_codepoint yields each codepoint IO#each_codepoint does not change $_ ...
~1000 specs falhando
$ bin/mspec -tx19 core/<class>/<method>
CODE!
$ rake build
$ bin/mspec -tx19 core/<class>/<method>
$ bin/mspec tag --del fails -tx19 core/<class>/<method>
$ rake
YEAH! FUCK
YEAH! FUCK pull request!
ProTips™
RTFM read the fucking manual ProTips™ #1
http://ruby-doc.org ProTips™ #2
$ rake build ProTips™ #3
código e tag no mesmo commit ProTips™ #4 save a
polar bear
irc.freenode.net#rubinius ProTips™ #5
obrigado! @carlosgaldino