Remove rails_admin
This is now broken since more than half a year, so I think we can just remove it. Podmins shouldn't use this anyway, because it does bad things, like replacing NULL with an empty string when editing something. If we really need an admin interface for something, we should add it to our own admin panel at /admins/dashboard. Fixes #7027 and #6413 closes #7440
Showing
... | ... | @@ -217,10 +217,6 @@ gem "thor", "0.19.1" |
# gem "therubyracer", :platform => :ruby | ||
group :production do # we don"t install these on travis to speed up test runs | ||
# Administration | ||
gem "rails_admin", "0.8.1" | ||
# Analytics | ||
gem "rack-google-analytics", "1.2.0" | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment