| .. |
|
activity_streams
|
Huge commit I know, but move show and destroy routes into PostsController and PostsController#show into PublicsController
|
2011-07-10 20:06:31 -07:00 |
|
devise
|
Haven't figured out why reset password email body is blank, but I pulled it into a controller test so we can figure it out there instead of in a cucumber feature.
|
2011-08-21 16:45:53 -07:00 |
|
admins_controller_spec.rb
|
MS DG IZ major invite refactor. all tests are green minus weird stuff on dans computer, need to checkout this out on pivots
|
2011-08-17 16:28:21 -07:00 |
|
apis_controller_spec.rb
|
Add Chubbies, the oauth sample app, and a cucumber feature for part of an oauth flow
|
2011-06-03 16:22:38 -07:00 |
|
application_controller_spec.rb
|
moved render_views out of controller specs to spec_helper.
|
2011-05-07 18:38:40 +08:00 |
|
apps_controller_spec.rb
|
added a very basic page for the stream of all public activity stream photos
|
2011-05-25 12:57:29 -07:00 |
|
aspect_memberships_controller_spec.rb
|
Fixing some tests that weren't testing correctly
|
2011-08-19 23:57:33 -03:00 |
|
aspects_controller_spec.rb
|
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 |
|
authorizations_controller_spec.rb
|
Log out a user if they arrive at AuthorizationsController#new carrying the username of a different user
|
2011-08-23 16:37:50 -07:00 |
|
comments_controller_spec.rb
|
pull in jasmine-ajax, start testing our ajax callbacks with meaningful responses
|
2011-08-31 00:00:49 -05:00 |
|
contacts_controller_spec.rb
|
down to 2 failures in postgres
|
2011-08-17 16:51:54 -07:00 |
|
conversation_visibilities_controller_spec.rb
|
Refactor conversations creation
|
2011-08-12 23:07:01 -03:00 |
|
conversations_controller_spec.rb
|
Validate presence of message text on conversations. Closes #1329.
|
2011-08-17 23:52:31 -03:00 |
|
home_controller_spec.rb
|
remove remember aspects feature
|
2011-06-03 17:35:27 -07:00 |
|
invitations_controller_spec.rb
|
Fixing some tests that weren't testing correctly
|
2011-08-19 23:57:33 -03:00 |
|
likes_controller_spec.rb
|
pull in jasmine-ajax, start testing our ajax callbacks with meaningful responses
|
2011-08-31 00:00:49 -05:00 |
|
messages_controller_spec.rb
|
Validate presence of message text on conversations. Closes #1329.
|
2011-08-17 23:52:31 -03:00 |
|
notifications_controller_spec.rb
|
Use an explicit per_page param instead of switching on format
|
2011-07-03 21:16:58 -07:00 |
|
people_controller_spec.rb
|
the Devise email regex was not catching pods that were anything other than a standard url
|
2011-09-09 18:05:58 -07:00 |
|
photos_controller_spec.rb
|
Fix photo show pages with likes
|
2011-08-02 10:17:49 -07:00 |
|
post_visibilities_controller_spec.rb
|
Merge branch 'master' into follow
|
2011-05-12 15:49:51 -07:00 |
|
posts_controller_spec.rb
|
DC MS fix crazy status.net linkback accept header
|
2011-08-29 18:44:31 -07:00 |
|
profiles_controller_spec.rb
|
Closes #1486. Profile update was crashing with invalid birthday date
|
2011-08-20 00:34:59 -03:00 |
|
publics_controller_spec.rb
|
updated salmon to let us not always encrypt the header
|
2011-09-12 14:05:31 -07:00 |
|
registrations_controller_spec.rb
|
Fixing some tests that weren't testing correctly
|
2011-08-19 23:57:33 -03:00 |
|
reshares_controller_spec.rb
|
Reshares and reshare retractions are green.
|
2011-07-22 16:00:19 -07:00 |
|
services_controller_spec.rb
|
Fix ServicesController spec
|
2011-08-19 16:52:26 -07:00 |
|
sessions_controller_spec.rb
|
Fix build... damn question marks.
|
2011-05-16 16:33:05 -07:00 |
|
sockets_controller_spec.rb
|
move all aspects to be a method, and cleaned up some sockets helper uglyness ms iz
|
2011-06-16 11:17:14 -07:00 |
|
status_messages_controller_spec.rb
|
Fix weird error in jasmine suite
|
2011-08-05 15:09:16 -07:00 |
|
tag_followings_controller_spec.rb
|
Pending spec for 500 on capital letters
|
2011-07-05 17:31:49 -07:00 |
|
tags_controller_spec.rb
|
Take out PostsFake, now that we ajax in comments it's not worth the extra complications
|
2011-08-03 11:09:21 -07:00 |
|
tokens_controller_spec.rb
|
fix the build.
|
2011-07-04 16:53:43 -07:00 |
|
users_controller_spec.rb
|
placed all mail jobs in the Job::Mail:: namespace & added into appropriate folders
|
2011-08-10 15:31:40 -07:00 |