Can ruby be on anything else besides rails? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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 ;-) 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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 7 August 2010 21:33, Tony Mr <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> 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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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 * * * * * WATCH THIS SPACE * * * * * | Ruby: http://mars.groupsite.com -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Angel Robert Marquez
2010-Aug-07 21:55 UTC
Re: Is there anything else I can use besides rails?
http://www.merbivore.com/ <http://www.merbivore.com/>http://camping.rubyforge.org/ On Sat, Aug 7, 2010 at 2:49 PM, Dave Aronson < googlegroups2dave-BRiZGj7G2yRXqviUI+FSNg@public.gmane.org> wrote:> 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 > * * * * * WATCH THIS SPACE * * * * * | Ruby: http://mars.groupsite.com > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
eventmachine, mongrel2 hell, you can do http server as a oneliner so.. ;) 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 Marquez < angel.marquez-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> http://www.merbivore.com/ > <http://www.merbivore.com/>http://camping.rubyforge.org/ > > > On Sat, Aug 7, 2010 at 2:49 PM, Dave Aronson < > googlegroups2dave-BRiZGj7G2yRXqviUI+FSNg@public.gmane.org> wrote: > >> 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 >> * * * * * WATCH THIS SPACE * * * * * | Ruby: http://mars.groupsite.com >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >> . >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On the off chance you meant using Rails elsewhere - I have used ActiveRecord outside Rails for some database programming. On Aug 7, 4:33 pm, Tony Mr <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Can ruby be on anything else besides rails? > -- > Posted viahttp://www.ruby-forum.com/.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.