Skip to content
#

phoenix-framework

Here are 614 public repositories matching this topic...

omidbachari
omidbachari commented Dec 26, 2018

FYI
Readme says:

def deps do
  [{:coherence, "~> 0.6"}]
end

However, in https://hex.pm/packages/coherence it only has version 0.5.2. Users get this error:

➜  path-to-project git:(master) ✗ mix deps.get
** (Mix) No matching version for coherence ~> 0.6 (from: mix.exs) in registry

The latest version is: 0.5.2

See screenshot. Thank you!

![screen s

inthenets
inthenets commented Feb 20, 2020

First, great project!

Some feedback though. It would ease the unnecessary learning curve for folks who come across this project and are like "what is phoenix? what is mix? how do I get this thing setup?", etc.

Adding some basics to the docs around how to actually use this thing on a computer, such apt-get install erlang elixir, mix local hex, .... would be very helpful to know ahead of time

stimulus_reflex
jonathan-s
jonathan-s commented Apr 15, 2020

Docs

In the quickstart the first example explains how you can introduce stimulusreflex without any javascript. This seems somewhat magical, it would be nice if it was explained somewhere more clearly how the magic works behind the scenes or what assumptions are being made to make this work.

Referring to this https://docs.stimulusreflex.com/quickstart#call-reflex-methods-on-the-server-wit

sgeos
sgeos commented May 23, 2017

Maybe I missed something important, but the instructions and source code seem to indicate the mix task sentinel.gen.views should exist. I get the following error when I try to use it.

** (Mix) The task "sentinel.gen.views" could not be found

The task does not exist in deps/sentinel/lib/mix/tasks/.

Improve this page

Add a description, image, and links to the phoenix-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the phoenix-framework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.