Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -6/+6 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | edit pass: the names of Rails components have a space, ie, "Active Record", ↵ | Xavier Noria | 2010-06-14 | 1 | -2/+2 |
| | | | | not "ActiveRecord" | ||||
* | Replace deprecated RAILS_ROOT to Rails.env [#4373 state:resolved] | Anil Wadghule | 2010-04-12 | 1 | -1/+1 |
| | | | | Signed-off-by: wycats <wycats@gmail.com> | ||||
* | Include the CI configuration and setup instructions. | Chad Woolley | 2008-08-24 | 1 | -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. |