Skip to content

Instantly share code, notes, and snippets.

@bdthinh
Created September 3, 2013 20:12
Show Gist options
  • Save bdthinh/6428939 to your computer and use it in GitHub Desktop.
Save bdthinh/6428939 to your computer and use it in GitHub Desktop.
Some trick with operator in RoR
user_name = (user.authenticated? && user.name) || 'guest'
@bdthinh
Copy link
Author

bdthinh commented Sep 3, 2013

wheels = 2
wheels == 0 ? "Unknown Vehicle" : wheels <= 2 ? "Unicycle/Motorcyle/Scooter" : "Car/Truck"

@bdthinh
Copy link
Author

bdthinh commented Sep 3, 2013

backquotes:
date
dir
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment