gitt/forum_monster

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
LICENSE
README.rdoc
Rakefile
VERSION
forum_monster.gemspec
lib/generators/forum_monster/templates/public/images/ruby.png
lib/generators/forum_monster/templates/public/stylesheets/forum-monster.css
lib/generators/forum_monster/templates/views/categories/_form.html.erb
lib/generators/forum_monster/templates/views/categories/edit.html.erb
lib/generators/forum_monster/templates/views/categories/index.html.erb
lib/generators/forum_monster/templates/views/categories/new.html.erb
lib/generators/forum_monster/templates/views/forums/_form.html.erb
lib/generators/forum_monster/templates/views/forums/edit.html.erb
lib/generators/forum_monster/templates/views/forums/index.html.erb
lib/generators/forum_monster/templates/views/forums/new.html.erb
lib/generators/forum_monster/templates/views/forums/show.html.erb
lib/generators/forum_monster/templates/views/posts/_form.html.erb
lib/generators/forum_monster/templates/views/posts/edit.html.erb
lib/generators/forum_monster/templates/views/posts/new.html.erb
lib/generators/forum_monster/templates/views/topics/_form.html.erb
lib/generators/forum_monster/templates/views/topics/edit.html.erb
lib/generators/forum_monster/templates/views/topics/new.html.erb
lib/generators/forum_monster/templates/views/topics/show.html.erb
lib/forum_monster.rb2
lib/generators/forum_monster/install_generator.rb66
lib/generators/forum_monster/templates/controllers/categories_controller.rb34
lib/generators/forum_monster/templates/controllers/forums_controller.rb34
lib/generators/forum_monster/templates/controllers/posts_controller.rb48
lib/generators/forum_monster/templates/controllers/topics_controller.rb38
lib/generators/forum_monster/templates/migrations/categories.rb13
lib/generators/forum_monster/templates/migrations/forums.rb17
lib/generators/forum_monster/templates/migrations/posts.rb14
lib/generators/forum_monster/templates/migrations/topics.rb17
lib/generators/forum_monster/templates/migrations/user.rb10
lib/generators/forum_monster/templates/models/category.rb6
lib/generators/forum_monster/templates/models/forum.rb10
lib/generators/forum_monster/templates/models/post.rb20
lib/generators/forum_monster/templates/models/topic.rb24