Facebook API and Refreshing Auth Tokens with Koala Discussion
Hi!
Is koala still alive? As i see - latest commit was in 2017

2
General
Criipto service integration in Rails app
Hello, i want to integrate Criipto service in my Rails app. I tried different ways, like auth0, openid an so on, but can't. anny suggestion how to do this?

1
General
Collection and Vars in Controller are different than what's rendered in View
I'm having a really odd issue and have tried tons of things, but just cannot figure out why this is happening and how to change it.
I have a collection of resources that I render on an index page...

1
General
Can two apps consume webhooks of each others
So let's say I have two apps with different dbs and both are dependent to each other (feature wise). For example App #1 has the user table and App #2 calls the App #1 Sign In Api to login the user ...

1
General
Making GeoSearch smooth with AJAX Discussion
Thank you for the video.
How do your render an escape javascript partial using just webpacker. For example, in the index.js.erb file you are doing the following:
```
$("#transaction-list").rep...

3
General
Reducing Transfer costs with AWS S3
yup, thats my next step and ill post an update here once i have some metrics and can compare

8
General
Who wants to run Cypress.io tests in multiple browsers and platforms? AskJS

1
General
Ruby get GET request data
Jim,
You have to render a response through Rails. A `puts` is only going to print to the terminal. This doesn't work like PHP where it runs inside the HTML output, you have to actually build up th...

2
General
Question About Railties, rails repo and rails gems
It is a bit strange, but yes, they do use it as a monorepo. All the code for ActiveRecord is in the activerecord folder and so on. Each of those folders is a gem and gets published along with the R...

2
General
Rails + Stimulas or Rails API + React
Hi Chris
I have worked on many Apps with different set of architectures but never find this case at inceptive period that which approach we might choose to scale our Rails app either from being a ...

1
General
Send a parameter thru a link without including it in the URL
This is probably a super easy solution, but for some reasonits eluding me. Im using elasticsearch and searchjoy and passing the searchid so I can track conversions to refine search results. Howev...

1
General
[Vue/Rails] Rich Text Editor - Possible XSS and how to safeguard?
Rails always sanitizes rendering HTML by default, so it should be fine. Rendering ActionText content is also sanitized and you can use the `sanitize` helper anytime you want to be sure it gets sani...

2
General
How do I display several posts in related "weeks"
Depends on how many weeks you want to do, but I would add an extra week model as this allows you to grow the number of weeks without having to add more columns to your posts.
Then you can just pas...

2
General
Has anyone started using ruby 2.7?
I'm leary about updating the latest version of Ruby so quickly. I did this early last when I was just learning, but I've found out that each version has it's own quirks and it's a lot better to sta...

2
General
Is there some sort of reddit CSS guide?
Hello everyone,,
I learned CSS when I was younger on Neopets and remember most of it, but I don't quite know what reddit calls everything/how attributes are named. Is there some sort of guide float...

1
General