
School System
6
General
Hi there guys im building a school system and im stuck on the assistance module.
I havent come to a way to make it work, for example:
A school period start at september 2016 and finish july 2017....

Native Mobile Options
6
General
I have a Rails 4 app that is fully responsive and works good on the mobile browser. However, I want to make native apps for it for iOS and Android.
What are some recommended steps? Is Phonegap a ...

Recomendations for a javascript frontend library that can authenticate against Doorkeeper/oAuth OpenID using PKCE
1
Javascript
Pretty much as the title says.. I am looking for a javascript library that can authenticate against Doorkeeper.
We currently have a really old in-house authentication process and migrating to bui...

How I setup sqlite3 on Ruby on windows
2
Ruby
I installed sqlite3 in my system when I run sqlite3 --version this appears:
3.37.0 2021-11-27 14:13:22 bd41822c7424d393a30e92ff6cb254d25c26769889c1499a18a0b9339f5d6c8a
But when I try run the serve...

Jumpstart
6
General
I'm thinking about purchasing jumpstart.
I'm trying to build a marketplace where multiple sellers can sell multiple products and dashboard to manage products, sales, etc. (similar to etsy)
Is jumps...

Does anyone have experience with ruby motion to develop mobile app in ruby?
0
Tips
http://www.rubymotion.com/

Rails API not able to destroy session
1
Rails
I am using Rails API and devise for authentication but when sending a request to destroy the session, it doesn't return any response other then status 200.It returns the same response no matter if...

Why Ember? Discussion
3
General
There's no turbolinks 4 :P
Priko Serto replied

How to use <script> in Rails 7
4
Javascript
How do I display a that holds a url with the .js I want to display. For example, <script src="https://greatsite.com/widgets/awesomescript.js">. I am very new to Rails, been learning for only...
Clay Dennis replied

Bundler's New Ruby Version File Option Discussion
1
General
Quick note, some of the documentation for some Ruby version managers (such as `chruby` which I use) instruct users to store the string literal "ruby-x.x.x" with the version in the `.ruby-version`. ...
Chris Oliver replied

Can NOT watch videos in China !!!
1
General
There are almost no Ruby tutorials in China, I chose this platform to study. But all your videos are on YouTube, Chinese consumers can NOT watch them. Do you have a solution. Thanks.
Chris Oliver replied

Is there any gem to transform pdf files to html?
2
Ruby
i need to convert a pdf file to html or some way to edit an existing pdf

Understand Scope Returns Discussion
4
General
Excellent episode Collin!
Another tip is you could keep the `future_events` scope returning a Relation. And possibly break the sorting out in case it’s used for other queries as your application g...
KRUPA replied

Start development instantly using devcontainers
0
Rails
Hello everyone, I learnt about devcontainers weeks ago and start using them and they are very helpful and easy to use. So, I putted this GitHub repo with a starter devcontainer template to setup an...

Parallel ActiveRecord Queries with load_async in Rails 7 Discussion
2
General
Are there any downsides to using load_async on everything if we know for a fact that we’ll be using the data during the request? It seems like a no-brainer if we can keep db connections in check?

How to add Feature Flags in Rails with the Flipper gem Discussion
1
General
Great episode!
Ketan Patel replied

How to count comments like reddit (infinite nested model) ?
2
Ruby
Hey Chris,
I have an `item` model which gets submitted. With
`has_many :comments, as: :commentable, dependent: :destroy`
then in the `comment` model I have
`belongs_to :commentable, polymorphic...
Solved

Extending Rails (Gently) Discussion
0
General
This was a fun discussion with Kasper, we talked for quite a bit longer but it was edited to make it shorter.
Also, be sure to check out Kasper's Open Source retreat if you want to hear more and ...
Kentastic posted