
Getting NoMethodError while calling method from Model_name.rb
1
General
I am testing a model class method from 'rails console' called "progress" which is inside class 'Okr' as 'Okr.progess'. But getting NoMethodError (undefined method progress' for Okr (call 'Okr.conne...

How do I dynamically load variables in Liquid templates?
2
General
I'm new to using Liquid templates, but I'm wondering how do I load data dynamically in my controller? The reason is because all the data is stored in my db in different tables, and loading all of t...

Group Chat with ActionCable: Part 2 Discussion
13
General
Hi Chris,Is it possible to make a REST API for this app and create a Mobile app using Jquery mobile or Android and do real time chat with people chatting on desktop?I have an application with Rails...
felixOlesen replied

DataTables Install via Webpacker
4
General
Anyone get this to work?
Details here:
https://datatables.net/forums/discussion/57642/installation-issues-rails-yarn-webpacker#latest
Greg Blass replied
Solved

installed RoR, now what?
3
General
after installing RoR, what is next? i looked around the guides and screencasts and all of them assume you already have experience with RoR!
where is the tutorial for newbie RoR developers?
how to ...
helen560 replied

I have problems when changing Rails bundler version
0
General
After cloning a rails project on Github and running the command "rails s", the machine needs to get the older bundle> = 1 .3 && <2.0 (my current version is 2.1.4). I went to the homep...
Nguyen Quy Long posted

Cookies vs token for authentication
4
General
You can keep a users session logged in by putting their cookies into the browser .
But what about if youre using token based authentication instead and the users browser doesn't allow cookies ? ...

Deploy Ubuntu 20.04 Focal Fossa Discussion
0
General

How do I overlay form fields in a PDF?
2
General
You typically see this feature in the electronic signature apps, like Docusign and HelloSign where a user can upload PDF versions of documents and use a drag and drop tool to map fields they would ...

How to save ActionMailbox inbound HTML emails and attachments with ActionText and ActiveStorage Discussion
2
General
Firstly, thanks for this. It has been very useful and saved me a heck of a lot of time. I do have one specific question. In app/mailboxes/post.rb should line 11 not read:
```
@_attachments ||=...
Arnaud replied

Vue JS server side rendering with rails webpacker
6
General
I'm trying to figure out a solution for server side rendering of a vue js app using rails and webpacker. This article comes out top in a google search but is pretty much useless:
https://medium.c...

Setup MacOS 10.12 Sierra Discussion
0
General

How to Contribute to Rails: Adding rich_text field generators Discussion
5
General
This is so cool. You make it look so easy, and maybe it is. I should try committing to rails too.
Sahil replied

Deploy Ubuntu 14.04 Trusty Tahr Discussion
0
General

Page enter with Turbolinks
1
General
Good day,
I'm having an issue when entering a page and loading a resource. The resource is Selectize which otherwise working fine but when I enter the page with the functionality it will just not ...
Nelson Casanova replied
Solved

Group Chat with ActionCable: Part 4 Discussion
69
General
As for message relay jobs matter for this particular subject of this ActionCable example, do you recommend putting down for its current_user's id or name in these kind of scenarios when it comes to...

How to Create & Test a Rails Engine Discussion
0
General
Great episode, never considered using a rails engine for a gem!
Jankees posted

How to Test Background Jobs with Active Job Discussion
1
General
Nice video! this work with sidekiq workers and rspec ?
Dwight Watson replied

How to add a Page to your Rails app Discussion
0
General

docker screencast?
6
General
Hi whole community, recently i'm learning something about docke, my question is:
is gorails planning make a screencast about docker? when?. (i didn't found any about docker here)
great videos. thanks
Richie McMahon replied