This website requires JavaScript.
Explore
Help
Sign In
nocebo
/
diaspora
Watch
1
Star
0
Fork
You've already forked diaspora
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
72aee6b2c1
diaspora
/
app
History
danielgrippi
72aee6b2c1
don't use .last(3), use .limit(3) instead. also, don't put an order on an association as it isn't overridable. (this commit minimizes AR object instantiation in the stream)
2012-01-24 23:47:45 -08:00
..
controllers
Merge pull request
#2720
from MrZYX/people_slash_guid
2012-01-24 13:14:08 -08:00
helpers
use guid instead of id for /people/ urls
2012-01-23 23:35:31 +01:00
mailers
generate recipient header with Mail::Address to properly handle non-ASCII characters
2012-01-21 19:16:09 +01:00
models
don't use .last(3), use .limit(3) instead. also, don't put an order on an association as it isn't overridable. (this commit minimizes AR object instantiation in the stream)
2012-01-24 23:47:45 -08:00
uploaders
added support for uploading images with .tiff extensions
2012-01-02 21:40:46 -05:00
views
Merge pull request
#2720
from MrZYX/people_slash_guid
2012-01-24 13:14:08 -08:00