The second Ruby Montevideo Meetup of the year is happening this Thursday. This time hosted by @effectusok ๐ see you there ๐บ๐พ โ๏ธ https://t.co/Eb5VLULRxZ #ruby
Git Merge vs. Rebase
- both serve the purpose of integrating one branch into another
- merge creates a merge commit with all changes (easy & safe to use)
- rebase moves all commits on the tip of the other branch (good to keep git history linear & clean)
๐Rails tip๐
Did you know there is a model validation that will make the validation fail if that attribute is false? No need to add a DB column or additional attr_accessor! Useful for things like a terms of service checkbox.
#ruby#rails#rubyonrails
Welcome aboard! S E V E N new members ๐จโ๐ป๐ฉโ๐ป
This is an exciting time for our company, and we are delighted to welcome you as key additions to our valued team โจ
We look forward to working and growing together! ๐ฑ
#newjoinee#newjoiner#welcomeaboard#welcome#work#officescenes
๐๐๐ป Podcasts are dominating the media landscape. They are not only an AWESOME learning tool, but they also:
- are readily available and accessible
- allow you to multitask
- have a wide variety of topics
- build communities
and more!
#effectus#effectussoftware#keeponcoding