zachdaniel
Creator of Ash
The new Ash Framework site and installer are live. Please try it out and let me know what you think!
Trending in News & Updates
Today we’re releasing Oban for Python. Not an Oban client in Python. Not a pythonx wrapper embedded in Elixir. Nope, it’s a fully operati...
New
I’m a bit excited to announce that Localize and friends are now at release 1.0. Even though it’s a 1.0 release, it stands on 8 years of w...
New
I’ll be using this thread to share Hologram patch release announcements. Minor releases will continue to get dedicated threads with blog ...
New
Hologram v0.11 is out! Two headline features this release. First, Elixir regexes now run in the browser. They were server-only until now,...
New
Just published search_ash 0.5.0 (with search_core 0.4.0) on Hex.
What’s new: synonyms
You can now declare a synonym dictionary per lang...
New
This release unifies configuration for queues, repos, and services, swaps opaque timing integers for readable durations, and backports pe...
New
MdexMultilineCells is an MDEx plugin enabling multi-line cells in Markdown tables with full
inline/block Markdown rendering and automati...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixir-ls
- #elixirconf-us
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
AstonJ
Looks good
Don’t forget there’s a shortcut you can use: https://forum.elixirforum.com/ash and feel free to use our logo on your community page
Also not sure if it’s intentional but the main content on the community page is off-centre:
(I’m on Mac Safari)
zachdaniel
Perfect, will update!
D4no0
Wow, so fancy!
I really love the generator, are you generating the phoenix project on your server?
sevenseacat
No - you can check out the shell script from the first part of the generated command to see what it does, eg.
https://ash-hq.org/new/test?install=phoenix
When you run the script on your machine, it installs the
phx_newandigniter_newHex archives, and usesigniter.newto generate a new Mix project usingphx.newD4no0
It also seems to install elixir/erlang. Are you sure that is not dangerous, because folk is using different setups?
sevenseacat
Only if they’re not already present on your system. If the
elixircommand succeeds, that part of the script is skipped!_jonas
Personally I’d prefer if it didn’t do that, I’ve got elixir/erlang installed via mise but may not always have it activated and wouldn’t want to have it implicitly installed again without prompting.
The installer is neat though, I like the look of the tooling around Ash, excited to explore it more!
zachdaniel
We based it off of what the new phoenix installer does, and we want to try to be unified. We are going to be adding an option for if you are using the
fishshell, we could potentially add a flag or explanation that it will happen? Ultimately there are a lot of audiences for this and it can be difficult to make it exactly what everyone needs. Perhaps for those with more discerning sensibilities there could be a “show script” button that will link to the underyling script?renews
If you change the order of execution a bit for the curl should work in any shell
I tested already on
bashandfishzachdaniel
The primary issue here is that it is possible for an igniter installer to prompt for user input, which that formulation won’t allow AFAIK. The
)
--yesshould tell them not to do that, but they don’t have to listen to that flag necessarily, and over time this tooling will compose installers I don’t personally develop (Oban installer option coming soon now that Oban has an igniter installer