Maudulus / launcher_sleepy

LauncherSleepy allows Launch Academy students to post photos of their classmates who have fallen asleep from exhaustion!
1 stars 1 forks source link

Enhancement: Auto-link hashtags, mentions, and links in text. #1

Open pdarden opened 10 years ago

pdarden commented 10 years ago

Metaprogramming in lib/auto_link.rb: https://github.com/pdarden/launcher_selfies/blob/master/lib/auto_link.rb

Use it in model/tweet.rb: https://github.com/pdarden/launcher_selfies/blob/master/app/models/tweet.rb

In view, it's now <%= tweet.linked_text.html_safe %> instead of <%= tweet.text.html_safe %>.

Maudulus commented 10 years ago

Thanks Parinda :) I will integrate as soon as I get a chance.

Maudulus commented 10 years ago

Let me know if you have any other ideas too