index
:
rocket-blog.git
master
Simple blog engine with Rust, Rocket and Diesel.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add simple unfinished login controller.
Harald Eilertsen
2018-01-20
1
-1
/
+6
*
Add markdown support for posts using comrak.
Harald Eilertsen
2018-01-20
1
-0
/
+1
*
Implement new/create user logic.
Harald Eilertsen
2018-01-19
1
-1
/
+6
*
Upgrade to Diesel 1.1 and r2d2 0.8.2.
Harald Eilertsen
2018-01-18
1
-1
/
+0
*
Serve static files from public directory if no other route match.
Harald Eilertsen
2018-01-14
1
-1
/
+2
*
Improve error message with missing database url.
Harald Eilertsen
2018-01-14
1
-22
/
+20
*
Implement deleting posts.
Harald Eilertsen
2018-01-12
1
-1
/
+2
*
Read .env file in main.
Harald Eilertsen
2018-01-11
1
-1
/
+8
*
Move homepage processing to separate controller.
Harald Eilertsen
2018-01-11
1
-22
/
+5
*
Move controller code to own module.
Harald Eilertsen
2018-01-11
1
-2
/
+9
*
Drop the lib.
Harald Eilertsen
2018-01-11
1
-7
/
+12
*
Adding edit/update logic.
Harald Eilertsen
2018-01-10
1
-1
/
+1
*
Order and cosmetics on extern crate declarations.
Harald Eilertsen
2017-12-30
1
-4
/
+5
*
Move creating post in db to Post model impl.
Harald Eilertsen
2017-12-23
1
-1
/
+1
*
Implement posts/show handler.
Harald Eilertsen
2017-12-23
1
-1
/
+1
*
Move get_post into impl and rename.
Harald Eilertsen
2017-12-23
1
-2
/
+2
*
Move get_posts function to models.
Harald Eilertsen
2017-12-23
1
-11
/
+2
*
Move implement_responder_for macro into crate.
Harald Eilertsen
2017-12-23
1
-25
/
+1
*
Move posts module to it's own source file.
Harald Eilertsen
2017-12-17
1
-30
/
+2
*
Move responder impl's for templates to a macro.
Harald Eilertsen
2017-11-22
1
-15
/
+19
*
Add handlers for creating new Posts.
Harald Eilertsen
2017-11-22
1
-0
/
+40
*
Use route decorators to produce different output formats.
Harald Eilertsen
2017-11-20
1
-22
/
+21
*
Use serde_json to create json response when requested by client.
Harald Eilertsen
2017-11-20
1
-7
/
+18
*
Implement responder for IndexTemplate.
Harald Eilertsen
2017-11-17
1
-3
/
+15
*
Set correct content-type for response.
Harald Eilertsen
2017-11-16
1
-2
/
+3
*
Pass posts to the template and iterate over them.
Harald Eilertsen
2017-11-16
1
-6
/
+2
*
Add Bart templating engine.
Harald Eilertsen
2017-11-16
1
-10
/
+15
*
Add schema for posts, and display them on index page.
Harald Eilertsen
2017-10-01
1
-2
/
+19
*
Get database connection on request
Harald Eilertsen
2017-10-01
1
-1
/
+1
*
Move database setup to lib.rs.
Harald Eilertsen
2017-10-01
1
-28
/
+2
*
Connect to database pool when igniting.
Harald Eilertsen
2017-10-01
1
-1
/
+29
*
Initial launch!
Harald Eilertsen
2017-10-01
1
-0
/
+15