danielgrippi
|
1bd37038cc
|
fixed/moved specs; made Person.all_from_aspects scope (move direct AR querying from AspectStream; added more documentation in AspectStream
|
2011-09-11 14:16:48 -07:00 |
|
Sarah Mei
|
37579814c4
|
More querying_spec refactoring. #visible_posts now has sufficient test coverage to aggressively refactor.
|
2011-09-08 14:55:21 -07:00 |
|
Sarah Mei
|
d1604a5bb5
|
Blow out the visible_posts specs so I can more easily see what it's doing
|
2011-09-08 11:58:14 -07:00 |
|
Sarah Mei
|
7d10b3fdb0
|
Remove more refs to aspects.first - should make postgres builds green
|
2011-09-05 19:04:56 -07:00 |
|
Raphael Sofaer
|
06217a0a1d
|
Fix stream query
|
2011-06-01 14:19:27 -07:00 |
|
Raphael Sofaer
|
ee75426963
|
Add failing spec for being overloaded with updated pending photos
|
2011-06-01 14:05:25 -07:00 |
|
danielgrippi
|
648a10e6d3
|
Merge branch 'master' into follow
Conflicts:
app/controllers/requests_controller.rb
app/controllers/tags_controller.rb
app/helpers/aspects_helper.rb
app/views/notifications/index.html.haml
config/routes.rb
public/javascripts/aspect-edit.js
public/javascripts/contact-list.js
spec/integration/receiving_spec.rb
spec/models/user/connecting_spec.rb
spec/models/user/posting_spec.rb
|
2011-05-04 11:35:35 -07:00 |
|
Raphael Sofaer
|
efe79eb351
|
Fix stream on pages other than 1, rename raw_visible_posts to visible_posts
|
2011-04-13 14:35:20 -07:00 |
|
Raphael Sofaer
|
92b50c3d90
|
Add some comments, a test for pagination
|
2011-04-13 10:45:11 -07:00 |
|
danielgrippi
|
106ae983d5
|
Merge branch 'master' into follow. all specs green.
Conflicts:
app/controllers/application_controller.rb
app/controllers/people_controller.rb
app/models/person.rb
config/assets.yml
db/schema.rb
public/javascripts/aspect-edit.js
spec/controllers/aspects_controller_spec.rb
spec/models/user/querying_spec.rb
spec/spec_helper.rb
|
2011-04-11 17:48:37 -07:00 |
|
Raphael Sofaer
|
a172e56290
|
Make the ordering in querying spec less brittle
|
2011-04-06 12:33:20 -07:00 |
|
Raphael Sofaer
|
3fb822c6c5
|
Fix distinct problem
|
2011-04-06 12:29:05 -07:00 |
|
danielgrippi
|
68375fdb02
|
added mutual flag, removed pending from contact, specs are green. wip
|
2011-04-05 16:12:53 -07:00 |
|
Raphael Sofaer
|
fa41c1fc52
|
Stream query... FIXED?????
|
2011-04-05 14:56:56 -07:00 |
|
danielgrippi
|
cbdbe1b29b
|
follow wip. 2 failures.
|
2011-04-04 19:22:19 -07:00 |
|
danielgrippi
|
590e1fd93f
|
All green except invite connecting +2 misc.
|
2011-04-04 15:16:19 -07:00 |
|
Raphael Sofaer
|
79e3438b11
|
Fix CI?
|
2011-04-04 14:32:37 -07:00 |
|
Raphael Sofaer
|
b48b483eab
|
Still working on stream query
|
2011-04-04 13:06:15 -07:00 |
|
Raphael Sofaer
|
d09bf35213
|
Add tests for raw_visible_posts
|
2011-04-04 12:07:19 -07:00 |
|
danielgrippi
|
9a0d6219b5
|
Moving PostVisibility to aspects, WIP, model specs pass
|
2011-03-29 17:31:56 -07:00 |
|
Sarah Mei
|
10019bb3db
|
Fix User spec. Also, people_in_aspects now won't let you get people for aspects you don't own. people_in_aspects should probably be arel and/or an association extension.
|
2011-03-19 13:25:27 -07:00 |
|
Raphael Sofaer
|
4b4654a408
|
Changing message to text, partway done, deleted data conversion
|
2011-03-14 11:39:31 -07:00 |
|
Sarah Mei
|
1702081af7
|
refactor querying spec a bit
|
2011-03-13 20:08:53 -07:00 |
|
Raphael Sofaer
|
7ac3692a92
|
Fix specs, migrate to downcase tags, still testing migration
|
2011-03-11 14:23:03 -08:00 |
|
danielvincent
|
21fd546cd0
|
posts now have authors instead of people
|
2011-03-01 18:05:05 -08:00 |
|
maxwell
|
17a801394e
|
work in progress. need to update the views for the controller changes
|
2011-02-17 18:05:21 -08:00 |
|
Raphael
|
1353929d44
|
Made specs work with fixtures, spec_helper needs work
|
2011-01-18 13:31:10 -08:00 |
|
Raphael
|
72785a69cb
|
Correct ordering problem in posts_from
|
2011-01-17 12:21:38 -08:00 |
|
Raphael
|
baf0533466
|
logical failures on person spec, 25 failing model specs
|
2010-12-21 18:59:28 -08:00 |
|
Raphael
|
319452537e
|
Below 70 failures, GUIDs are next
|
2010-12-21 15:46:15 -08:00 |
|
Raphael
|
659dfd36ed
|
Querying spec passes, 63 model spec failures
|
2010-12-20 18:49:07 -08:00 |
|
Raphael
|
f043c9cc7e
|
Took MongoMapper out of the bundle, trying to fix querying.
|
2010-12-20 16:53:56 -08:00 |
|
Raphael
|
d44e76a6aa
|
Down to 250 failures in mysql
|
2010-12-20 00:36:48 -08:00 |
|
Mike Sofaer, Raphael Sofaer & Sarah Mei
|
3fe2924a60
|
WIP moving to mysql
|
2010-12-18 21:16:39 -08:00 |
|
danielvincent
|
46793179db
|
people#show displays shows public posts for non-contacts as well
|
2010-12-08 16:53:24 -08:00 |
|
danielvincent
|
c35be73978
|
added pending specs. traced the whole comment thing -- it works, but i couldn't figure out how to make these pending specs pass (re: should_receive)
|
2010-11-28 18:51:27 -05:00 |
|
danielvincent
|
05174436c0
|
comments should only be dispatched out to remote people from owner. for local people on the same pod, the comment has already been verified by the comment's authority (post owner).
|
2010-11-28 18:51:27 -05:00 |
|
maxwell
|
9b7d2ed0f6
|
DG MS; status messages can now have photos.
|
2010-11-21 16:13:01 -08:00 |
|
zhitomirskiyi
|
0e171e8504
|
added a fixed the pending request query
|
2010-11-18 15:22:14 -08:00 |
|
danielvincent
|
aa9966ea26
|
removed the word friend everywhere minus translation files
|
2010-11-12 20:22:55 -08:00 |
|
danielvincent
|
a21af7cac6
|
friend_users -> connect_users in helper_methods
|
2010-11-12 20:22:54 -08:00 |
|
danielvincent
|
82c82b8ccc
|
killed albums
|
2010-11-04 10:17:19 -07:00 |
|
zhitomirskiyi
|
8246882067
|
MS IZ fixed some permissions in photo controller
|
2010-11-03 16:42:33 -07:00 |
|
zhitomirskiyi
|
c6e9b94f4f
|
IZ MS moved contact_for to querying and added tests
|
2010-11-03 10:59:56 -07:00 |
|
danielvincent
|
b08c4fb84e
|
removed user#aspect method. all aspect creation should be scoped through the user -> aspect association proper: user.aspects.create(opts)
|
2010-10-31 12:34:26 -07:00 |
|
Raphael
|
99eb25762d
|
Moving to make_user, a few specs broken
|
2010-10-29 15:53:21 -07:00 |
|
zhitomirskiyi
|
fa484e95e4
|
MS IZ refactored querying
|
2010-10-26 17:05:38 -07:00 |
|