11
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Nov 19, 2024 — Nov 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #546 from ari/removed_acts_as_tree More... over 9 years ago
Merge pull request #545 from ari/disable_simplecov_jruby_travis More... over 9 years ago
Removed acts_as_tree gem [Fixes #543] More... over 9 years ago
Only log Errors in Production More... over 9 years ago
Disabled codeclimate for Jruby on Travis for Specs as well [Fixes #542] More... over 9 years ago
Merge pull request #541 from ari/security_issues
Aristedes Maniatis
as Ari Maniatis
More... over 9 years ago
Added lograge gem and used Logstash JSON format. More... over 9 years ago
Added rubygems secure URI More... over 9 years ago
Reverted 'SQL injection removal' More... over 9 years ago
Removed a typo More... over 9 years ago
Merge branch 'master' of github.com:ari/jobsworth More... over 9 years ago
Prepend self.class to connection method for Rails 4 compatibility. #538. More... over 9 years ago
Merge pull request #537 from webstream-io/Add-filter-duration-this-week More... over 9 years ago
Merge branch 'master' of github.com:ari/jobsworth More... over 9 years ago
Fix an issue where MySQL 5.7 doesn't support SELECT on the same table which is also being UPDATEd. Here is the MySQL Error: You can't specify target table 'tasks' for update in FROM clause Closes #538. More... over 9 years ago
Merge pull request #531 from webstream-io/Add-new-filters More... over 9 years ago
Changed `find_or_create_by_name` to `find_or_create_by` for Rails 4 compatibility. More... over 9 years ago
Merge branch 'master' into Add-new-filters More... over 9 years ago
Merge branch 'master' into Add-filter-duration-this-week More... over 9 years ago
Replaced more lagacy routes with new routes More... over 9 years ago
Replaced remaining lagacy routes with new routes More... over 9 years ago
Added missing parenthesis [Syntax Error] More... over 9 years ago
Use restful routing instead of plain /:controller/:action routes More... over 9 years ago
Added missing update_seen_news route to users More... over 9 years ago
Improvements: More... over 9 years ago
Added missing routes More... over 9 years ago
Removed access of any public method on any controller [CRITICAL] More... over 9 years ago
No need to pass params to redirect if redirection to resources#edit is required More... over 9 years ago
Protect against CSRF by raising an exception [CRITICAL] More... over 9 years ago
Turned on protection form CSRF [CRITICAL] More... over 9 years ago