apotonick / cells_examples

A rails project to demonstrate cells in action.

This URL has Read+Write access

apotonick (author)
Sat Jan 02 03:16:21 -0800 2010
commit  f69808d601ef8eb186e39504c54a0328ab3f2b17
tree    20d43a1a214340e0dcd2a177b73a869c9463982c
parent  f0610050ac7eb86f758d2de10f69ff87a353ecfa
README.rdoc

Installation

  git clone git://github.com/apotonick/cells_examples.git
  cd cells_examples
  git submodule init
  git submodule update
  script/server

Browse to localhost:3000 and have fun.

Diving in

Start with app/controllers/blog_controller.rb and study the cell class files referenced by #render_cell.

  • a basic cell to start with is in app/cells/post_cell.rb
  • forms in cells are revealed in app/cells/newsletter_cell.rb
  • simple caching is demonstrated in app/cells/debug_cell.rb

Contribute!

If you think these examples are useless, feel free to add more descriptive stuff and send us a pull request. We’re looking forward to your work.

Every contribution pulled into master will be rewarded with beer at a Ruby/Rails event (I PAY!).

Contributors

  • Michał Łomnicki [mlomnicki]: VideoCell with AJAX-Form, model and cache sweepers (+3 beers).
  • Winston Tsang [rubyconsumer]: added a layout with navigation, a display-cells-borders button, and various JS libs (+3 beers).