| .. |
|
application_controller.rb
|
everything ported from pre-mysql mobile stuff. things missing: search page, aspect switcher, notification badge.
|
2011-01-24 12:22:17 -08:00 |
|
aspects_controller.rb
|
Use a fake to not allocate an AR model for every reference to a person
|
2011-01-24 15:13:52 -08:00 |
|
comments_controller.rb
|
everything ported from pre-mysql mobile stuff. things missing: search page, aspect switcher, notification badge.
|
2011-01-24 12:22:17 -08:00 |
|
home_controller.rb
|
Take JS out of landing page
|
2010-11-28 16:47:41 -08:00 |
|
invitations_controller.rb
|
Move seed_aspects to after accept_invitation
|
2011-01-20 15:03:33 -08:00 |
|
notifications_controller.rb
|
notification eagerly load the target
|
2011-01-18 17:22:48 -08:00 |
|
people_controller.rb
|
Use a fake to not allocate an AR model for every reference to a person
|
2011-01-24 15:13:52 -08:00 |
|
photos_controller.rb
|
Oops, debugging statement
|
2011-01-22 15:59:30 -08:00 |
|
posts_controller.rb
|
Take out default scopes
|
2011-01-18 16:46:52 -08:00 |
|
publics_controller.rb
|
make jobs have a base class, which will verify the activerecord connection before trying the job
|
2011-01-19 14:10:42 -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 |
|
statistics_controller.rb
|
use google API instead of highcharts due to licensing
|
2011-01-21 13:00:08 -08:00 |
|
status_messages_controller.rb
|
everything ported from pre-mysql mobile stuff. things missing: search page, aspect switcher, notification badge.
|
2011-01-24 12:22:17 -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 |