aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/script_rails_loader_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ↵Jeremy Kemper2013-01-061-22/+0
| | | | Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn'
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-4/+4
| | | | 's/[ \t]*$//' -i {} \;)
* detect being inside a rails application even from a subdirectoryChad Fowler2010-06-101-0/+22
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>