| .. |
|
application_controller.rb
|
Take some queries out of views
|
2011-01-18 19:11:01 -08:00 |
|
aspects_controller.rb
|
Take some queries out of views
|
2011-01-18 19:11:01 -08:00 |
|
comments_controller.rb
|
fixed the querying in the controllers got rid of hashes
|
2011-01-18 16:21:14 -08:00 |
|
home_controller.rb
|
Take JS out of landing page
|
2010-11-28 16:47:41 -08:00 |
|
invitations_controller.rb
|
Down to 250 failures in mysql
|
2010-12-20 00:36:48 -08:00 |
|
notifications_controller.rb
|
notification eagerly load the target
|
2011-01-18 17:22:48 -08:00 |
|
people_controller.rb
|
restore hashes for person for person#index. since request relations are one way, the building the hash is perhaps simpler than alternitives"
|
2011-01-18 16:57:34 -08:00 |
|
photos_controller.rb
|
Take out default scopes
|
2011-01-18 16:46:52 -08:00 |
|
posts_controller.rb
|
Take out default scopes
|
2011-01-18 16:46:52 -08:00 |
|
publics_controller.rb
|
fixed publicscontroller specs
|
2011-01-18 16:52:11 -08:00 |
|
registrations_controller.rb
|
Replace APP_CONFIG with lib/app_config.rb so that it's testable.
|
2010-12-24 12:31:09 -08:00 |
|
requests_controller.rb
|
Merge almost complete, 4 failures
|
2011-01-14 16:00:10 -08:00 |
|
services_controller.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.rb
|
new years resolution: commit more. make the websocket take user objects, rather then just ids, since postman now gets all of them at once, rather than querying them n times
|
2011-01-05 17:43:25 -08:00 |
|
status_messages_controller.rb
|
fixed the querying in the controllers got rid of hashes
|
2011-01-18 16:21:14 -08:00 |
|
users_controller.rb
|
couple more passing cucumber stories, changed the queries on request and notification
|
2010-12-28 19:14:47 -08:00 |