Morning reminder

She does not show herself, and therefore is apparent. She does not affirm herself, and therefore is acknowledged. She does not boast and therefore has merit. She does not strive and therefore is successful. It is exactly because she does not contend, that nobody can contend with her.
Laozi [source]

Laozi_002.jpg

 
2
Kudos
 
2
Kudos

Now read this

How to enable Postgresql password-less authentication on Ubuntu for Rails local development

Fire up your console and create a Postgres user (aka role) named rails: ಠ_ಠ sudo -u postgres psql psql (9.3.4) Type "help" for help. postgres=# CREATE ROLE rails LOGIN postgres-# CREATEDB postgres-# VALID UNTIL 'infinity'; Then make sure... Continue →