Tog wall management
- Comment in a wall
- Reply comments in a wall
- Like comments
- Flow pagination
- Collapse replies
- Install plugin form source:
ruby script/plugin install git://github.com:pacoguzman/tog_wall.git
- Generate installation migration:
ruby script/generate migration install_tog_wall
with the following content:
class InstallTogWall < ActiveRecord::Migration def self.up migrate_plugin "tog_wall", 3 end def self.down migrate_plugin "tog_wall", 0 end end
- Add tog_wall's routes to your application's config/routes.rb
map.routes_from_plugin 'tog_wall'
- And finally...
rake db:migrate
- Run the test with
rake tog:plugins:test PLUGIN=tog_wall
- Show people like some graffity/comment
- Add flow_pagination support using an actually flow_pagination instead will_paginate
- Make possible to run the specs
- Add examples of cucumber features with mundopepino or not
- Better styling
- Version using jQuery instead Prototype for the javascript behaviour
- Create an wall-to-wall with other user as facebook does
- In your wall (friends + you or friends or you)
jQuery Form - http://github.com/malsup/form
http://github.com/pacoguzman/tog_wall
http://github.com/pacoguzman/tog_wall/wikis
Copyright (c) Paco Guzman, released under the MIT license