Search Results for "running-new-app-showing-error"

Forum Threads

Deploy Ubuntu 12.04 Precise Pangolin Discussion

104
General
Great tutorial!Just one thing, the Gemfile it's wrong, it's pointing to the wrong repository of each capistrano implementation. This should work:gem 'capistrano', '~> 3.0.0'gem 'capistrano-bundl...
Someone replied

Setup Ruby On Rails on Ubuntu 15.10 Wily Werewolf

34
General
Thanks for this amazing tutorial! you just described every step!
Someone replied

Direct File Uploads to S3: Part 3 Discussion

51
General
Awesome as usual Chris.How similar do you think this process would be to using Carrierwave Direct?
Chris Oliver replied

Capistrano deployment is not happenning after Server IP Change

0
Rails
Problem: Recently We have changed IP address of the stage server. We are using Capistrano for deploying rails application. So after changing server IP address when we run a command: cap develop(bra...
Rutul Shah posted

Validation Errors Not Showing in Views

1
Rails
I have an app where I got the CRUD functionality working and I added some AJAX to learn how to use it. I changed a class to use AJAX for the delete, edit and show views from the index view. That ...
Drew replied

Why my rails production server reaches to 100% CPU usage and making app to be unresponsive?

11
Servers
Hi My rails app production server CPU usage sometimes reaches to 100% and making app to be unresponsive. We are using Ubuntu 16.04.1 LTS server and configured Rails app along with Nginx and passe...

Admin Interfaces with Administrate Discussion

25
General
*shudder*.. "automagically"

Direct File Uploads to S3: Part 2 Discussion

32
General
Hi! help me please. error loading ImageAws::S3::Errors::PermanentRedirect in PhotosController#create"The bucket you are attempting to access must be addressed using the specified endpoint. Ple...
Rod Klingler replied

Flash Messages and Toasts with Hotwire & Turbo.js Discussion

25
General
Nice! I've been playing with Turbo and that comes on perfect timing, thanks! But didn't you think that feels wrong? We used to have the controller do all of that for us with the redirects and fla...
Chuck replied

Our First API (Example) - GoRails

30
General
Chris, at 10:33, when you open /api/v1/locations/1.json in your browser, I see that you can alternate between raw and parsed views of the json. Which plugin are you using for this?
Someone replied

Using Webpack in Rails with the Webpacker Gem Discussion

17
General
I wish our front end guys took 20 minutes to set up webpack on a project!

Deploy Ubuntu 14.04 Trusty Tahr Discussion

371
General
The following commands should be slightly modified:cap install STAGES=productioncap production deployI believe it should be the following:bundle exec cap install STAGES=productionbundle exec cap pr...
paul lahana replied

How to use Uppy with ActiveStorage Discussion

37
General
Thanks for this!
Brian Carpenter replied

Multitenancy with the Apartment gem Discussion

80
General
Hi, Chris video is not loading!
Prajjwal Gupta replied

Setup Ubuntu 15.04 Vivid Vervet Discussion

38
General
Worked like a charm testing out on 15.04 with the exception I had to change the repository back to utopic for nodejs and had to add the gpg key for rvm.. great article.. thanks
Someone replied

Deploy Ubuntu 16.04 Xenial Xerus Discussion

91
General
This is not working on Xenial Xerus because there is no packages for Ubuntu 16.04 in Phusion Passenger repositores yet.
Alex Hendershott replied

SEEKING FREELANCER - Javascript configuration

17
Javascript
I have been trying for 4 years and 3 months to try to setup a basic rails app. I have bought 10+ books, subscribed to this and several ohter subscription services to try to learn the basics of rai...
Melanie replied
Solved

Setup Ubuntu 14.04 Trusty Tahr Discussion

237
General
thnx
Someone replied

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...