Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 641 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 641 Bytes

#Group Blog application ##Made for Wisemedia

I use:

  • Rails 4.2.5
  • SQLite
  • Bootstrap for buttons, navbar
  • rdoc for documentation
  • devise for authorization, registering new users
  • paperclip for sending images/videos

###Done:

  • Write an AJAX for manageposts
  • Some tests fo ArticleController

#To do:

  • Write an AJAX validation for registration/new.html.erb and registration/edit.html.erb
  • Write an AJAX for articles/show/:id, for a comment section (partially done)
  • Write tests for controllers
  • Write tests for User model, especially the :avatar part
  • Write tests for Article model, especially for those who handles file processing