Interesting Ruby Tidbits That Don’t Need Separate Posts #7

Post by Peter Cooper

Permanent Link  |   book mark Interesting Ruby Tidbits That Don’t Need Separate Posts #7 in del.icio.usClick here to add on del.icio.us

Note: Ruby Inside service will be slow until Thursday as I'm on vacation. The flow will then return to regular levels! Thanks!Sinatra - A New Ruby Web App FrameworkIt's still in its infancy but Sinatra is an interesting looking new Ruby Web app framework. It relies very heavily on a custom DSL but is otherwise in a similar niche to Merb or Camping.PackR - Ruby JavaScript CompressionPackR is a port of a Javascript compressor originally developed by Dean Edwards. The interesting thing about PackR is that it comes as a Rails plugin to enable you to have the JavaScripts associated with your Rails apps "packed" on the fly. Packing isn't a sure-fire way to stop someone ripping off your code, but it makes it significantly harder.Great resource on Rails' sessions and cookiesThe guys at QuarkRuby have put together a great guide to lots of other sites that show how sessions and cookies are managed in Rails and how you can work with them.Ruby In Steel 1.1.5 ReleasedThe latest version of the Visual Studio based Ruby / Rails IDE, Ruby In Steel, has been released. New features include much improved Rails related Intellisense and the ability to debug embedded Ruby in RHTML templates. A beta for Visual Studio 2008 has also been made available.

4 Responses to “Interesting Ruby Tidbits That Don’t Need Separate Posts #7”

  1. #1
    Daniel Fischer Says:

    Sinatra is definitely starting to gain some traction, I’m excited to see its development progress!

  2. #2
    Squ1 Says:

    Dear Peter:
    You scared me:) I thought you would never update this blog anymore because you had return to other language.

  3. #3
    jyotshi Says:

    doesn’t work on Windows.

  4. #4
    Blake Mizerany Says:

    jyotshi: Would you mind elaborating a little more here: http://groups.google.com/group/sinatrarb. Sinatra has not been tested on windows yet. We’d love your help getting that working.