Tips for Working with Rails
Go to script/console to open ruby in interactive mode. script/console loads your environments (everything in environment.rb and all your plugin and gem initializers), so you...
Go to script/console to open ruby in interactive mode. script/console loads your environments (everything in environment.rb and all your plugin and gem initializers), so you...
Passenger is a great thing because it makes Rails apps able to be deployed on Apache. The installation is pretty painless, but there are a...
Type this in terminal: defaults write com.apple.Finder AppleShowAllFiles TRUE KillAll Finder To hide the hidden files again: defaults write com.apple.Finder AppleShowAllFiles FALSE KillAll Finder
Setup the working copy of the repository svn checkout First navigate to the root of your working copy. svn status This will list any files...