
Editable emails templates
5
Rails
Hi there š
I need users to be able to edit email templates, something like:
`Hello {{ first_name }},`
Please advice, thanks š
Henk Jan replied

Improving the Rails Conductor for Inbound Emails & ActionMailbox Discussion
0
General
Is there a pull request into rails for this we can see?
will posted

ActiveStorage - AWS S3 use_accelerate_endpoint for certain users
0
Rails
Hi there!
I'd love to know if there's a straightforward way of implementing S3 accelerated uploads for certain users, with ActiveStorage. Essentially, I want my paid users to experience faster upl...
Simon Moro posted

How do I extend enum method?
0
Rails
Is there a simple way to either extend the enum methods OR to override the current bang method? I have a lot of enum statuses that I update with bang. However, the rails enum bang method is writt...
Amie Walton posted

how do i debug
1
Rails
Is there a method to debug hosted ruby on rails application and check the request and response object
Arnaud replied

Question regarding the threaded comments! Post titles or link_to post only if the current user is on another users show page.
2
Rails
Hey there all, Would anyone know how you could go about linking to the commented on post? For example if you had a view on the users views for comments.. Listing all the comments by the user how ...
Alex replied

Encrypting ActiveText contents using Symmetric Encryption
0
Rails
Hey there,
Iām using ActiveText, using the Trix editor, in one of my fields in my model. The model in question has the correct attribute:
```
has_rich_text :content
```
However, Iām looking at a w...
Vincent posted

User 'folders' for uploaded files?
0
Rails
Is there any best practice / tutorial for organizing user uploaded files?
In my app I have an 'uploadable' polymorphic structure where the user can upload files to pretty much any model etc.
Curr...
Dan Tappin posted

How do I do multiple uploads in Active Storage?
0
Rails
Hi there,
I am following this tutorial to do multiple file uploads with DropboxJS but I don't know how to get multiple images belonging to a model to show in the 'show' page. Only one image shows ...
Arthur Truong posted

Doing multiple uploads with Active Storage
0
Rails
Hi there,
I am following this tutorial to do multiple file uploads with DropboxJS but I don't know how to get multiple images belonging to a model to show in the 'show' page. Only one image shows ...
Arthur Truong posted

Sending a series of keystrokes to the terminal. (CentOS)
0
Ruby
Hi there, I'm just trying to automate a process. We use a command line tool which is navigated by keystrokes (no mouse).
I was hoping to create a ruby script to send the required keystrokes to tha...
MaxwellMax posted

multistep forms
0
General
Is there a class or recommendation on how to do multstep forms in Rails?
Kirk Keeter posted

Problem in uninstalling rails and Ruby from ubuntu 16.
0
Rails
Is there any way to uninstall rails 6.0.1 from ubuntu 16 and ruby as well because i have installed ruby through rbenv. Please suggest any standard way to uninstall it. i am beginner in rails.
Dilip posted

How can i Configure my Trix Editor / ActionText field?
2
General
Is there a way to add / delete buttons from the tool bar for action_text? For eg, I'd like to add more semantic header levels (h2-h4).
Christopher replied
Solved

I am trying to build an application that will display routes on a map
1
Ruby
Hi there,
I am completely new to Ruby, and am trying to understand a way of building an application to display routes on a map, using this API: http://wiki.itsfactory.fi/index.php/Journeys_API.
...
Chris Oliver replied

How to export the entire active records to a csv file where each sheet is a active record
0
Rails
Is there a way to achieve exporting the entire active records in a rails application to csv where each relation is a sheet of csv or there is another way to export full db data.Any suggestions?
Abhishek Aravindan posted

How to integrate custom css/bootstrap/js template in ROR ?
0
CSS
Is there any GoRails video tutorial about how to integrate custom css/bootstrap/js template in Ruby on Rails web application?
Luis Cuevas posted

Issues Deploying Rails App
5
Rails
Hi there,
I'd like to deploy my app and I followed a long tutorial (not the GoRails one badly :( ) but I managed to put it on the server and running with Capistrano. DB is postgre and OS is Debian...
jundalisay replied

Active Query: object date within the next 30 days.
4
Rails
Hi there,
I'm fairly new to programming and rails. I was wondering if someone could help point me in the right direction here.
I've created a new date field in Active Record and I'm trying to ite...
Matt replied
Solved

Multiple forms one submit.
0
Rails
Hi there!
I've a view that needs to generate a form table, based on clients and days. For 7 days it creates
View (i've tried to do
<%= form_for @effort, data: {remote: true} do |f| %>
...
kriera posted