python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Rails // ActionController::ParameterMissing error
I am getting an ActionController::ParameterMissing in FarmersController#create error. I am just doing a basic user login setup. A lot of the similar help out there suggests I may have a spelling, or...
Marc Auciello
Votes: 0
Answers: 2
rails 7 ActionController::UnknownFormat in ManagersController#destroy Problem with has_one association destroy action
I have a simple rails app where a Project has_one Manager.
All actions works as expected except for the @manager.destroy action. The record is deleted successfully from the database but I get an Actio...
user1791061
Votes: 0
Answers: 1
With Ruby on Rails what's the best way to display data from a form field on a show page from another Ruby class?
I'm still somewhat new to Ruby and am having trouble displaying data on the show page from another class. I have two classes, Company and Job. On the Job show page I would like to display the Company'...
Ken
Votes: 0
Answers: 1
what is the right way to use ActionController.dispatch in rails
I have two controllers: controller A and controller B and I'm calling a controller A's actions from Controller B like this:
AController.dispatch(:get, request, response)
my question is - is it a bett...
nadavgam
Votes: 0
Answers: 1