Ruby website redesigned
ruby-lang.org
Ruby website redesigned
1–10 of 224 posts
Re: Ruby website redesigned
#2[flagged]
Re: Ruby website redesigned
#3Meta, but it's kind of ironic that the main Ruby language website shows a "0%" Ruby symbol with javascript deactivated, and doesn't even show the code examples, which are all just links to some sandbox anyway.
Re: Ruby website redesigned
#4[flagged]
What happened in 2017?
Re: Ruby website redesigned
#5Nice! There is a Japanese feel to the lead graphic, their prevalence of cartoon imagery, that one might not recognize without having traveled in Japan.
Is the design debate public? I'd imagine it would make great reading.
Re: Ruby website redesigned
#6So, in order to show a single download link it needs to load an animation with visible loading progress even on a gigabit connection. It takes a few seconds to appear. All to show a scaling animation that can be achieved with a couple of lines of CSS.
Same for absolutely static code examples that take a few seconds to load and shift the content away.
Why?
Re: Ruby website redesigned
#7Re: Ruby website redesigned
#8Nice! There is a Japanese feel to the lead graphic, their prevalence of cartoon imagery, that one might not recognize without having traveled in Japan. Is the design debate public? I'd imagine it would make great reading.
The top right character definitely looks like Matz!
Re: Ruby website redesigned
#9Re: Ruby website redesigned
#10Meta, but it's kind of ironic that the main Ruby language website shows a "0%" Ruby symbol with javascript deactivated, and doesn't even show the code examples, which are all just links to some sandbox anyway.
It annoys me so much when developers think they can do it better and link with JavaScript. Interactions (like opening a dialog) witj JS - yes. Navigating to sites/positions in-site - that is just dumb. So many pages break the "open in new tab" behaviour with this implementation.