adonisjs-community / adonisjs.com-blog-comments

Repo to hold blog post comments
4 stars 0 forks source link

blog/introducing-adonisjs-v5/ #4

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

Introducing AdonisJS V5 Preview - AdonisJS

https://preview.adonisjs.com/blog/introducing-adonisjs-v5/

hkmsadek commented 4 years ago

Is there any probable date of final release?

inferiore commented 4 years ago

Is there any probable date of final release? X2

leognmotta commented 4 years ago

Is there any probable date of final release?

miguelortizdev commented 4 years ago

Is there any probable date of final release?

thetutlage commented 4 years ago

What exactly are you guys waiting to happen with the final release?

mousavi752 commented 4 years ago

maybe better documents :(( because using adonis v5 without complete documents is little confusing.

fmgono commented 4 years ago

can't waittt!!! but better for documentation is highly expected

thetutlage commented 4 years ago

It will be nice, if someone can share concrete feedback on what needs to be improved in the documentation. Just saying better documentation doesn't help.

fmgono commented 4 years ago

It will be nice, if someone can share concrete feedback on what needs to be improved in the documentation. Just saying better documentation doesn't help.

Owhh, i'm so sorry about that... i think what's need to be improved for now is Controller, Request, Response like V4 does. I really really want to help, but my knowledge still not good enough :(

hkmsadek commented 4 years ago

one answer, is it production ready and can we start working on it and making tutorial as well?

RomainLanz commented 4 years ago

This question has been answered a hundred times... YES it is production ready and stable.

miqbalrr commented 4 years ago

great... is there a documentation for upgrading to the newest version ?

ivanlobster commented 4 years ago

Before trying out the framework (which I just heard about 2 days ago and furiously read 80% of the docs already) I’m personally waiting For:

thetutlage commented 4 years ago

@ivanlobster

the auth package to be production ready

What's not production ready in the auth package? Can you be more specific on that

The other things will be taken care of with time

ivanlobster commented 4 years ago

@thetutlage oh I read this:

Packages that are not migrated yet

  • Authentication
  • ...

And I understood that it may (or not) undergo breaking changes until the full v5 is out.

Is this not the case?

thetutlage commented 4 years ago

The nature of blog posts make them only true at the time when they are written. Since then, a lot of new packages have released. I suggest following us on twitter, or read changelog + docs to stay upto date

estudioprogramacaocriativa commented 4 years ago

Is there any probable date to add some documentation about RBAC?

Lyle-Rogers commented 4 years ago

I just migrated from React to Adonis like 3 days ago. I freaking love you guys! This is so amazingly awesome. I can't wait to be a full out pro by using your guyses framework 😁. If this isn't asking to much, I think what would really help a lot of people that have to rely on the Documentation to learn Adonis, which is practically everyone, is to explain the functionality of the code a little more. Or at least make every important word that explains the functionality of the code, a link to a place that explains what that code is and doing. Speaking from example, a lot of newbies to the coding world have a hard time understanding everything going on in the Documentation because of all the endless advanced syntax's that don't make sense to a newcomer. But if you maid all the need to know content that you aren't teaching directly, clickable, it'll make the Adonis Journey a much more enjoyable life for all the many wonders out there.

Much love,
    Lyle Rogers❣
thetutlage commented 4 years ago

@Lyle-Rogers What you suggest we should do, to make it easier for newcomers?

abiliocoelho commented 4 years ago

Can I already use it in production?

miguelortizdev commented 4 years ago

Social Authentication is ready?

xinhash commented 4 years ago

Is there a way to contribute ? Auth doc has few instructions missing:

  1. Lucid should be installed first
  2. phc-argon2 needs to be installed, etc
ajayexpert commented 4 years ago

have you added nested route.group feature?

thetutlage commented 4 years ago

@xinhash. Sure feel free to send PR for the docs here https://github.com/adonisjs/adonisjs.com.

@ajayexpert Yup. Nested groups are supported. Also mentioned in the docs https://preview.adonisjs.com/guides/http/routing/#route-groups

mojtaba-7 commented 4 years ago

hi, pleas add new Features for working with spa frimworks.

miqbalrr commented 4 years ago

well i really need a LUCID ORM working with no sql databases.

azabroflovski commented 4 years ago

🔥🔥🔥🔥

juslin03 commented 4 years ago

Waiting for release...

azabroflovski commented 4 years ago

I made an API server on the 5th version of adonis and everything works great, waiting for release

mxthevs commented 4 years ago

any news on the Intl package?

Dropcodee commented 4 years ago

what about job queues is that also production ready and if it is where can i find the docs

mohammadreza-ae commented 4 years ago

Is there any probable date of final release? X5

andrefigueira93 commented 4 years ago

Is there any probable date of final release? X6

adenot commented 4 years ago

I dont see Queues in the trello roadmap, is that still in scope for v5?

thetutlage commented 4 years ago

@adenot Queues are not part of the initial release, but will eventually be added to v5

@andrefigueira93 Nope. Is there something stopping you from using v5 as of today?

adenot commented 4 years ago

@adenot Queues are not part of the initial release, but will eventually be added to v5

Thanks @thetutlage. If I may suggest something, could we have a card on trello for Queues where people can vote? For us, coming from laravel, I'd really love to have the blocks to write async jobs built into framework, with the option to easily change the queue backend (from DB to SQS to rabbitMQ, etc) without having to update the code.

miqbalrr commented 4 years ago

@adenot Queues are not part of the initial release, but will eventually be added to v5

Thanks @thetutlage. If I may suggest something, could we have a card on trello for Queues where people can vote? For us, coming from laravel, I'd really love to have the blocks to write async jobs built into framework, with the option to easily change the queue backend (from DB to SQS to rabbitMQ, etc) without having to update the code.

i have implemented the queue system in adonis v4.1 using bull, there is a package named adonis-bull, even it doesn't have a command provider to add the jobs, but i thought it was a good thing.

pishguy commented 4 years ago

this framework is very awesome, but it doesn't have good tutorial inside youtube or etc, i like this framework and i try to learn more,

thanks your support

thetutlage commented 4 years ago

@MahdiPishguy Yup creating videos and writing more tutorials is something we will invest more time into. I know this is an area in which we are lacking.

sp4ceman commented 4 years ago

regarding websocket support - the post in march says its still to be done but i dont see it anywhere on the trello board either in todo or in completed. is websocket support in v5?

kevin1193 commented 4 years ago

We have created a pretty huge project using v4. Excited for v5 release, tons of upgrades :D

luixal commented 4 years ago

Hey @thetutlage , it is totally true: "The nature of blog posts make them only true at the time when they are written" but... it's linked with specially effort on the home page. Just imagine the New York Times header linking to some article from 10 years ago.

If everyone (me included) are ending up here... maybe a new post, changing the text in home page's link or redirecting to the documentation would be nice :)

jaimersoncabral commented 4 years ago

Hello, I didn't understand how I can change .env to .env.testing during the execution of the tests. Can anyone help?

thetutlage commented 4 years ago

Run your tests as NODE_ENV=testing npm run test and the values of .env.testing will be merged with the .env file

gjae commented 4 years ago

I come from laravel, please add more information about the IOC containe, this is useful for write and share packages with the community :).

Great work man!

hbsion commented 4 years ago

Why not support mongodb?

thetutlage commented 4 years ago

@hbsion Why not use Mongoose?

HappyLDE commented 3 years ago

This! I am about to switch from Laravel (5 years exp on it) to node ecosystem and found AdonisJs! Thank youuu for making it. Looking forward to this!

HappyLDE commented 3 years ago

Aaand I ported almost the whole project from Laravel to Adonis v5 and I love it! The port is quite easy even if the project is huge. Good job!

mrtaiw commented 3 years ago

Is there any probable date of final release?