Ivan Vergés
Ivan Vergés
It looks to me that the server has not been restarted! At least it seems that you are receiving the email right?
It may be possible that I missed something, let's try to find out the cause. Please can you show the content of these files? ``` Gemfile config/application.rb ```
Also, please see if active job is running by executing: ``` RAILS_ENV=production bin/delayed_job status ``` If not, start the queue with this command: ``` RAILS_ENV=production bin/delayed_job start ``` And see...
I think recently Facebook has made mandatory to specify the OAuth allowed domains. I'll check this out and update the guide. Thanks
Good Idea, I'll incorporate that. I need to follow the guide myself to be sure thinks are accurate!
I see in StackOverflow that one solution has been mark as good. Is it solved then?
I think you just need to accept the terms and conditions for the admin, then you'll see all the included modules by default in the panel.
Can you confirm that postgresql is up and running? you should be able to connect it outside rails to be sure. Things to look at: 1. Check if postgresql is...
That wasn't necessary when I made the guide but I'll include these recommendations in the next iteration of the guide, probably by middle-summer. This feedback is very helpful, thanks!
Maybe we should start to create chapters in this guide, a mini howto's (following the basic-config). I'll be doing that at any time I'll learn something for sure, I haven't...