gitt/forum_monster

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
LICENSE
README.rdoc
Rakefile
VERSION
forum_monster.gemspec
lib/forum_monster.rb2
A
0 mins
lib/generators/forum_monster/install_generator.rb66
A
0 mins
lib/generators/forum_monster/templates/controllers/categories_controller.rb34
A
0 mins
lib/generators/forum_monster/templates/controllers/forums_controller.rb34
A
0 mins
lib/generators/forum_monster/templates/controllers/posts_controller.rb48
A
0 mins
lib/generators/forum_monster/templates/controllers/topics_controller.rb38
A
0 mins
lib/generators/forum_monster/templates/migrations/categories.rb13
A
0 mins
lib/generators/forum_monster/templates/migrations/forums.rb17
A
0 mins
lib/generators/forum_monster/templates/migrations/posts.rb14
A
0 mins
lib/generators/forum_monster/templates/migrations/topics.rb17
A
0 mins
lib/generators/forum_monster/templates/migrations/user.rb10
A
0 mins
lib/generators/forum_monster/templates/models/category.rb6
A
0 mins
lib/generators/forum_monster/templates/models/forum.rb10
A
0 mins
lib/generators/forum_monster/templates/models/post.rb20
A
0 mins
lib/generators/forum_monster/templates/models/topic.rb24
A
0 mins
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