User contributions for Admin
15 October 2023
- 00:5200:52, 15 October 2023 diff hist +675 Understanding Forms and Changesets No edit summary
- 00:3900:39, 15 October 2023 diff hist +345 Understanding Forms and Changesets No edit summary
- 00:2500:25, 15 October 2023 diff hist −32 Understanding Forms and Changesets No edit summary
14 October 2023
- 23:2823:28, 14 October 2023 diff hist +72 Understanding Forms and Changesets No edit summary
13 October 2023
- 14:4014:40, 13 October 2023 diff hist −271 Understanding Forms and Changesets No edit summary
- 14:3414:34, 13 October 2023 diff hist +1 Understanding Forms and Changesets No edit summary
- 14:2714:27, 13 October 2023 diff hist +437 Understanding Forms and Changesets No edit summary
- 14:1914:19, 13 October 2023 diff hist +3 Understanding Forms and Changesets No edit summary
- 14:0514:05, 13 October 2023 diff hist 0 Understanding Forms and Changesets No edit summary
- 14:0414:04, 13 October 2023 diff hist +196 Understanding Forms and Changesets No edit summary
- 13:4213:42, 13 October 2023 diff hist +5 Understanding Forms and Changesets No edit summary
- 13:4113:41, 13 October 2023 diff hist +35 Understanding Forms and Changesets No edit summary
- 13:4013:40, 13 October 2023 diff hist +119 Understanding Forms and Changesets No edit summary
- 13:3913:39, 13 October 2023 diff hist 0 Understanding Forms and Changesets No edit summary
- 13:3913:39, 13 October 2023 diff hist +6 Understanding Forms and Changesets No edit summary
- 13:3813:38, 13 October 2023 diff hist +19 Understanding Forms and Changesets No edit summary
- 13:3813:38, 13 October 2023 diff hist +307 Understanding Forms and Changesets No edit summary
- 13:1813:18, 13 October 2023 diff hist 0 Understanding Forms and Changesets No edit summary
- 13:1513:15, 13 October 2023 diff hist +6 How to Create an Empty Phoenix Application No edit summary current
- 13:1513:15, 13 October 2023 diff hist +60 How to Create an Empty Phoenix Application No edit summary
- 13:1313:13, 13 October 2023 diff hist +209 Understanding Forms and Changesets No edit summary
- 13:1113:11, 13 October 2023 diff hist −105 How to Create an Empty Phoenix Application No edit summary
- 13:1013:10, 13 October 2023 diff hist +2,194 N How to Create an Empty Phoenix Application Created page with "'''Before You Begin''' {{Phoenix-Installation-Required}} ==What you will do== * Create a new Phoenix application instance ==Create the App== Select a directory, open a terminal and type: <syntaxhighlight> mix phx.new app </syntaxhighlight> This creates a new phoenix application named "app". The terminal will prompt you to download dependencies, select Y for yes. When dependency downloading is complete, you have the choice to connect your app to a database usin..."
- 13:0413:04, 13 October 2023 diff hist +65 N Forms and Event Handlers in Elixir Phoenix Admin moved page Forms and Event Handlers in Elixir Phoenix to Forms and Event Handlers in Elixir Phoenix Liveview current Tag: New redirect
- 13:0413:04, 13 October 2023 diff hist 0 m Forms and Event Handlers in Elixir Phoenix Liveview Admin moved page Forms and Event Handlers in Elixir Phoenix to Forms and Event Handlers in Elixir Phoenix Liveview current
- 12:0312:03, 13 October 2023 diff hist +10 Understanding Forms and Changesets No edit summary
- 12:0212:02, 13 October 2023 diff hist +83 Understanding Forms and Changesets No edit summary
- 11:5711:57, 13 October 2023 diff hist +259 Understanding Forms and Changesets No edit summary
- 11:4911:49, 13 October 2023 diff hist +279 Understanding Forms and Changesets No edit summary
- 11:4811:48, 13 October 2023 diff hist +194 Understanding Forms and Changesets No edit summary
- 11:4511:45, 13 October 2023 diff hist +586 Understanding Forms and Changesets No edit summary
- 11:3911:39, 13 October 2023 diff hist +48 N How to Understand Forms and Changesets Admin moved page How to Understand Forms and Changesets to Understanding Forms and Changesets current Tag: New redirect
- 11:3911:39, 13 October 2023 diff hist 0 m Understanding Forms and Changesets Admin moved page How to Understand Forms and Changesets to Understanding Forms and Changesets
- 11:3711:37, 13 October 2023 diff hist +209 Understanding Forms and Changesets No edit summary
- 11:3611:36, 13 October 2023 diff hist +26 Understanding Forms and Changesets No edit summary
- 11:3411:34, 13 October 2023 diff hist +150 N Understanding Forms and Changesets Created page with "{{In_progress}} In this tutorial you seed database and Ecto "Context" data. You then write controllers and forms while learning how changesets work."
- 10:2410:24, 13 October 2023 diff hist +922 N How to Use Code Generators to Create an App in Phoenix Created page with "{{In_progress}} ==Create Context== To create Table Data, Schema and Model information you can use this code. The example below creates the database table and the Elixir/Ecto functions needed to interact with it. This code does ''not'' create any HTML, Route or Controller data. <source> mix phx.gen.context Items Item items name:string </source> '''According to the official docs:''' Generates a context with functions around an Ecto schema. <source> mix phx.gen.co..." current
- 09:2309:23, 13 October 2023 diff hist +182 N How to Create Default Parameters/Arguments for a Function Created page with " The two backslash characters are used to create default parameters/arguments in a function. <source> def x(item \\ %{})do item # default argument of %{} end </source>" current
- 08:5208:52, 13 October 2023 diff hist +339 N What is the Difference Between Import, Alias and Use Created page with "These are keywords that let you use code across modules. ==Alias== A shortcut to another module. The syntax lets you reference a function without typing out the entire module names/hierarchy. ==Import== Pulls all functions from a module into the current module. You use the imported module functions in the current module. ==Use== ?" current
12 October 2023
- 21:0021:00, 12 October 2023 diff hist +41 User:Admin No edit summary
- 20:4620:46, 12 October 2023 diff hist +45 User:Admin No edit summary
- 20:2920:29, 12 October 2023 diff hist +73 User:Admin No edit summary
- 20:0520:05, 12 October 2023 diff hist +74 User:Admin No edit summary
- 18:3718:37, 12 October 2023 diff hist +53 User:Admin No edit summary
- 17:5917:59, 12 October 2023 diff hist +69 User:Admin No edit summary
- 14:0614:06, 12 October 2023 diff hist +138 User:Admin No edit summary
- 14:0414:04, 12 October 2023 diff hist +319 User:Admin No edit summary
- 12:5412:54, 12 October 2023 diff hist +349 Create Foreign Key Relationship Between Ecto Tables No edit summary
- 10:3610:36, 12 October 2023 diff hist +18 How to Iterate and Render Database Data in Phoenix LiveView No edit summary current
- 10:1510:15, 12 October 2023 diff hist +45 N Phoenix HEEx (HTML Template) Quick Reference Guide Created page with "https://studioindie.co/blog/heex-guide/#logic" current