You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, a majority of you are using ruby 1.9.x or 2.0.0 (**IF NOT PLEASE DO**). In the past however, there were other versions like 1.4.x, 1.6.x, and 1.8.x. They were the lineal descendents of original ruby 1.0, so-called MRI. When matz released 1.8.0 it was the state-of-art release. 1.8.7 was the last scion of that clan.
16
-
17
-
Technically speaking, it's been a decade since we released 1.8.0, and 5 years since we released 1.8.7. Back then, ruby was used to write CGI scripts. Then the situation changed dramatically with the raise of Rails. So many users started using ruby. And internally, we finally merged ko1's new engine (called YARV back then). The engine became the canonical ruby that you use today.
18
-
19
-
So after 10 years, I'm really glad that I can say 1.8.7 became a legacy. It made history. It changed our lives literally. And to continue the change, we're moving forward. Ruby 2.0.0 is just great but to make forthcoming 2.1 even more fascinating, I'm going to sunset 1.8.7 and focus on our bleeding-edge ruby trunk.
16
+
Now, a majority of you are using ruby 1.9.x or 2.0.0 (**IF NOT PLEASE DO**).
17
+
In the past however, there were other versions like 1.4.x, 1.6.x, and 1.8.x.
18
+
They were the lineal descendents of original ruby 1.0, so-called MRI.
19
+
When matz released 1.8.0 it was the state-of-art release. 1.8.7 was
20
+
the last scion of that clan.
21
+
22
+
Technically speaking, it's been a decade since we released 1.8.0, and 5 years
23
+
since we released 1.8.7. Back then, ruby was used to write CGI scripts.
24
+
Then the situation changed dramatically with the raise of Rails.
25
+
So many users started using ruby. And internally, we finally merged
26
+
ko1's new engine (called YARV back then). The engine became the
27
+
canonical ruby that you use today.
28
+
29
+
So after 10 years, I'm really glad that I can say 1.8.7 became a legacy.
30
+
It made history. It changed our lives literally. And to continue the
31
+
change, we're moving forward. Ruby 2.0.0 is just great but to make
32
+
forthcoming 2.1 even more fascinating, I'm going to sunset 1.8.7 and
33
+
focus on our bleeding-edge ruby trunk.
20
34
21
35
Thank you 1.8.7, it was a good life for a program.
22
36
23
37
## About YOUR ruby 1.8.7
24
38
25
-
You might still have an executable of ruby 1.8.7 somewhere in your system. Depending on how you installed it, your ruby 1.8.7 might or might not be supported by someone else, because there are some 3rd-parties that do continue supporting 1.8.7. The only thing I can say is _I_ won't support it any longer. So if you're using what I've released, watch out and find a solution that suits your situation.
39
+
You might still have an executable of ruby 1.8.7 somewhere in your system.
40
+
Depending on how you installed it, your ruby 1.8.7 might or might not be
41
+
supported by someone else, because there are some 3rd-parties that do
42
+
continue supporting 1.8.7. The only thing I can say is _I_ won't support it
43
+
any longer. So if you're using what I've released, watch out and find
0 commit comments