-
- Downloads
Finished first-draft implementation
Showing
- app/assets/stylesheets/posts.scss 9 additions, 0 deletionsapp/assets/stylesheets/posts.scss
- app/controllers/articles_controller.rb 51 additions, 1 deletionapp/controllers/articles_controller.rb
- app/controllers/posts_controller.rb 3 additions, 2 deletionsapp/controllers/posts_controller.rb
- app/controllers/questions_controller.rb 7 additions, 3 deletionsapp/controllers/questions_controller.rb
- app/helpers/application_helper.rb 11 additions, 0 deletionsapp/helpers/application_helper.rb
- app/helpers/post_types_helper.rb 12 additions, 0 deletionsapp/helpers/post_types_helper.rb
- app/models/article.rb 1 addition, 1 deletionapp/models/article.rb
- app/models/post.rb 10 additions, 10 deletionsapp/models/post.rb
- app/views/articles/_form.html.erb 47 additions, 0 deletionsapp/views/articles/_form.html.erb
- app/views/articles/edit.html.erb 1 addition, 0 deletionsapp/views/articles/edit.html.erb
- app/views/posts/_article_list.html.erb 6 additions, 2 deletionsapp/views/posts/_article_list.html.erb
- app/views/posts/_expanded.html.erb 6 additions, 2 deletionsapp/views/posts/_expanded.html.erb
- app/views/posts/_form.html.erb 16 additions, 1 deletionapp/views/posts/_form.html.erb
- app/views/posts/_list.html.erb 7 additions, 3 deletionsapp/views/posts/_list.html.erb
- app/views/posts/new.html.erb 2 additions, 1 deletionapp/views/posts/new.html.erb
- app/views/questions/tagged.html.erb 1 addition, 1 deletionapp/views/questions/tagged.html.erb
- config/routes.rb 5 additions, 1 deletionconfig/routes.rb
- test/controllers/articles_controller_test.rb 54 additions, 4 deletionstest/controllers/articles_controller_test.rb
- test/controllers/moderator_controller_test.rb 0 additions, 40 deletionstest/controllers/moderator_controller_test.rb
- test/controllers/questions_controller_test.rb 6 additions, 0 deletionstest/controllers/questions_controller_test.rb
Loading
Please register or sign in to comment