trailblazer / trailblazer-loader

Require concept files, models and more without any autoloading magic.
MIT License
17 stars 23 forks source link

Broken links on readme #22

Open cpgo opened 6 years ago

cpgo commented 6 years ago

The following links are broken on the readme

I cant find those repos anymore, do they still exist somewhere?

apotonick commented 6 years ago

Hi, thanks, those repos do not exist. Anyway, many companies use TRB will all kinds of frameworks (Rails, Roda, Grape, Hanami, etc), any specific one you're interested in?

cpgo commented 6 years ago

I'm just playing arround with Roda and was looking for a better way to load my code in general, not just trailblazer related stuff. I wish bundler had an optional "auto loader" so I dont need to write my own everytime or use the active-something.

Thanks for the reply, are you going to edit the Readme or want me to open a PR?

apotonick commented 6 years ago

Most probably, we ditch the entire gem in favor of the dry-system gem.

cpgo commented 6 years ago

I should probably ask it on the dry-system channels but since you mentioned it I will ask here. Is it possible to use dry-system without the DI container stuff? Just for the code loader?

apotonick commented 6 years ago

As far as I know, yes, I want to play with it, maybe we can experiment together?

cpgo commented 6 years ago

I have some crappy testing code here. It seems to be "working" despite some very ugly hacking like loading some files like this one so I can use the compact class definition on the rest of the app.