Bootstrap-Sass Not working Entirely
1
Rails
I can tell that bootstrap is working but my navbar is not styled at all. I've tried several things to no avail. Any help would be greatly appreciated. This would be a huge milestone for me if I cou...
Jeremy Hill replied
Solved
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
Add dump.rdb to .gitignore?
0
Rails
I just bootstrapped a Rails app with the basic Jumpstart template (amazing work! 🙌) and I see a `dump.rdb` file was generated in the app root directory.
I assume this is from the runnign Redis ins...
Daniel Weaver posted
Would you transcode video in your Rails app or with an external service?
1
Rails
I'm building an app that takes file uploads from a user and creates videos from them. I have the simplest-possible MVP runnign for it right now with a plain HTML form sending the contents to a serv...
Daniel Weaver replied
How should I deal with lots of images?
4
Rails
I have a Rails app that lets users select an invoice from a list of invoices. When selected a view of the image of the invoice is displayed with an image of the customer signature overlayed on top....
William Jones replied
Solved
Thoughts on Rails 6, is it ready for production?
2
Rails
Hey all,
So i thought i would pose the question and get other users views on Rails 6. So we are still on RC1, its been like this for a while now. I am curious to know others views, and experiences...
Alan Reid replied
Building complex multi-page forms. Build from scratch? Gems?
1
Rails
I want to make a "new application" feature that will require several pages, form validation on each page before progressing to the next, and routing users to different pages depending on which opti...
Chris Oliver replied
ActionCable in JumpStart project
1
Rails
Hi!
Is there anything special I need to consider when using ActionCable in a project created with the JumpStart template?
I've followed several tutorials (e.g. ["Action Cable ‘Hello World’ with R...
Chris Oliver replied
"You must use Bundler 2 or greater..." Error
1
Rails
rails -v
`Rails 5.2.3`
ruby -v
`ruby 2.6.1p33 (2019-01-30 revision 66950) [x86_64-linux]`
bundler -v
`Bundler version 2.0.1`
On creating a new app and trying `rake db:create` i get: `You must use ...
Chris Oliver replied
Solved
Help please! Error starting Rails server
0
Rails
Hey guys. I am new to Rails. I have installed Rails 5.2.3. I have Ruby 2.6.3. Both are confirmed to be operational when running the --version command.
I have tried to create a new rails app calle...
FSirju posted
Display Posts on Homepage
2
Rails
I am building a social app and I want to display the content of the /posts page (index.html.erb) on the homepage if a user is logged in.
The code below works just fine on the /posts page to displ...
MikeLangford replied
Solved
FTP Service for Active Storage
2
Rails
Hi!
I am developing a service for ActiveStorage https://github.com/gordienko/activestorage-ftp with the ability to download and delete files via the FTP protocol, and the display via Nginx. The mo...
Alien replied
switching to another ruby version
2
Rails
hello guys i have issue like this , i download some rails projects from github and run server but in every situation ruby version missed the project was old or not comparable with my ruby vers...
Daniel Gagne replied
How to process form_with using GET request as XHR
0
Rails
I'm working on a Rails 6 app, and want to update page view based on a dropdown value selected using XHR. Dropdown must use **GET** method coz I am calling **index** action.
I am using form_with wh...
Maaz Siddiqui posted
one to one association query?
0
Rails
I want to generate a custom report based on params which includes table names and column names. How to write a query on one to one association.
Satish Z posted
How do I get bin/rails app:template LOCATION=.. to actually work? (rails template with existing app)
7
Rails
I remember Chris mentioning in the "Rails Application Templates" video that he was covering only templates for new rails apps because applying templates to existing apps is "complicated." I'm begin...
Jeff Helman replied
Bidding App
1
Rails
I am building a website with a very specific way they want items bid on. That would be the initial bid will always be $125 and each additional bid will increase by exactly $25. So $125, $150, $17...
Chris Oliver replied
How do I deploy my api rails 5.2 in AWS ec2?
1
Rails
I'm following the tutorial: https://gorails.com/deploy/ubuntu/18.04#ruby
But I'm getting stuck on:
01 ArgumentError: Missing `secret_key_base` for 'production' environment, set this string with `r...
EstherLewis replied
Webpacker: How do I use images inside my .vue single file components?
0
Rails
We're using Rails and Webpacker with Vue single file components.
How do we insert images inside the `` ? A far as I can see there are many options.
**OPTION 1**:
Use .vue.erb (with webpacker erb...
TL posted
How to pass the value of input type radio in application_helper?
0
Rails
I am creating an admin template, and there is a customizer section in which I have created 3 radio buttons (named: Red, Blue, Green). There is a left sidebar navigation menu and I want to change ...
theshashiverma posted