Tag: Ruby

  • Ruby/Rails update

    Creating a Ruby Weblog in 10 Minutes – ใช้ NetBeans 6.0 สร้างเว็บล็อกด้วย Ruby on Rails ใน 10 นาที Rails 2.0 ออกแล้ว – RESTful, template engine ใหม่, API authentication over (HTTP) SSL, simple query cache, เร็วขึ้นประมาณ 50-100%, syntax ใหม่ของ migration ที่สั้นลงมาก, ฯลฯ Rubinius – VM สำหรับภาษา Ruby, ใช้สถาปัตยกรรมแนว Smalltalk-80 เขียนด้วย C – ใช้กับ Rails ได้ แถม:…

  • Ruby on Rails, PHP, and JavaScript in NetBeans 6

    From NetBeans 6 Feature Plan: JavaScript JavaScript Editing – syntax coloring, code completion, indentation, navigator… (Milestone 7) Ruby, Ruby on Rails Ruby Editing (Milestone 7) Ruby Project Infrastructure (Milestone 7) Ruby on Rails Support (Milestone 7) Ruby Remote Debugger (Milestone 8) PHP PHP Editing (Milestone 8) PHP Project and Runtime Integration (Milestone 8) น่าใช้มั๊ย ?…

  • JRuby 0.9.2

    มากันใหญ่ สงสัยกะทิ้งท้าย แล้วไปเที่ยวปีใหม่กัน JRuby 0.9.2 ออกแล้ว (release notes) มันคือ Ruby บน JVM นั่นเอง openssl และ readline ใช้งานได้แล้ว iconv และ bigdecimal ใช้งานได้บางส่วนแล้ว มีคอนโซล irb (interactive ruby) แบบกราฟิก (สีสันสดใส พร้อมเติมโค้ดให้ได้ด้วย) แก้ไขบั๊กเกี่ยวกับ block และ scope ทั้งหมด (เท่าที่รู้) ใช้งานกับ Rails ได้ดีขึ้น ปรับปรุงประสิทธิภาพของ parser และคอมไพเลอร์ ฯลฯ ดาวน์โหลด tags: JRuby | Ruby | Java

  • Guruguru on Rails

    บล็อกคนไทย พูดถึง Ruby, Rails, Perl Guruguru ตัวคนเขียน เป็นผู้พัฒนาเว็บ Akibakko ด้วย (ทำด้วย Ruby on Rails) [ผ่าน pok] tags: Thai | Ruby | Rails | Ruby on Rails | programming

  • REXML Nodes and Elements

    REXML, a Ruby-style XML toolkit What’s the difference between results from code (1) and (2) below ? (element is an XML element) Code (1), use Element#elements : element.elements.each do |e| puts e.inspect end Code (2), use Element#to_a : element.to_a.each do |e| puts e.inspect end Update: We can actually use just element.each .. no .to_a requied…

  • Human readable markups

    Non-intrusive text markup languages * Textile *: reference | for Ruby (RedCloth) | for Python (PyTexttile) ** Markdown **: for Perl (Markdown) | for Ruby (RedCloth) List of lightweight markup languages

  • My Eclipse Plug-ins list

    จดไว้ กันลืม พักนี้ลงใหม่บ่อย Subversion: http://subclipse.tigris.org/update_1.0.x Web Tools: http://download.eclipse.org/webtools/updates/ *ลงไม่ได้ซักที ติด denpendency เต็มไปหมด Ruby: http://rubyeclipse.sf.net/updatesite Python: http://pydev.sf.net/updates PHP: http://download.pipestone.com/eclipse/updates Perl: http://e-p-i-c.sf.net/updates JavaScript: http://www.interaktonline.com/ *ถ้าลง Web Tools ได้ ก็อาจจะไม่ต้องลงตัวนี้

  • Test Readability with Ruby

    Lingua::EN::Readability is a Ruby module which calculates statistics on English text. counts words, sentences and syllables finds sentences’ breaks calculates readability measures. e.g. Fog Index, Flesch-Kincaid level

  • ANTLR for Ruby

    ANTLR is a parser generator (thinking of lex/yacc, but better). Now it can generate a Ruby source code.

  • Ruby2 and Rite

    Ruby2 = language Rite = interpreter i.e. Ruby2 to Java programming language, as Rite to Java VM