Is there anything else I can use besides rails?

Can ruby be on anything else besides rails?

On 10-08-07 04:33 PM, Tony Mr wrote:

Can ruby be on anything else besides rails?

i’ve tired is on sliced-bread but it got stuck with my peanut butter!
are you trolling on the rails thread =P …there is a ruby thread you
know :wink:

http://www.ruby-lang.org/en/community/mailing-lists/

i’ve heard of http://www.sinatrarb.com/ which i don’t use so can’t
comment on that

On 7 August 2010 21:33, Tony Mr [email protected] wrote:

Can ruby be on anything else besides rails?

Strictly I think it should really be Rails that is on Ruby rather than
the other way round. It does not sound as good however.

Ruby is then on Ubuntu or, heaven forbid, Windows.

So what exactly do you mean by the question?

Colin

On 10-08-07 04:33 PM, Tony Mr wrote:

Can ruby be on anything else besides rails?

There are other web frameworks for it, if that’s what you mean.
Someone already mentioned Sinatra. Then there’s the whole Rack
interface.

Ruby is also quite useful on its own for general scripting purposes.
(I’ll leave it to the zealots to compare it to Perl, Python, etc.)
Right now I have a project at work to use it to read in some XML files
and spit the info back out in CSV format. (Yeah, that’s trivial, but
you can do a lot more with it.)

-Dave


Specialization is for insects. -RAH | Have Pun, Will Babble! -me
Programming Blog: http://codosaur.us | Work: http://davearonson.com
Leadership Blog: http://dare2xl.com | Play: http://davearonson.net

http://www.merbivore.com/
http://www.merbivore.com/http://camping.rubyforge.org/

On Sat, Aug 7, 2010 at 2:49 PM, Dave A. <

eventmachine,
mongrel2

hell, you can do http server as a oneliner so… :wink:

Yeah, there are lots of sexy ways you can apply ruby outside the rails,
which, to be honest, is mostly sought after by those who don’t know and
milked by those who don’t care.

On Sun, Aug 8, 2010 at 4:55 AM, Angel Robert M. <

On the off chance you meant using Rails elsewhere - I have used
ActiveRecord outside Rails for some database programming.