2

Is there anything like Merb Parts in Rails 3 out there now?

I've seen Rails Cells, but felt like nobody was using them.

What are your thoughts? Are these suitable for widgets?

lulalala
  • 17,572
  • 15
  • 110
  • 169
Lance
  • 75,200
  • 93
  • 289
  • 503
  • I am usings cells, and I believe it's a good way for parts in rails. How come you believe nobody is using it? – jigfox May 16 '10 at 16:12
  • 1
    I got the impression no one was using them as well. Maybe if there were a mailing list for users, I could change my mind. – picardo Nov 09 '10 at 08:46

2 Answers2

2

Check out this github repo: http://github.com/drogus/rails-parts

Ben Crouse
  • 8,290
  • 5
  • 35
  • 50
1

Use Cells, they're around for Rails 3: http://nicksda.apotomo.de/2010/09/cells-for-rails-3-is-stable/

For your convenience there are hundreds of cells users out there ;-)

apotonick
  • 520
  • 2
  • 9