Commit Graph

34 Commits

Author SHA1 Message Date
Kevin Vinhas
007d08a051 Add New Comment on your post notifications
This notification is sent only to the post owner, unless this person turned off the notifications.
A simple first step into the notifications by mail world :)

The mail contains a link to user profile
The link to the user profile is required to give an easy access to
notifications disabling.

Also having a preview for the notify_post_owner method

We can `Comment.first` because it is part of the db:seeds method. So
there should, in development, always be one.
2021-02-11 22:40:52 +01:00
riggraz
9e3bf6dd0b Admin assets are now compiled in production 2019-10-16 19:10:05 +02:00
riggraz
a97c952191 Make production environment work 2019-10-16 17:27:37 +02:00
riccardo
2c2a0e0c82 Add button to toggle comment is post update 2019-10-02 16:43:13 +02:00
riggraz
84263b9d33 Add Likes in Post component 2019-09-30 16:54:37 +02:00
riggraz
970cd6934c Add likes model, controller and tests 2019-09-27 12:32:30 +02:00
riggraz
e06d95a7bb Add posts and comments to admin panel 2019-09-24 21:16:51 +02:00
riggraz
7d50454d14 Add env vars to docker-compose and improve env check 2019-09-24 18:57:42 +02:00
riggraz
c554d68f54 Add env variables to test and fix some of them 2019-09-24 12:57:32 +02:00
riggraz
e70d3bbda6 Add default favicon and logo 2019-09-23 17:06:32 +02:00
riggraz
95ffd32420 Number of posts per page is now configurable through .env 2019-09-23 16:10:25 +02:00
riggraz
eed2ef5446 User email confirmation is now optional 2019-09-23 15:52:00 +02:00
riggraz
10f73d876e Add .env file for docker-compose 2019-09-23 12:14:35 +02:00
riggraz
7701c8f5e6 New comments can be created 2019-09-18 13:40:00 +02:00
riggraz
b40ddfd543 Add basic version of Comments component 2019-09-17 11:33:18 +02:00
riggraz
3c6e27be14 Add comments controller and routes 2019-09-16 18:02:52 +02:00
riggraz
f599471af1 Add basic version of post show page 2019-09-12 15:51:45 +02:00
riggraz
2a42d3069c Add tests of controllers 2019-09-04 17:37:08 +02:00
riggraz
542bbcfb85 Refactor controllers and uncomment an authorization check 2019-09-04 15:24:15 +02:00
riggraz
88096b2262 Add filter by post status 2019-09-03 12:58:44 +02:00
riggraz
86286b634d Add post list 2019-09-02 19:26:34 +02:00
riggraz
edacfb1a4f Add new post form 2019-09-02 14:32:57 +02:00
riggraz
fdcb942e78 Add route for roadmap and its tests 2019-08-28 18:54:25 +02:00
riggraz
98b5b97a4e Add first version of roadmap 2019-08-26 14:29:56 +02:00
riggraz
24339c0e08 Add React and TS to webpacker; add react-rails gem 2019-08-25 14:34:20 +02:00
riggraz
87c205ca60 Apply single quote convention in Ruby code 2019-08-24 20:04:53 +02:00
riggraz
f0b3fe7a60 Add post statuses admin panel 2019-08-24 12:28:59 +02:00
riggraz
33ba4771d7 Add Boards 2019-08-22 17:09:13 +02:00
riggraz
ecc0d1cb27 Add admin panel and make it work for user resource 2019-08-21 16:13:39 +02:00
riggraz
462002c416 Add users factory for tests 2019-08-20 14:26:26 +02:00
riggraz
7cae9d68c1 Add a mock home page 2019-08-19 17:41:47 +02:00
riggraz
6fe5845ec9 Add Boostrap 2019-08-19 12:16:17 +02:00
riggraz
fb924c9e75 Install and set up Devise 2019-08-18 18:51:25 +02:00
riggraz
467d5a9a0f Setup Rails project and dockerize 2019-08-18 14:51:37 +02:00