タグ

releaseに関するruedapのブックマーク (3)

  • What's New in Sinatra 1.2?

    By Konstantin Haase on Thursday, March 3, 2011 As announced on the mailing list, we have just released Sinatra 1.2.0. Let’s have a closer look at the new features. Slim support Sinatra now supports the Slim Template Engine: require 'sinatra' require 'slim' get('/') { slim :index } __END__ @@ index ! doctype html html head title Sinatra With Slim body h1 Slim Is Fun! a href="https://haml-lang.com/"

  • Ruby in 2010: A Retrospective of a Great Year for Ruby

    Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news. As 2010 comes to a close, I've dug through Ruby Inside archives to remind myself how far the Ruby scene has progressed over the year. Over the past couple of years, it's been hinted that the pace of developments in the Ruby world is slowing down, but nothing could have been further from the truth in 2010 (well, except in S

  • 意外と知らないバージョン表記・数字の豆知識

    Java News.jp(Javaに関する最新ニュース)」の安藤幸央氏が、CoolなプログラミングのためのノウハウやTIPS、筆者の経験などを「Rundown」(駆け足の要点説明)でお届けします(編集部) ちまたにあふれるバージョン表記 少し前に「Web 2.0」「○○2.0」という表記が流行したのを覚えていますでしょうか。よく見かける広告のコピーにも、最近では「バージョンアップ」という言葉が普通に使われています。バージョンや、バージョン表記は、ソフトウェアの世界だけでなく、ごくごく一般化したように思えます。しかし実際には、どういう意味か分からないのが、バージョン表記です。 アプリケーションソフトウェアの開発は、さまざまな状態/段階を経て完成します。その段階/状態と、リリース後の状態/段階を示したのが、バージョン表記です。 例えば、数字以外でも、以下のような表記を見かけたことはありません

    意外と知らないバージョン表記・数字の豆知識
  • 1