Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-01 | Twitter controller now as helper, some more styling in CSS, bug fix | luca-marie | |
2016-09-01 | Update with Twitter | luca-marie | |
2016-08-19 | respond_to on a per controller basis | Azul | |
If you inherit respond to and call it again in your controller it will not overwrite the previous but add to it. Since we always have some exceptions from the rules it's probably easiest to be explicit in the controllers that require it themselves. | |||
2013-12-13 | refactor: remove Overview controller - we can use Users#show | Azul | |
we were only using Users#show to redirect to the edit action. So I replaced that with the overview and we have no more use for the extra controller. This also simplifies linking to the users in question a lot. | |||
2013-07-31 | added empty 'home' layout and removed debugger from homecontroller | elijah | |
2013-07-04 | redirect to overview if authenticated | elijah | |
2013-02-09 | configure couchrest session store in initializer | Azul | |
2012-10-11 | first steps at reducing core | Azul | |