11
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 15, 2024 — Nov 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove uneeded gems from production bundle More... over 9 years ago
Added missing routes More... over 9 years ago
Added Missing route More... over 9 years ago
Dropped all refactoring and used references() to left_join the associations More... over 9 years ago
Used proper route for company logo More... over 9 years ago
Made tasks count and display_count zero More... over 9 years ago
Rake tasks complain about nil secret_key in CI even running in production mode More... over 9 years ago
Used 1-3-stable branch of activerecord-jdbc-adapter gem More... over 9 years ago
Devise raises an exception if secret_key is nil More... over 9 years ago
Return nil instead of raising an exception More... over 9 years ago
Added a secred_key parameter to context file More... over 9 years ago
Rails 4 discarded (without deprecating gracefully) the concept of an 'asset' group which was important in rails 3. So bootstrap was being ignored when trying to compile assets. More... over 9 years ago
Make sure bootstrap stays at version 2 since moving to 3 would require majoring refactoring of the html More... over 9 years ago
Rails 4 seems to want these wrappers, so let's add them. So now we have a Ruby environment rbenv wrapper around bin/rails which wraps around bundler which wraps around rake. Sigh... More... over 9 years ago
Rake complains about some "cannot alias development" error so we need to fool it into doing what we want. This file is really only used in the warbler bundling process. More... over 9 years ago
Let's not ignore these files. Turns out that our build process needs them now in order to get a devise secret_key into the build process so that errors aren't thrown. More... over 9 years ago
Minor cleanup of the warble file using defaults from the new 2.x warble branch More... over 9 years ago
Ignore built war files More... over 9 years ago
Exception notifier gem requires a slightly new configuration syntax More... over 9 years ago
Change configuration name in Rails 4 More... over 9 years ago
Threadsafe mode is no longer needed in Rails since it is default More... over 9 years ago
Fix typo in log level config More... over 9 years ago
Disable rdoc outside the dev environment More... over 9 years ago
Upgrade warbler to fix a problem with jruby war creation. Hopefully... More... over 9 years ago
Merge pull request #547 from ari/fix-failing-builds
Aristedes Maniatis
as Ari Maniatis
More... over 9 years ago
Run bundle install More... over 9 years ago
Merge branch 'master' into fix-failing-builds More... over 9 years ago
Fix failing builds. When queried directly, mysql2 returns result in different format than other drivers. More... over 9 years ago
Replace debugger with byebug as debugger is no longer supported on Ruby 2.x More... over 9 years ago
Merge pull request #544 from ari/tame_logging More... over 9 years ago