desnudopenguino has quit [Ping timeout: 250 seconds]
desnudopenguino1 is now known as desnudopenguino
duderonomy has joined #ruby
Sampersand has quit [Quit: Client closed]
<johnjaye>
i would think the only reason ruby would work as a shell is the omitting parenthesis thing
<johnjaye>
every other language forces you to have parentheses because i guess the more the better right
Al2O3 has quit [Ping timeout: 248 seconds]
Al2O3 has joined #ruby
<weaksauc_>
johnjaye nah any language could make a shell. their shell only executes ruby only when you pass in `: some_ruby_command`
<libsys>
I use parentheses on my ruby code because it makes things easier to understand in a ton of cases, and for consistence with that
<libsys>
isene: heyy, that seems pretty cool
<libsys>
what do you guys think of ruby in comparison with python? in my mind they serve a pretty similar purpose, but ruby seems way nicer
<libsys>
pity that python is way more popular
<weaksauc_>
libsys i think the main rule is always use parens when calling a method with parameters and omit if not
<weaksauc_>
with a few exceptions
<weaksauc_>
but maybe a handful
<libsys>
weaksauc_: I do the same
nektro_ is now known as nektro
caedmon has joined #ruby
caedmon has quit [Ping timeout: 240 seconds]
moldorcoder7 has quit [Ping timeout: 268 seconds]
Sheilong has quit []
grenierm has joined #ruby
grenierm42 has joined #ruby
grenierm42 has quit [Client Quit]
grenierm has quit [Ping timeout: 245 seconds]
grenierm has joined #ruby
caedmon has joined #ruby
grenierm has quit [Quit: Client closed]
caedmon has quit [Ping timeout: 240 seconds]
grenierm has joined #ruby
tomtmym has joined #ruby
tomtmym has quit [Changing host]
tomtmym has joined #ruby
keypresser86 has joined #ruby
Mahfuj has joined #ruby
<Mahfuj>
Hi everyone!
<Mahfuj>
Seareed Inc. is seeking a skilled and passionate developer to join our dynamic e-commerce platform. If you are an experienced professional who thrives in a deadline driven, and fast-paced environment, and who has a strong background in web development, this is an excellent opportunity to contribute to the growth and success of our platform. At Seareed, we value creativity, innovation, and a passion for delivering exceptional user experiences. If you are
<Mahfuj>
excited about joining a dynamic team and making a significant impact on the future of our e-commerce platform. Our technical requirements includes doing many payment integrations, but the main framework is Stripe. Pay range 40 USD -100 USD per hour depending on skills, and experience. Please email me resume, portfolio, your relevant experience and why you are interested in this position at reazmahfuj124@gmail.com. We look forward to hearing from you!
roadie has joined #ruby
c10l has quit [Ping timeout: 240 seconds]
infinityfye has joined #ruby
ultralan has joined #ruby
ultralan has quit [Remote host closed the connection]
<mooff>
isene: perhaps "help" or ":help" could print the intro text again :-)
benedi26 has joined #ruby
otisolsen70 has quit [Quit: Leaving]
Ray56 has joined #ruby
benedi26 has quit [Ping timeout: 265 seconds]
zaps14 has joined #ruby
Ray56 has quit [Ping timeout: 250 seconds]
markong has joined #ruby
<isene>
Yes!
zaps14 has quit [Quit: Best CPUs can count to infinity twice without being bugged out by zero division errors or whatnot.]
Al2O3 has quit [Quit: I'm quitting, thanks for all the sharks.]
c10l has joined #ruby
swaggboi has quit [Ping timeout: 250 seconds]
swaggboi has joined #ruby
caedmon has joined #ruby
c10l has quit [Quit: See ya! o/]
moldorcoder7 has joined #ruby
c10l has joined #ruby
friendlypunk has quit [Quit: Leaving.]
<rapha>
good god
markong has quit [Ping timeout: 250 seconds]
polishdub has quit [Ping timeout: 240 seconds]
polishdub has joined #ruby
blackmetal has joined #ruby
<blackmetal>
Anybody often rebase and rearrange their commit history only to be bombarded with merge conflicts 99% of the time about Gemfile.lock or db/schema.rb?
<blackmetal>
What's the best way to solve this? Should I somehow ignore these files and their inevitable conflicts, do my rebasing and rearranging, and then make some script that goes from the first to the last commit doing ie. `git checkout HEAD -- Gemfile.lock && bundle && yarn && rails db:drop db:create db:migrate && git add db/ Gemfile* yarn.lock && git rebase --continue` (maybe in addition to a script that