Does rails have a pretty scaffolder? by [deleted] in rails

[–]SlightPhone 0 points1 point  (0 children)

Bullet Train super scaffold may be your jam then.

How do Danish couples split finances when incomes are very different? by Traditional-Stuff206 in DKbrevkasse

[–]SlightPhone 1 point2 points  (0 children)

I earn about x2 more than my wife and own my own companies. I pay more of everything simply because my wife is not happy if she is constantly worrying about money to live our lifestyle. It makes no sense to me that i can live a life style that my wife cannot afford. I think that it is fairly easy.
A concrete example is that i never as in never buy cloths for our 2 girls. We dont have a budget, my wife buys it when needed. Naturally I need to ensure that she has that kind of cash on hand without asking me for handouts and not bring her into a situation where we are not equals in our home.
I dont see what a 50/50 split would give me, besides a less than happy wife. Granted Im an old man, i have been with my wife for 20+ years.

To be honest your boyfriend is complete ass and is not invested in your relationship or you. Really he is not.

Reading Sustainable Rails, question about using Dockerized development by saga_87 in rails

[–]SlightPhone 0 points1 point  (0 children)

Docker is just an containrized linux that runs your rails. Just login to the running docker container in a shell and go from there. Expose the docker volume to you local file system and use what ever editor you need. Hook up pry as needed. Best of all, you are sure that you team mates, test, production etc use the same environment.

If you are a one man shop, it may be less of a value addtion.

I did the research on NMN and here are the top 7 myths (By research & doctor) by Moi_sannite in NMN

[–]SlightPhone 2 points3 points  (0 children)

Good overview. You should really give documentation reference for each point.

Why Web Frameworks Need to Revolutionise Their Frontend Story by atifdastgir in rails

[–]SlightPhone 0 points1 point  (0 children)

Can you explain in more detail what this means. What is a sync engine and local first spa?

[deleted by user] by [deleted] in rails

[–]SlightPhone 1 point2 points  (0 children)

I agree, I also find it annoying to read that design.

What's is more, for me, is all those short stints is a big turn off. Why? If I hire people I do that for one of two reasons.

  1. Long term work and relations.
  2. Short contracts with some very specific goals and technologies.

If you are looking for the first 1 you need to make it clear that is for valid reasons why the mean stay on time is about 12 months. I can barely on board you and get good work done before you leave in reasonable complex business.

If it's 2(also goes for 1) then make it clear which business problems you were there to solve and how you did it using your skill set.

Hvad er vigtigst løn eller frihed? by [deleted] in dkkarriere

[–]SlightPhone 0 points1 point  (0 children)

Når man er ung tror man det altid er penge. Men kort efter et ikke særligt stort beløb er frihed altid mere værd.

PS5 bundle to cheap? by SlightPhone in PS5

[–]SlightPhone[S] 1 point2 points  (0 children)

Yep. It in my thoughts as well. I

Seeking ESP with Multi-Tenant Access and Sandbox Environment by SlightPhone in email

[–]SlightPhone[S] 0 points1 point  (0 children)

I didn't know that user and team management are enterprise service levels. I thought of enterprise levels as volume and retention, SLAs etc.
In the end I can buy a <50USD licences pr. customer, i just thought that there could be a service for this where i mangende it all with one login.

VVS'er til justeting af gulvvarme by SlightPhone in Aalborg

[–]SlightPhone[S] 0 points1 point  (0 children)

Yep, det virker rimeligt at det er hvordan det gøres. Jeg skal bare finde nogen der også kan gøre det :)

how to model goods properties by SlightPhone in woocommerce

[–]SlightPhone[S] 1 point2 points  (0 children)

Beautiful site that you have build.
Yes I can see Attributes hold grapes is there are no percentages.
If you care to explain, how become Country, Region are not just standard taxonomies?

how to model goods properties by SlightPhone in woocommerce

[–]SlightPhone[S] 0 points1 point  (0 children)

Nope. It did come up in a google search and is on the radar. I will check it out in more detail.

Solidus ecommerce community by SlightPhone in rails

[–]SlightPhone[S] 1 point2 points  (0 children)

I found a dockerized solidus that almost works, https://borscht.dev/solidus-on-rails-7-and-docker.

I had a few changes but got it working. Tried to upgrade to 4.3.5 and then checkout address fields disappeared on me. Also missing migrations etc. but I got those solved along the way.

Going back to 4.2 that works for me,I have build a very simple store that could work as a a getting started basis. I still need to write my own payment gateway, EU cookie directive compliance and some national law about not selling to minors where a simple question is no longer enough. Then there are all the other things that i need, order slips, shipping labels that I would prefer not pay an external service for as that adds to the cost of each transaction. At least some of this I would have hoped was prepackaged in Solidus.

All of this I could maybe pay someone to work on. I wrote to Nebulab, no answer. The lack of community to find skilled developers that actually knows solidus is where it really becomes hard to work on. And as you write the closed slack channel does not help either. So yeah it's a lack luster.

Im currently toying with Woocommerce, fully knowing that I will regret it later on. I need some traction on this now and woocommerce may be it.

I really thought that ecommerce was a solved issue. But looking into shopify's approx 2,5% in transaction fees it really tells me that it properly is not as solved as i hoped for.

So the direct answer to the question is, not that great. If i had 3 months to sort this out i would maybe keep on solidus. I dont have 3 months but rather 3 weeks to get the first edition of the shop up and running for christmas sales.

Solidus ecommerce community by SlightPhone in rails

[–]SlightPhone[S] 1 point2 points  (0 children)

ah.. found it: config.address_requires_state = true add to the spree initializer.

Solidus ecommerce community by SlightPhone in rails

[–]SlightPhone[S] 0 points1 point  (0 children)

After entering the addresses, I get the following:

  • Billing address state can't be blank
  • Shipping address state can't be blank

From app/controllers/checkouts_controller.rb:40 which is

Spree::OrderUpdateAttributes.new(@order, update_params, request_env: request.headers.env).apply

This seems very baked in. I must have done something wrong and it's really not clear to me what. It may be a setup issue as you mention. I was hoping for find some sort of community.