0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Feb 11, 2025 — Feb 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add fluid width support More... almost 12 years ago
Experimentation with dashboard More... almost 12 years ago
Typo fixed More... about 12 years ago
Merge pull request #32 from jdjkelly/staging More... about 12 years ago
Merge pull request #24 from jdjkelly/feature/foursquare_spike More... about 12 years ago
Wrote pending tests on Foursquare account spec More... about 12 years ago
Added specs for Fitbit Account and wrote pending tests More... about 12 years ago
Added :user attr_accessible to foursquare - I need to confirm this is the correct approach sec-wise, but it should appear on other classes shortly More... about 12 years ago
Removed default Date.current for date argument on ._since methods - there's no need to do this More... about 12 years ago
Added specs for omniauth callbacks controller for Foursquare More... about 12 years ago
Marked a test as pending More... about 12 years ago
Added an Omniauth mock for foursquare account More... about 12 years ago
Added foursquare account fabricator More... about 12 years ago
Added missing requests/routing specs More... about 12 years ago
Fix README More... about 12 years ago
Fixed typo on homepage More... about 12 years ago
Spec out the process for consuming foursquare data More... about 12 years ago
Use time.at instead of date.parse for finding the created at time for a foursquare account - the api uses unix epoch time More... about 12 years ago
Moved has_? helpers to user account and added foursquare relationship More... about 12 years ago
Disabled sign up fields More... about 12 years ago
Improved omniauth callbacks controller spec by adding foursquare specs, and also stubbing out responses on the account classes so that we don't actually make the API requests necessary to create data. We're really just interested in the relationship getting attached to the user More... about 12 years ago
Added attr_accessible for new places fields (response, source, meta) More... about 12 years ago
These methods should reside directly on the user class - not inside the weights module More... about 12 years ago
Use specific version of the foursquare gem More... about 12 years ago
Added foursquare account spec More... about 12 years ago
Updated user spec to include other default field/validation shoulda matchers, as well as to spec out exactly which methods should be tested More... about 12 years ago
Added response json column to places - this is where api responses get stored More... about 12 years ago
Prefer self.class.to_s over a stringified class name - that way if the class name changes, we don't have to update this More... about 12 years ago
This captures too many possible errors within the chain of methods which follow - better for this to error loudly More... about 12 years ago
Tweak signup More... about 12 years ago