Steven Hancock
|
a8de3a5a3f
|
Rails.root and File.join cleanup
- `Rails.root` is a `Pathname`, so let's use `Rails.root.join`
- Clean up most of the remaining `File.join`s
|
2012-06-11 03:13:20 -07:00 |
|
Florian Staudacher
|
788f328a77
|
resolve reshare root posts to the first one
|
2012-05-18 01:45:41 +02:00 |
|
Dennis Collinson
|
f6e3c1b88b
|
seperate interactions from posts
Lazily load post interactions on show page
hella refactorz
|
2012-05-12 17:41:58 -07:00 |
|
Jonne Haß
|
7a6d325f64
|
looks like there are sometimes objects passed into post presenter that respond to root while root is nil
|
2012-05-11 14:23:05 +02:00 |
|
Dennis Collinson
|
3326bc5bb4
|
present reshares
|
2012-05-10 15:16:05 -07:00 |
|
Dennis Collinson
|
51b1ade3bc
|
DC DG; added LastThreeComments decorator so we don't have to load those comments when not needed (i.e. new profile pages)
|
2012-05-10 13:53:00 -07:00 |
|
Dennis Collinson
|
efa79a4ad7
|
Refactor Post Presenter
and comment presenter
|
2012-05-10 12:24:21 -07:00 |
|
Dennis Collinson
|
0fc399243b
|
fix next post and previous post, more efficient
make controller actions
make the presenter reflect that it is instance data ;-p
needs tests lol.
|
2012-05-04 18:25:09 -07:00 |
|
Dennis Collinson
|
8386179f16
|
max, you're a princess, WIP
|
2012-04-19 11:15:59 -07:00 |
|
Dennis Collinson
|
775eca0026
|
MS DC You can has choose a template
|
2012-03-27 14:52:53 -07:00 |
|
Maxwell Salzberg
|
879b3d135a
|
title now updates with switch
|
2012-02-27 18:40:56 -08:00 |
|
Maxwell Salzberg
|
22cda15aa8
|
presenter now has a title
|
2012-02-27 18:11:41 -08:00 |
|
Dennis Collinson
|
b28508ecbc
|
MS DC show last post and show page works unauthenticated
phasing out app.user() for app.currentUser
|
2012-02-24 19:09:00 -08:00 |
|
Dennis Collinson
|
6e55d6c011
|
DC MS DG; un-namespace single post JSON responses
|
2012-02-24 13:30:16 -08:00 |
|
danielgrippi
|
8f4fed8c0e
|
add participants to info pane on post viewer
|
2012-02-22 13:15:54 -08:00 |
|
Maxwell Salzberg
|
cd274cad0d
|
adding likes, reshares and comments in a naive presenter way
|
2012-02-21 22:13:46 -08:00 |
|
Maxwell Salzberg
|
7755c254fb
|
some basic tests for post presenter; added user.reshare!
|
2012-02-21 21:56:11 -08:00 |
|
danielgrippi
|
899136d0e5
|
display proper counts after feedback actions; modified destroy responses to return PostPresenter objects
|
2012-02-21 21:44:44 -08:00 |
|
danielgrippi
|
a1fe55fcb7
|
mark icons colored if user has interacted with a post.
|
2012-02-21 15:23:29 -08:00 |
|
danielgrippi
|
2815885bcf
|
add user_like to PostPresenter; use proper inheritance for feedback views
|
2012-02-21 15:23:29 -08:00 |
|
danielgrippi
|
ca8f136cec
|
fixed back/forward
|
2012-02-21 15:23:29 -08:00 |
|
danielgrippi
|
30de08b340
|
fix post presenter / arrow ordering
|
2012-02-21 15:23:28 -08:00 |
|
Maxwell Salzberg
|
653e93fb11
|
fix the query to only cycle thru the current authors posts
|
2012-02-21 15:23:28 -08:00 |
|
Maxwell Salzberg
|
25cf776059
|
the previous and next posts are now supplied in json of the presenter; give the template creator a default value
|
2012-02-21 15:23:28 -08:00 |
|
danielgrippi
|
ff875a5b3c
|
DG MS; determine what template to use on the client from the server
|
2012-02-21 15:23:27 -08:00 |
|