Daniel O'Connor
ac61ae3a56
Update database.yml
2023-04-13 16:50:23 +01:00
Cesy
a4098e9a59
Another attempt at postgres for codespaces
2023-04-13 16:50:23 +01:00
Brenda Wallace
2872a1c29d
Wrapped all long lines.
...
reduced rubocop's line length limit to 120
2016-11-17 22:02:18 +13:00
Daniel O'Connor
4b4e0cf69a
$ rubocop --only HashSyntax --auto-correct
...
483 files inspected, 2018 offenses detected, 2018 offenses corrected
2016-05-19 15:53:11 -04:00
gabrielsandoval
0e2a5fd205
Added search form on the places index page.
2015-06-21 15:24:07 +08:00
Skud
60b407986d
One more try to get travis working with postgres
2014-07-06 21:34:23 +10:00
Skud
0174202ef0
Remove travis environment
...
We had this special environment because we wanted travis to be different
to our test environment -- specifically, to use postgres, while we used
sqlite in dev/test. We now use postgres in dev/test so this is no
longer necessary.
2014-07-06 20:27:35 +10:00
Skud
8897e5149d
switch to using postgres in dev and test
2014-07-06 20:14:12 +10:00
Skud
8314851a8e
fixed c&p error in database.yml
2013-07-08 11:05:46 +10:00
Skud
c17ef8e566
attempt to get travis to test on psql not sqlite
2013-07-08 10:59:31 +10:00
Skud
be029541ee
and the database config
2012-10-06 21:52:40 +01:00
Skud
58d3f91b9d
Deploy to staging environment
...
as per http://cjohansen.no/en/rails/multi_staging_environment_for_rails_using_capistrano_and_mod_rails
2012-10-06 21:33:08 +01:00
Skud
c5cfef04d9
Keep postgres password out of database.yml, populate it via cap deploy instead.
2012-10-06 12:45:51 +01:00
Miles Gould
7024591269
Include password for production from secret file.
...
We read in the file using ERB. See
http://stackoverflow.com/questions/18290/how-do-you-secure-database-yml
2012-10-03 20:59:22 +01:00
Miles Gould
79a98d6225
Only use Postgres in production.
2012-10-03 20:04:56 +01:00
Skud
7452d7ae39
Switched to postgres instead of sqlite3
2012-10-02 21:44:01 +01:00
Cesy Avon
95145f2869
Moving development to top level directory
2012-08-23 10:41:00 -07:00