Christian WattengÄrd
2007-Aug-16 12:52 UTC
Camping or Rails for a Webmin-ish application?
I was thinking about creating a web-interface for managing a few things on my server, and started wondering what would be easiest to use when mainly running local-non-web code in the app. Like, the simplest operation would be just a button to the web-app, but when you push it, lots of ruby code will be done on the server, and the end result sent to the user. I don''t think any database interaction would be applicable... (Except maybe a user-model) You understand? Suggestions? Christian... --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> I was thinking about creating a web-interface for managing a few > things on my server, and started wondering what would be easiest to > use when mainly running local-non-web code in the app.I think the ease of doing stuff will be the same, as they all support calling things in models. The real question is, "Which one do you want to work with?" I''d also add Merb on your list of candidates, but that''s mainly because I''ve been having a lot of fun with it this week. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Alexey Verkhovsky
2007-Aug-16 14:57 UTC
Re: Camping or Rails for a Webmin-ish application?
On 8/16/07, Michael D. Ivey <michael.ivey-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I was thinking about creating a web-interface for managing a few > > things on my server, and started wondering what would be easiest to > > use when mainly running local-non-web code in the app.Camping should be plenty good enough to handle this, and is a lot smaller dependency than Rails. Go camping. -- Alexey Verkhovsky CruiseControl.rb [http://cruisecontrolrb.thoughtworks.com] RubyWorks [http://rubyworks.thoughtworks.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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---