lessons from joseph
rake db:migrate:redo
takes the last migration down and then back up
13 hours agorake db:migrate:redo
takes the last migration down and then back up
13 hours agoCTRL + A brings you to the beginning of the command, while
CTRL + E will bring you to the end of the line
1 week agojust found out that ruby really doesn’t like it if you name a file env.rb
Warning:/opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27: importenv is deprecated after Ruby 1.8.1 (no replacement)
environment.rb causes no such problems and i can still name the class Env
2 weeks ago