Skip to content

pacoguzman/tog_wall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tog Wall

Tog wall management

Included functionality

  • Comment in a wall
  • Reply comments in a wall
  • Like comments
  • Flow pagination
  • Collapse replies

Resources

Gem requirements

Install

  • 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

TODO

  • 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)

More

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

About

A wall of comments for tog applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published