This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What’s the single MOST important thing for us to add to Podia? “If Podia had [ BLANK ], I would be the happiest person in the world”. | |
What else can we do better? I wish Podia would improve: | |
What do you find difficult or confusing in Podia? | |
What is the primary benefit that you have received from Podia? | |
How would you feel if you could no longer use Podia? Why? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mark: | |
name: Mark Evans | |
desc: Marketing Consultant & Coach. | |
image: marketing/face-mark.jpg | |
story_cta: nil | |
story_url: nil | |
coach_url: https://www.growevenfaster.com/ | |
quote: Coach is amazing, user-friendly, and flexible. Building an online course was a snap and the customer service is always-on. | |
products: | |
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[13:21:50 challenge-2]$ gem install barcade && barcade --yesterday | |
Fetching: net-http-digest_auth-1.4.gem (100%) | |
Successfully installed net-http-digest_auth-1.4 | |
Fetching: net-http-persistent-2.9.4.gem (100%) | |
Successfully installed net-http-persistent-2.9.4 | |
Fetching: mime-types-2.2.gem (100%) | |
Successfully installed mime-types-2.2 | |
Fetching: unf_ext-0.0.6.gem (100%) | |
Building native extensions. This could take a while... | |
Successfully installed unf_ext-0.0.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Task | |
after_save :nofity_for_next_tasks | |
def notify! | |
unless user_notified? # This is a new column | |
send_actual_email_somehow(task, user) | |
update_attribute(:user_notified, true) | |
end | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
asdfsdf |