if (true == “false”){
echo “true is false”;
}
// If you run this you will actually see
// “true is false”. I swear to god...
// Tested on PHP 5.3.6
For Example
Tuesday, 31 January 12
Slide 15
Slide 15 text
pear and pecl are simply bullshit.
Tuesday, 31 January 12
Slide 16
Slide 16 text
Secretly... Some of our best PHP
tools were written in Ruby.
Tuesday, 31 January 12
Slide 17
Slide 17 text
ruby
and
Slide 18
Slide 18 text
Ruby is well designed.
Born from a labour of love.
Tuesday, 31 January 12
Slide 19
Slide 19 text
Ruby was designed specifically for
programmer happiness.
Smile.
Slide 20
Slide 20 text
Happy coders are productive coders.
Tuesday, 31 January 12
Slide 21
Slide 21 text
We could better structure our app
by not worrying about our tools.
Tuesday, 31 January 12
Slide 22
Slide 22 text
Our app became lean
and focused as a result.
Tuesday, 31 January 12
Slide 23
Slide 23 text
gem
“rails”
gem
“airpos”
Let’s talk about gems.
Tuesday, 31 January 12
Slide 24
Slide 24 text
So is the hype justified?
0
25
50
75
100
2009 2010 2011 2012
Tuesday, 31 January 12
Slide 25
Slide 25 text
http://www.weebls-stuff.com/songs/magical+trevor/
Tuesday, 31 January 12
Slide 26
Slide 26 text
RAILS?
rails?
http://www.flickr.com/photos/library_of_congress/2179203080/sizes/o/in/photostream/
Tuesday, 31 January 12
Slide 27
Slide 27 text
it’s not what you might think
Tuesday, 31 January 12
Slide 28
Slide 28 text
There’s a Ruby way to do things
http://www.flickr.com/photos/gsfc/6760135001/sizes/l/in/photostream/
Tuesday, 31 January 12
Slide 29
Slide 29 text
Quality
Tuesday, 31 January 12
Slide 30
Slide 30 text
Quality
reusability
Tuesday, 31 January 12
Slide 31
Slide 31 text
Testing
Quality
reusability
Tuesday, 31 January 12
Slide 32
Slide 32 text
Community
Testing
Quality
reusability
Tuesday, 31 January 12
Slide 33
Slide 33 text
giving a shit
Tuesday, 31 January 12
Slide 34
Slide 34 text
is a
deal
BIG
giving a shit
Tuesday, 31 January 12
Slide 35
Slide 35 text
Wait, caring?
http://www.flickr.com/photos/andynor/3582120797/sizes/o/in/photostream/
Tuesday, 31 January 12
Slide 36
Slide 36 text
you guys care
lol,
Slide 37
Slide 37 text
Love what you do
ruby
Slide 38
Slide 38 text
want to switch?
and
Slide 39
Slide 39 text
we can help
we’ve
Slide 40
Slide 40 text
we’re hiring
come
Slide 41
Slide 41 text
one small example
then
Slide 42
Slide 42 text
Example time
class Kieran
def self.drink!(what, how_many)
# implementation... :)
end
end
Kieran.drink! :beer, :all_of_them
Tuesday, 31 January 12