antarr
antarr
I'm trying to run migrations or start my server on OSX. Anytime I try it crashes. ``` Process: ruby [54893] Path: /Users/USER/*/ruby Identifier: ruby Version: 0 Code Type: X86-64 (Native)...
I'm trying to add my `UserRequestController` to the documentation but nothing is showing up. When I do the same in another controller that inherits from the same base it works...
I'm using typedstore with lockbox. When trying to assign the values in setting in a request it seems to work. Not getting any errors. But after going into the console...
I'm trying to install on OSX Catalina but the installer says my system is not supported. Is there a way to get around this?
I'm trying to cache queries on the most frequently accessed page on my site. I'm getting an error when adding `Rails.cache`. The page loads fine without caching. ### error ```...
I'm switching from searchkick which uses elastic search. In that library, you are able to search for everything using `*` like `. ```ruby Searchkick.search('*', where: { updated_at: { gt: since...
Are there any examples of managing settings in active admin?
I'm getting an arguments error when trying to connect after following the instructions in the README. `error` ```bash ➜ wevote git:(master) ✗ bundle exec rake db:migrate rake aborted! ArgumentError: wrong...
How can I recover from a backup if the app won't load. Whenever I click on any android app, this is a LG 55g2 tv, the app crashes.
Does Smocks support MSpec ? Below is my attempt at using it in MSpec. I'm getting a null reference error on the line that says `Smock.Run()`. ``` private Establish context...