This website works better with JavaScript.
Explore
Help
Sign In
MetuFSS
/
metu.life
Watch
2
Star
1
Fork
You've already forked metu.life
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10405
Commits
1
Branch
0
Tags
134 MiB
Tag:
Branch:
Tree:
d8e0c8a89e
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd8e0c8a89e'
${ noResults }
metu.life
/
spec
/
fabricators
/
conversation_fabricator.rb
3 lines
33 B
Raw
Normal View
History
Unescape
Escape
Add conversation model, <ostatus:conversation /> (#3016) * Add <ostatus:conversation /> tag to Atom input/output Only uses ref attribute (not href) because href would be the alternate link that's always included also. Creates new conversation for every non-reply status. Carries over conversation for every reply. Keeps remote URIs verbatim, generates local URIs on the fly like the rest of them. * Fix conversation migration * More spec coverage for status before_create * Prevent n+1 query when generating Atom with the new conversations * Improve code style * Remove redundant local variable
8 years ago
Fabricator
(
:conversation
)
do
end