Have you ever used symmetric-encryption in a Rails project? Looks good to store secret stuff!


Have you ever used symmetric-encryption in a Rails project? Looks good to store secret stuff!
Check out David A. Black talking about some of the new features of Ruby 2.0!
Wow. Rails Composer makes setting us a new Rails app a LOT easier. Just run this command and the composer takes off:
rails new myapp -m https://raw.github.com/RailsApps/rails-composer/master/composer.rb
The composer will guide you through all steps to make a Rails app with what you are looking for, unlike the bare bones you get with a regular `rails new myapp` command.
Having taken a hiatus from Rails for a little while, this is GREAT to come back to.
This is another nice PROTIP for getting around annoying Mac OS X features.
This tip is another oldie, but goodie. Add a ‘sudo’ to the front if the app in in /Applications
Well done Daft Punk and Pharrell Williams. This is a GREAT song.
(Source: Spotify)
This is old, but still relevant. @unclebobmartin, once again with the wisdom.
This slide deck lays out just how similar Play (Scala) and Rails (Ruby) are to each other, with the added advantage that Scala is crazy faster (see slide 34). Interesting. Now we just need to make Scala easier to learn. :)