Search Results for "can-anybody-give-me-some-tips-on-gorilla-mux-and-or-rice-go"
Lessons
Forum Threads
Setup MacOS 10.11 El Capitan Discussion
all steps followed till the creation of SSH key. I put your command into Terminal, but nothing happens:cat ~/.ssh/id_rsa.pub

101
General
Deploy Ubuntu 16.04 Xenial Xerus Discussion
Great tutorial. Everything went well, but when I do cap deploy production, I get the error below. Any ideas? Thank you!cap aborted!SSHKit::Runner::ExecuteError: Exception while executing as deploy@...

92
General
Tracking Metrics with Ahoy and Blazer Discussion
I'm looking to track downloads of mp3 files that are stored using ActiveStorage with Ahoy and data visualized with Blazer. Anyone got any resources for how to do this tracking of ActiveStorage wit...

21
General
Recurring events with the ice_cube gem Discussion
Hi Chris.
This is an old episode and an old discussion. But it's still relevant, I watched it and used it in my Rails 7 project. But what I want to add to the Set Schedule dialog are the 'until' a...

48
General
Setup Ubuntu 16.04 Xenial Xerus Discussion
Icing on the cake:echo 'gem: --no-rdoc --no-ri' >> ~/.gemrcgem install pry && echo 'alias irb=pry' >> ~/.bashrc

111
General
Setup MacOS 10.10 Yosemite Discussion
As a sysadmin... I sometimes wondered if you guys had been drinking.

142
General
Setup Ruby On Rails on Ubuntu 15.10 Wily Werewolf
update actuallytnx, for correcting methe one that fetches the repos or sort of

35
General
[SOLVED] Decrypt S/MIME 'file.xml.p7m' with OpenSSL
Awesome, thanks for posting your solution. I'm sure at some point when I need to use OpenSSL directly, this will come in handy!

8
Ruby
Ruby issue when doing cap deploy production
I'm Brazilian, sorry by my inglish... I'm using bitbucket.
In my case capistrano run all commands ok, but in server no created any file its all empty in folder suppose deploy my project.

69
General
Sign In With Twitter using Omniauth and the Twitter gem Discussion
I got this type of error please give me a way to solve it. https://uploads.disquscdn.c...

38
General
Subscriptions with Stripe Discussion
Hi Chris,
Just joined GoRails to access the pro videos! Would it be possible to update the Stripe courses with the latest Stripe API? I followed the video from 2015 but it doesn’t seem to work. I’m...

96
General
Deploy Ubuntu 14.04 Trusty Tahr Discussion
Hey there !
I'm trying to deploy on a private server following this tutorial with a rails 5.2 app and somehow when I cap production destroy, i get an error saying
01 SassC::SyntaxErro...

372
General
rails binary tree and referral
Hi, i have an application and that is working clear but i wanna add multi level marketing binary tree module to my application.
i created binarytree page and also created add_to_column to members ...

1
General
How do I integrate Doorkeeper gem with a Multitenant SaaS Application?
So I have a Multitenant SaaS Application where users signup, pay, create an account and start using the service. Now I have received a requirement where this service needs to have a andriod client ...

1
General
RSpec w/capybara vs Mini Test
@sweedledee there's not a lot of good examples out there! I did a lot of the [Testing Rails series](https://gorails.com/series/testing-ruby-on-rails) in Minitest which is a start. The Rails test su...

7
Testing