Hi, I need to know what should we use in ROR application gems or plugins. Which is the best for any ROR application? Can anyone brief me about this. Thanks -- Posted via http://www.ruby-forum.com/.
On Tue, Jul 28, 2009 at 10:43 PM, Miilnd Kanchan < rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hi, > > I need to know what should we use in ROR application > gems or plugins. > > Which is the best for any ROR application? > > Can anyone brief me about this. > > > ThanksPlease try to be more specific as to what you''re trying to do. -Conrad> > -- > 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-/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 -~----------~----~----~----~------~----~------~--~---
Hi I shall share what I know Anyone please correct if I am wrong I think when a plugin stabilizes it goes to form gem .In case of plugin the code is with your railsProject So you dont need to install it on server again.And one thing it has to be loaded when you start the project So that much memory is needed. Reverse applies to a gem to an extent Sijo -- Posted via http://www.ruby-forum.com/.
Sijo Kg wrote:> Hi > I shall share what I know Anyone please correct if I am wrong > > I think when a plugin stabilizes it goes to form gem .Often, but not always.> In case of plugin > the code is with your railsProject So you dont need to install it on > server again.And you can do the same thing with a gem if you freeze it.> And one thing it has to be loaded when you start the > project So that much memory is needed. Reverse applies to a gem to an > extentI''m not sure if this is at all accurate. Basically, gems seem to me to be best for extensions that you''re going to use on many projects. Plugins seem better for packages that you''ll only be using on one project. I know there is a current trend toward gems and away from plugins; I''m not convinced that this is a good idea in all cases.> > > SijoBest, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/.