| .. |
|
aspects_controller_spec.rb
|
add_person_to_aspect is now add_contact_to_aspect, some methods now take models rather than ids
|
2010-12-15 14:48:14 -08:00 |
|
comments_controller_spec.rb
|
move photo-show js to assets. remove EM::next_tick from controller#create actions. make photo show pages render again.
|
2010-11-28 02:30:25 -05:00 |
|
home_controller_spec.rb
|
removed homepage detail into a partial, which you should redefine
|
2010-12-13 12:52:23 -08:00 |
|
invitations_controller_spec.rb
|
Remove pending_requests from user, just use Request.from and Request.to.
|
2010-12-14 19:00:03 -08:00 |
|
people_controller_spec.rb
|
initiating a request now just creates a pending contact instead of persisting a request
|
2010-12-14 17:11:43 -08:00 |
|
photos_controller_spec.rb
|
Fix photo uploading in profile photos, style photo upload button better
|
2010-12-09 13:06:31 -08:00 |
|
posts_controller_spec.rb
|
posts now have public permalinks
|
2010-12-02 18:47:48 -08:00 |
|
publics_controller_spec.rb
|
initiating a request now just creates a pending contact instead of persisting a request
|
2010-12-14 17:11:43 -08:00 |
|
registrations_controller_spec.rb
|
Redirect directly to the login page no registrations closed
|
2010-11-15 12:24:58 -08:00 |
|
requests_controller_spec.rb
|
Remove pending_requests from user, just use Request.from and Request.to.
|
2010-12-14 19:00:03 -08:00 |
|
services_controller_spec.rb
|
MSSM services are now broken out into seperate classes, and we cleaned up posting to them
|
2010-12-09 19:29:25 -08:00 |
|
sockets_controller_spec.rb
|
make the build pass (we no longer socket photos at all) and also more test fixing around request. we were saving requests to early in the cycle, most likely cruft before it was refactored.
|
2010-11-29 13:39:48 -08:00 |
|
status_message_controller_spec.rb
|
moar tests for services
|
2010-12-09 19:29:25 -08:00 |
|
users_controller_spec.rb
|
removed referring text from users#edit. render_views in both users_controller_spec and photos_controller_spec.
|
2010-12-02 18:42:21 -08:00 |