0
votes
How do I create a new Ruby on Rails application using MySQL instead of SQLite?
giancarlo -- remember this Q&A when you upgrade from Rails 2.0 to Rails 2.0.2 -- that was the version where SQLite became the default database for a new application instead of MySQL.
Pl …
1
vote
Interpret \n within irb or script/console
The Ruby yaml library includes the "y" command, which takes care of both the yamlizing and the formatting:
y object.methods.sort
…
