DesignOpen / board

A board of open projects searching for designers.
9 stars 1 forks source link

Implement create post page #10

Closed davidweinfls closed 9 years ago

davidweinfls commented 9 years ago
  1. Add constraints to fields at create new post page
  2. change the layout of create new post page
  3. handle create post failure, show error message
  4. change server to unicorn, use ssl in production
  5. show create post successful message at new post page
  6. change routes.rb, use posts for posts/index, use new_post for posts/new
GarthDB commented 9 years ago

this solves https://github.com/DesignOpen/board/issues/11

GarthDB commented 9 years ago

I applied for a free ssl certificate with https://www.globalsign.com/ssl/ssl-open-source/

Do you want to write the tests before we merge?

davidweinfls commented 9 years ago

Sure. I wrote some tests last night. Need to write more to cover all cases.