0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Document current Ruby version More... almost 7 years ago
.gitignore rbenv configuration. Upgrade to Ruby 2.4.1. Rewrite tests which fail due to shoulda-matchers incompatibility with the new Ruby version. More... almost 7 years ago
Comment More... almost 7 years ago
Constrain jquery-ui-rails to version 5. bundle update. Fix resulting name collision. More... almost 7 years ago
Run test datetimes through database to avoid problems with rounding fractional seconds More... almost 7 years ago
Add problem XML to missing end tag errors for future debugging More... almost 7 years ago
Escape unescaped & in XML before parsing, fixing occasional failure More... almost 7 years ago
Add TODO More... over 7 years ago
Remove completed TODO More... over 7 years ago
Upgrade to current jquery-rails More... over 7 years ago
Upgrade to current mysql2 More... over 7 years ago
bundle update: rspec-rails More... over 7 years ago
Remove old migrations, since some use foreigner which is obsolete in Rails 4.2. Note that db/structure.sql already includes all migrations. More... over 7 years ago
bundle update More... over 7 years ago
Upgrade to Rails 4.2: - Use compatible forks of rgeo-activerecord and its mysql adapter - Remove foreigner - Monkey-patch activerecord-nulldb-adapter to support new required method - Match application_helper_spec to changes in - the order of attributes emitted by tag helper methods - asset file naming - config.serve_static_assets → config.serve_static_files More... over 7 years ago
Extract AdminPhotosComment More... over 7 years ago
Improve recently added validation messages More... over 7 years ago
Remove error that is never raised and handling of it More... over 7 years ago
Validate that Photo#inferred_latitude and #inferred_longitude are numeric and neither or both must be present More... over 7 years ago
Validate that Photo#latitude and #longitude are numeric More... over 7 years ago
Validate that a Photo has all or none of latitude, longitude and accuracy More... over 7 years ago
Replace photos map_data controller spec with scenario More... over 7 years ago
Test map popup in photos map feature More... over 7 years ago
Remove unnecessary () More... over 7 years ago
Replace photos map_json controller spec with feature More... over 7 years ago
Refactor map page_config construction More... over 7 years ago
Move in-page JSON to ApplicationController#page_config. Convert to JSON in one place. More... over 7 years ago
Remove unnecessary @javascript tag More... over 7 years ago
Use current version of Google Maps API, thereby fixing warnings More... over 7 years ago
Replace photos map controller spec with feature More... over 7 years ago