Antony Falegkos

Results 5 comments of Antony Falegkos

Yeah, also several queries need to be changed with JOIN clauses which improve the whole process way too much. This is another one too.

Temporary solution for the issue that @rbclark mentioned Create a doorkeeper.rb file in the initializers with that content ``` Doorkeeper.configure do end ``` run `bundle exec rails generate doorkeeper:install` and...

Same issue. capistrano-3.14.1 capistrano-rails-1.6.1 @mattbrictson for me this command is working properly via SSH ``` cd /var/www/app/releases/20200728173430 && ( export PATH="$HOME/.npm-packages/bin/:$PATH" NODE_ENVIRONMENT="production" RBENV_ROOT="$HOME/.rbenv" RBENV_VERSION="2.7.1" RAILS_ENV="production" RAILS_GROUPS="assets" ; $HOME/.rbenv/bin/rbenv exec bundle...

### Rails: Building REST APIs with Rails Abraham Kuri Vargas [APIs on Rails](http://apionrails.icalialabs.com/book)

I think that the problem appeared after this update #48 (#49 PR) because the `rake routes` changed to `rails routes` that does not exist in rails < 5. So, a...