creating standalone executable rails application

Hi

   I need to create a standalone executable application.If any one knows how to do it help me....

Hi

  I need to create a standalone executable application.If any one
knows how to do it help me....

have a look at slingshot: http://joyent.com/developers/slingshot/

Depending on what your needs are, you might find this helpful:

http://www.erikveen.dds.nl/distributingrubyapplications/rails.html

Peace, Phillip

If you're looking at a pure Ruby application (not Rails) then there are a few packaging options depending on your target platform. Check out Fulton's "The Ruby Way" for some good suggestions. For Rails apps, I like Frederick's suggestion best.