How to extract from MS Word or Google Docs
1
Ruby
Hi!
does anyone know how to implement a feature that extract the content from microsoft word or google docs and keep its as rich_text?
thanks!!
MatthewHicks replied
'Uncaught ReferenceError: Rails is not defined' even after importing it in application.js file
0
Javascript
hello, i am really new to Rails. I wanted to make ajax call to a function in controller.
I have following in my view:
```
function fetchMessages() {
// Get user input from text field
let inpu...
anujmohatkar posted
Building A Hosting Platform in Ruby Discussion
11
General
Just thought I would share this in case anyone is interested how Hatchbox.io works. 👍
How do I build a multi step wizard in ruby with StimulusJS
6
Ruby
Hi GoRails,
I would like to make a multistep wizard in ruby on rails without making use of the wicked gem. Just stimulusJS and ruby :)
Could you make a tutorial about that?
Thanks in advance!
Fatih replied
Solved
Multi-step forms, without a gem?
1
Rails
I am looking for a good way to get multistep forms working, I have seen a couple of ways to do this and each has their own merits.
Now I would like to be able to navigate back and forth between t...
Fatih replied
The Unusual Error when rendering the main page at start
0
General
Hi,
I am having this unusual error where I have created the view, models, and controllers for a page with home and about views. I have also set the routes to point to the pages#home, but the view ...
Asim Mehmood Khan posted
How to download multiple files from s3 on fly?
3
Rails
Hi,
I am able to download files from s3 as a zip by using below mentioned code.
require 'open-uri'
def download_all_files
folder_path = "#{Rails.root}/public/downloads/"
zipfile_name = "#{...
mamatharao replied
How to work with nested methods correctly
2
Ruby
I am trying to figure out how to pass parent arguments to child arguments of a nested method block
so I would like to do something like
```ruby
namespace "top" do
namespace "middle" do
names...
Freibuis replied
Setup Ubuntu 20.10 Groovy Gorilla Discussion
2
General
Hi! How are you? When I try this:
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add
--->
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt...
Testing Rails ActionCable with Devise Discussion
1
General
Can't we just use sign_in and sign_out helpers from the Devise, instead of stubbing out Warden?
Matthew Kennedy replied
Copy Link To Clipboard Discussion
0
General
Adding Link Integration Tests Discussion
0
General
Challenge: Add Users To The URL Shortener Discussion
0
General
Creating The Link Model Discussion
0
General
Rails Components From Scratch Discussion
14
General
Great episode Chris!
xiaohui replied
Using Vuex with a Rails Backend Discussion
0
General
Hi! I am really in doubt if I start my project with the Hotwire approach vs the Vue approach. One of the main concerns is that I intend tô have a PWA for mobile. In this case are both ways suitab...
Ricardo Miranda de Novais posted
Help to debug inside Jumpstart
1
Rails
Hi,
I am currently developing my client's Jumpstart application and I am seeking advice on how to effectively debug any issues that may arise during the development process.
I tried to use bindi...
Chris Oliver replied
TailwindCSS Admin Theme
2
Gems / Libraries
Hello,
Does anyone have any recommendations for a clean TailwindCSS admin theme that I could easily integrate with Jumpstart pro?
- Chuck
chuckblake replied
Sidekiq Web Assets are not pickingup automatically on production
1
Gems / Libraries
I recently upgraded sidekiq to version 7. The sidekiq-web assets are not picking up automatically. I am using NGINX configurations also but nothing worked. Please help me on this
Kazim Abbas replied
Jumpstart Pro - Installing Dependencies on Cloud9
3
Servers
Are there any step-by-step instructions for getting the Jumpstart Pro dependencies installed on Cloud9?
Chris Oliver replied