Multiple File Uploads with a nice JS interface?
1
General
Hello everyone,,
I am going with an 'Attachment' model which belongs to other models (just one for now).
https://snaptube.cam/ https://syncnet.onl/telegram-web/ [9apps](https://9apps.cam/)
The 'Att...
How to use Method Arguments with Before Actions in Rails Discussion
0
General
Base62 Encoding Short Codes Discussion
6
General
Hi Chris,
why the local variable result is treated as frozen?
Here is the error:
Error:
ShortCodeTest#test_encode_10:
FrozenError: can't modify frozen String: ""
app/models/short_code.rb:20:in ...
George Kurobara Benjamin replied
Affiliate Program Gems
12
General
I would love a tutorial on creating an affiliate program... Anyone have any gems they can recommend?
Brent C replied
Adding Honeybadger Insights To The RubyGem Discussion
1
General
Shoutout to the folks at Honeybadger for being awesome. 🫡
Sidney Gregory replied
Adding Timeouts to net-ssh with Mike Perham Discussion
0
General
Improving Revise Auth Redirects Discussion
0
General
Make the necessary changes, pls!
How to use Javascript via Webpacker in Rails 6 Discussion
17
General
Alternatively to the webpacker way of require the flatpicker css in the `packs/application.js` you can do someting like:
```
/*
*= require flatpicker/dist/flatpicker
*/
```
In your rails `app/a...
Tony Dehnke replied
Connecting User with devise
1
General
Hello Go Rails Community,
I'm looking for some help, let's say I have an app that's for married couples. If the husband signs up for the app he hac send and invite to his wife and vice versa. Wha...
Expanding beyond a basic Rails CRUD site.
1
General
So I've got a fairly basic CRUD style rails app, which has a list of `Gins`, `Distilleries` and and blog `Posts`.
I'd like to expand it quite significantly in the following ways:
* **Add authen...
Best Rails error monitoring software ?
7
General
Hi ,
I am working on a legacy application. I would like to add error monitoring tool for this application. It uses delayed job and other gems. I think Airbreak is the good one. Plese let m...
Solved
Simple_form Chrome browser bug
4
General
This is annoying.
The select menus are overlapping in Chrome.

Has any...
How to add ssl to the CDN of AWS
1
General
Hi so I have a rails app with ssl from godadddy with a wildcard for subdomain. Now I move my assets to use CDN, but I need to use the ssl so all my subdomain use the assets with out getting CORS po...
Solved
Why after I switch controller and switch back again , the form submit button Failure?
13
General
after I switch the controller, and switch back, the form submit button Failure, if I refresh the page , it can works again.
the console and network no error log.
Solved
Setting Up A Third Party Theme
0
General
So I watched a video on the site on this topic but wasn't able to make any progress with my site.
I have an existing site that I wanted to refresh so I purchased a theme from themes.getbootstrap.c...
Is it safe to render the creditcard in my application
0
General
I'm currently adding stripe to my application. I think stripe form doesn't look that good, therefore I would like to beautify the form.
I found this gem https://rails-assets.org/#/components/card ...
STATISTICS APPLICATION
0
General
Hello everyone,
I am building a web app in rails to manage quality indicators of a financial institution. My apps use many complexe Queries. Unfortunately I am not very strong in rails so for my qu...
How do I get past rails server error
0
General
Hi, brand new to ROR. Running into error.
Background: Did install of both ruby and rails,
currently: ruby 2.5.1p57 (2018-03-29 revision 63029) [x64-mingw32] with rails 5.2.0
I installed initi...
User create Dynamic Role base
2
General
Hi! So my app uses CanCanCan and Devise for working with users. Now the app needs to have a feature where users can create role. How can I approach this new task.
Example:
Admin(User) can create ...
How to make online product designer in ruby on rail
0
General
Hello i want to build this type of online product designer in ruby on rails. [Online Product Designer](http://fancyproductdesigner.com/). Anyone know about any gem that provides this type of functi...