Search Results for "can-anybody-give-me-some-tips-on-gorilla-mux-and-or-rice-go"
Lessons
Forum Threads
[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
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 member...

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
how to create and use different sub models of base data model
This a good question and is semi-complex so there are a ton of different approaches to it.
One of the ideas that's related to this (which isn't necessarily the right way to go) is Single Table I...

2
General
What is Hotwire Strada?
Here is an explanation from turbo-android repo in `ADVANCED-OPTIONS.md`
> Executing JavaScript directly is fine for simple tasks, but we've found we need something more comprehensive for our ap...

7
General
How do I show the keyboard in a web console on an i[Phone|Pad]
Hi all,
so I know how I can _allow displaying the web console_ on a mobile device (iPhone or iPad in my case) by putting
```
config.web_console.whitelisted_ips = %w(0.0.0.0/0 ::/0)
```
i...

1
Testing
docker mysql
hi roberto, i don't know to achieve this, but I am curious if you figured out any answers. I am doing work on an older rails app and connecting to mysql using the mysql2 gem has been a challenge f...

2
Rails
custom sql in migration breaks in test env?
Hi. I added a migration with SQL to create a full text search column. Worked fine in development, but when I pushed, our git hooks tried to run the tests, and I got a pending migrations error.
...

1
Rails
How do I subscribe action cable receiver to a new stream without resetting the entire channel subscription?
Hi,
I know it has been a year since this question was asked but I'd like to propose a solution (and get feedback eventually).
**IMPORTANT**
Note that your channel subscriptions are public, s...

2
General
Can anyone point me in the direction of some good RSpec tutorials?
Go to tutorialspoint

4
Testing
Can a Rails app send messages through Signal Messenger?
One problem as I understand it is signal needs a phone number. It uses this for it's encryption protocol somehow, or so I've read.
I use the signal windows desktop app alot. My ROR app server is...

4
Rails
Can we get Forum feature of Gorails with jumpstartrails pro out of the box?
Can we get Forum feature of Gorails with jumpstartrails pro out of the box?

1
General
can you install Linux on a computer that originally was sold with Windows 10 OS?
You can always install a Linux on a WINDOWS10 system after formatting. As far as `embedded code in the BIOS` is concerned, I think that would be helpful of you want to restore the WINDOWS copy in t...

2
General
Can Jumpstart initialize with RSpec instead of minitest?
They test Jumpstart's functionality. You're free to recreate them in rspec too.
If you want everything that's built with your favorite tools, Jumpstart Pro is not the template for you. Jumpstart P...

4
General
Can I use the has_many :through association to link tables, with more than 3 tables involved?
Hi all! Hope you dont mind a newbie question...
I need to categorize questions to several levels:
Subject
Book
Chapter
Section
Subsection
Minisection
Question
So Subject has many Books ...

1
Rails
Can someone help with some CSS please
Hi David. I'm not very familiar with WordPress, but it seems that every page has a unique class in the body tag, "page-id-000", where 000 is the page you want to change.
So if this is just for o...

3
General
Can anyone recommend an online SQL course that would benefit a Rails dev?

1
General