On 05/08/2014 18:49, Doug Goldie wrote:
> That worked for me.....
> Though I still have to reorganize my project for the new Phoenix
> structure (web dir for example).
> ...hopefully, I'll do that this afternoon.
>
> Details: (someone please correct me if I get it wrong)
> I was confused by the old phoenix deps generation for cowboy:
>
> |
>
> {:cowboy,"~> 0.10.0",github:"extend/cowboy",optional:true},
>
> |
>
> As Jose explained, the version number is for hex. However, with github
> param present, mix is pulling master from cowboy.
> This was ok when cowboy master was 0.10.0.
>
> Now if you do need to go backwards, it looks like you can specify a
> github ref, branch, tag, etc.
>
http://elixir-lang.org/docs/stable/mix/
>
> I haven't tried that yet.
>
I would be a lot happier if we just had Phoenix working with the current
stable Elixir 15.0 then downgrading to satisfy dependencies wouldn't be
an issue. Maybe I'll just wait.
gvim