Dj-777
i have one coruse for elixir in which they have using phoenix version 1.25 so they are having web folder inside it and now when i am try with that older version i get this Ecto.create failure error for this solution is to upgrade to latest version so in phoneix 1.6 & i dont have any web folder inside it so is that any alternate for the web folder in latest version of phoenix?
Trending in Questions
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
Hello,
I know there is an approach for handling lists that allows for optimized traversal, but I can’t recall the specific method (somet...
New
Documentation
While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
So my question is quite simple and i have found no conclusive answer on forum, google or AI.
Should we use :erlang.float for Integer to ...
New
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
I recently noticed that Elixir’s Logger defaults its primary log level to :debug when no :logger, :level application configuration is pre...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #security











Showing Posts 1 to 7- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
hubertlepicki
in 2023 makes sense to learn Phoenix on something more modern than 1.25, yes.
BartOtten
It’s better to use a guide for more recent versions of Phoenix as many things have changed for the better. Using a very outdated guide will only make you learn things that won’t work today and in the future.
kokolegorille
It has been renamed (or moved…) from web to app_web.
The main reason was to not to consider web as special, because You might want to render in something different than the web.
As mentionned by other, it’s not a good idea to use outdated tutorials. But it can be a good exercise to port old post to the latest Phoenix.
Dj-777
@hubertlepicki @BartOtten @kokolegorille I need one suggestion from you guys is that any free or purchased course for elixir and phoenix latest version?? if there is do let me know, Because the course I am having right now is too much outer dated.
hubertlepicki
For Elixir, this is gold: https://elixirschool.com/
For Phoenix maybe try the official docs? Up and Running — Phoenix v1.8.8
Dj-777
Okay Thank you for the help.
hubertlepicki
I actually meant it, the official docs are great.