What Rails plugins would you like to see? - Stack Overflow most recent 30 from stackoverflow.com2009-12-18T21:56:34Zhttp://stackoverflow.com/feeds/question/568337http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/568337/what-rails-plugins-would-you-like-to-see5What Rails plugins would you like to see?Ian Terrell2009-02-20T05:02:21Z2009-07-28T10:41:45Z
<p>What behavior have you had to implement in your Rails applications that you feel could exist nicely as a plugin?</p>
<p>What plugin functionality have you searched for in the past but couldn't find?</p>
<p>What existing Rails plugins could be improved or extended, and how?</p>
http://stackoverflow.com/questions/568337/what-rails-plugins-would-you-like-to-see/568358#5683582Answer by railsninja for What Rails plugins would you like to see?railsninja2009-02-20T05:07:23Z2009-02-20T05:07:23Z<p>I once wrote a component for an application that did uploaded a zip of photos to an application so they didn't have to be done one by one, I think I may make that into a plugin when I have time, well a new version of it, the code's a little ugly.</p>
http://stackoverflow.com/questions/568337/what-rails-plugins-would-you-like-to-see/568653#5686530Answer by alamodey for What Rails plugins would you like to see?alamodey2009-02-20T08:01:14Z2009-02-20T08:01:14Z<p>I'd like to see some sort of in-built video playback/streaming. I need it for my current project.</p>
http://stackoverflow.com/questions/568337/what-rails-plugins-would-you-like-to-see/568736#5687362Answer by Greg Dan for What Rails plugins would you like to see?Greg Dan2009-02-20T08:34:18Z2009-02-20T08:34:18Z<p>Not easy to answer. Everyone is biased towards his own current projects. Additionally a lot of great plugins already exists.</p>
<p>Personally I would like to see some menu plugin for a typical data base application. E.g. where there are few user roles, and every user role has different rights. And a main menu with sub menu which depends on user's rights to actions.</p>
<p>A (CSS) menu is reimplemented in almost every data base application. It is rather given application specific thing and I don't know how hard it would be to implement some general solution or template.</p>
http://stackoverflow.com/questions/568337/what-rails-plugins-would-you-like-to-see/568841#5688415Answer by srboisvert for What Rails plugins would you like to see?srboisvert2009-02-20T09:17:10Z2009-02-20T09:17:10Z<p>I'd like to see an engines plugin that dropped in an admin interface that provided a dashboard summary of all the models in the app, with configurable activity charts.</p>
http://stackoverflow.com/questions/568337/what-rails-plugins-would-you-like-to-see/634987#6349870Answer by Jonathan Tran for What Rails plugins would you like to see?Jonathan Tran2009-03-11T15:11:41Z2009-03-11T15:11:41Z<p><strong>A Credit Card Payment System</strong></p>
<p>Right now, no one bothers implementing credit card payments until a site has become "production quality". Single-person projects or small startups don't bother making this at first b/c they would much rather spend their time prototyping new, hard, or interesting features.</p>
<p>This is bad in the long-run for everyone, including end-users, b/c the default is to offer (often innovative and really great) services for free, which means only already-funded teams or people with lots of extra time can even get to the point of making something.</p>
<p>If this existed, were packaged up neatly, and were as dead-simple as Rails scaffolding, small projects could default to whatever payment scheme that actually made sense -- like pay-per-use, donations, trial periods, first 5 free, etc. -- making it <em>possible</em> to fund the really great products out there, instead of forcing them to rely on outside funding or ads, which ruins the product.</p>
<p>In a real physical store, people expect to pay. If the person on the other side of the counter gives me something for free (w/o buying anything at all), I say "Are you serious??" and walk away bewildered. But online, I almost expect it. This is bad! Because now everyone expects it, and people trying to make great things can't focus on actually doing that b/c they are too busy trying to figure out how to make it great <em>and free</em>.</p>
<p>Oftentimes, there are free things out there online that I like so much that I would like to pay for, but there's simply no easy way to do it. And <a href="http://www.gabrielweinberg.com/blog/2009/03/twitter-charge-me-for-biz-tweets-instead-of-suspending-my-account.html" rel="nofollow">I'm not alone</a>. I use <a href="http://tipjoy.com/" rel="nofollow">tipjoy</a> and have donated to things that have a PayPal donation setup like <a href="http://www.playauditorium.com/" rel="nofollow">Auditorium</a>, but I don't see these as adequate.</p>
<p>The best thing out there that I've seen is <a href="http://railskits.com/" rel="nofollow">RailsKits</a>. But as far as I understand, they aren't packaged properly so that I can add them to my site whenever I please like a plugin or gem.</p>
http://stackoverflow.com/questions/568337/what-rails-plugins-would-you-like-to-see/788076#7880760Answer by Walt Gordon Jones for What Rails plugins would you like to see?Walt Gordon Jones2009-04-25T02:09:21Z2009-04-25T02:09:21Z<p>I agree with Greg... there are lots of great plugins, and lots of great ideas for more.</p>
<p>I think there's always a need for more web APIs to be supported. As we go forward with API driven services and semantic web, there's tons of work to be done on that front.</p>
<p><a href="http://www.programmableweb.com/" rel="nofollow">http://www.programmableweb.com/</a> is a great starting point for thinking about what really useful APIs don't have a rails plugin or ruby gem yet.</p>
<p>Cheers!</p>
<p>Walt</p>