Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #3582 - Adds dbport configuration option for specifying database port | James Turnbull | 2010-02-17 | 1 | -0/+1 |
| | |||||
* | Fixed #2568 - Add database option 'dbconnections' | Richard Soderberg | 2009-11-20 | 1 | -0/+2 |
| | | | | This sets the ActiveRecords connection pool size, when connecting to remote databases (mysql, postgres). default is 0; the 'pool' argument is only passed to ActiveRecords when the value is 1 or greater. | ||||
* | Changed indentation to be more consistent with style guide (4 spaces per level) | Ian Taylor | 2009-06-06 | 1 | -11/+11 |
| | |||||
* | Changed tabs to spaces without interfering with indentation or alignment | Ian Taylor | 2009-06-06 | 1 | -18/+18 |
| | |||||
* | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ↵ | James Turnbull | 2009-02-26 | 1 | -2/+2 |
| | | | | semicolons | ||||
* | Fixed #1394 - Added stored configuration clearing script to /ext | mh | 2008-08-17 | 1 | -0/+87 |