aboutsummaryrefslogtreecommitdiffstats
path: root/ci/site_config.rb
Commit message (Collapse)AuthorAgeFilesLines
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-6/+6
| | | | 's/[ \t]*$//' -i {} \;)
* edit pass: the names of Rails components have a space, ie, "Active Record", ↵Xavier Noria2010-06-141-2/+2
| | | | not "ActiveRecord"
* Replace deprecated RAILS_ROOT to Rails.env [#4373 state:resolved]Anil Wadghule2010-04-121-1/+1
| | | | Signed-off-by: wycats <wycats@gmail.com>
* Include the CI configuration and setup instructions.Chad Woolley2008-08-241-0/+72
This should make it easy to set up your own copy of the CI environment, and easier for us to keep ours running.