[rails] List of actions defined in Controller

List of actions defined in Controller

Rails uses actions that have the following seven roles that are the basis of a web application.

Action name role
new Create new data
create Add (save) data
index Display a list of data
show Display the contents (details) of the data
edit Create a form to update the data
update Update data
destroy Delete data

Recommended Posts

[rails] List of actions defined in Controller
Rails: 7 basic actions defined on the controller
Get UserAgent in [Rails] controller
Get the path defined in Controller class of Spring boot as a list
[Rails] List instances of multiple models
List of members added in Java 9
List of types added in Java 9
Definitions other than 7 basic actions in Rails
The identity of params [: id] in rails
List of methods used in PAIZA D rank
Recommendation of Service class in Ruby on Rails
[Rails] Implementation of retweet function in SNS application
Group_by in Rails
How to separate .scss by controller in Rails
[Rails] Implementation of "notify notification in some way"
How to use JQuery in js.erb of Rails6
About Rails controller
[Rails] Ranking and pagination in order of likes
Summary of frequently used commands in Rails and Docker
Json Request in Unit Test of Controller using MockMvc
One case of solving a migration error in Rails
Use Extend (Concerns) in Rails to standardize Controller processing.
Get a list of classes in a Guava specific package
The objects in the List were references, right? Confirmation of
Read the Rails Guide (Overview of Action Controller) again
[Rails] Volume that displays favorites and a list of favorites
SSL in the local environment of Docker / Rails / puma
[Rails] Put together the same code with controller actions
Arrange posts in order of likes on Rails (ranking)
[Note] Rails error list
[java] sort in list
Model association in Rails
Adding columns in Rails
[Rails] Introduction of PAY.JP
Disable turbolinks in Rails
CSRF measures in Rails
List of beginners (List) memo
Rails Tutorial/Significance of Indexing
^, $ in Rails regular expression
Use images in Rails
Understand migration in rails
[Rails 6] Rubocop warning list
Split routes.rb in Rails6
Output in multiples of 3
Implement markdown in Rails
List of devices that can be previewed in Swift UI
Delete all the contents of the list page [Ruby on Rails]
Rails sorting function implementation (displayed in order of number of like)
[Rails] How to display the list of posts by category
A program that counts the number of words in a List
[Rails] Where to be careful in the description of validation
Method definition location Summary of how to check When defined in the project and Rails / Gem