Maxwell Salzberg
|
cedc49bf09
|
MS DC; oauth keys are now pulled out of application.yml to be simplier. incldue newrelic as heroku expects it, without affecting people who do not use newrelic. If you do use new relic in production, you have to put your newrelic api key in application.yml
|
2012-01-05 17:31:38 -08:00 |
|
Jonne Haß
|
c0e4fa831a
|
fix syntax error in production.rb
|
2012-01-05 20:17:30 +01:00 |
|
Maxwell Salzberg
|
0199949f3c
|
move analytics to initializer, thx MrZYX
|
2012-01-05 10:55:29 -08:00 |
|
Maxwell Salzberg
|
5a0f948a85
|
better file requires in production.rb
|
2012-01-05 00:02:59 -08:00 |
|
Maxwell Salzberg
|
fdea2f94ff
|
remove icky analytics code from layouts, move to middleware
|
2012-01-04 23:54:48 -08:00 |
|
Maxwell Salzberg
|
9cdfea02b0
|
add the GC profiling option for newrelic for 1.9.2; see: http://newrelic.com/docs/ruby/ruby-gc-instrumentation
|
2012-01-04 22:28:18 -08:00 |
|
Maxwell Salzberg
|
85e51a6dd7
|
wip
|
2011-10-05 12:06:19 -07:00 |
|
Maxwell Salzberg
|
b5c3f2c615
|
wip
|
2011-10-03 15:22:14 -07:00 |
|
danielgrippi
|
91e649977c
|
MS DG update copyright
|
2011-09-14 11:23:12 -07:00 |
|
Maxwell Salzberg
|
7ff11188b6
|
update gemfile
|
2011-09-05 13:28:08 -07:00 |
|
Sarah Mei
|
ac063ed938
|
Show stack traces in cucumber. How did this get turned off? Did we used to have a separate cucumber environment?
|
2011-08-06 12:46:15 -07:00 |
|
Raphael Sofaer
|
7382dfb7be
|
Multi-server spec now successfully passes along a reshare
|
2011-07-21 18:23:33 -07:00 |
|
Raphael Sofaer
|
38289b1a47
|
Multi-server integration tests are now possible
|
2011-05-25 15:16:14 -07:00 |
|
Jamie Wilkinson
|
4a3cc59df9
|
Fix crazy slow dev-mode exception pages using targeted .inspect monkeypatches
|
2011-04-06 17:45:52 -07:00 |
|
Raphael Sofaer
|
8c6afbb912
|
Oops.
|
2011-03-22 10:21:31 -07:00 |
|
Raphael Sofaer
|
2b997e70c2
|
Refactor image processing to use 2 uploaders. Federation and s3 need testing
|
2011-03-21 16:40:53 -07:00 |
|
Raphael Sofaer
|
bb58544a70
|
Add logging for GC (slight slowdown, but worth it for the data)
|
2011-02-10 15:52:00 -08:00 |
|
Raphael
|
a2bb8515f9
|
Update cap scripts to have separate staging and production environments, use bundler
|
2011-01-31 15:28:43 -08:00 |
|
Sarah Mei
|
6f1aee990c
|
Database is cleaned between scenarios. Progress?
|
2010-12-28 20:03:58 -08:00 |
|
Raphael
|
f043c9cc7e
|
Took MongoMapper out of the bundle, trying to fix querying.
|
2010-12-20 16:53:56 -08:00 |
|
maxwell
|
0a831cfbf4
|
invites are now on the queue
|
2010-12-03 19:33:54 -08:00 |
|
Jamie Wilkinson
|
0906f38f6d
|
Use HAML ugly mode in production
|
2010-11-27 14:32:57 -08:00 |
|
danielvincent
|
4976503c0f
|
let nginx serve static assets.
|
2010-11-12 11:47:19 -08:00 |
|
zhitomirskiyi
|
0b2e00b7d6
|
MS IZ the mailer will not be setup unless turned on in the APP_CONFIG
|
2010-10-26 17:46:19 -07:00 |
|
ilya
|
ad348ed24c
|
trying the mailer_condig
|
2010-10-07 16:54:38 -07:00 |
|
ilya
|
9c59adee51
|
in dev env as well
|
2010-10-07 16:48:49 -07:00 |
|
ilya
|
487637d5a3
|
Merge branch 'master' of github.com:diaspora/diaspora
|
2010-10-07 16:42:49 -07:00 |
|
ilya
|
f022c2d8bd
|
correct smtp server
|
2010-10-07 16:42:39 -07:00 |
|
Raphael
|
1fd3aeabd9
|
Add or later to license notice
|
2010-10-07 16:25:34 -07:00 |
|
ilya
|
720d1daa9e
|
moved the mailer settings back into env
|
2010-10-07 15:40:18 -07:00 |
|
ilya
|
7aa49b277c
|
moved the smtp setting to intializers
|
2010-10-07 14:36:08 -07:00 |
|
ilya
|
2a104ea622
|
Revert "moved the SMTP setting into app_config.yml"
This reverts commit 2451ac4957.
|
2010-10-07 14:26:59 -07:00 |
|
ilya
|
2451ac4957
|
moved the SMTP setting into app_config.yml
|
2010-10-07 14:20:31 -07:00 |
|
Dorian
|
6ffc03a4c9
|
Big clean up: delete trailing whitespace
|
2010-09-26 12:48:40 -04:00 |
|
Stephen Caudill
|
536cea5e44
|
Remove consecutive empty lines
|
2010-09-25 12:06:39 -04:00 |
|
Raphael
|
70a22ae839
|
Merge branch 'master' into HEAD
Conflicts:
app/models/post.rb
app/models/user.rb
config/initializers/socket.rb
|
2010-09-24 09:15:10 -07:00 |
|
Michael Fellinger
|
ba058a39a8
|
Replace require_relative with compatible version
|
2010-09-16 14:50:30 +09:00 |
|
Michael Fellinger
|
c6f5b4ed16
|
Basic 1.9.2 port
|
2010-09-16 14:41:33 +09:00 |
|
Raphael
|
c67a8ea100
|
Merge branch 'master' of github.com:diaspora/diaspora into production
Conflicts:
config/deploy.rb
config/environments/production.rb
spec/models/request_spec.rb
|
2010-09-15 22:37:05 -07:00 |
|
Jamie Wilkinson
|
fbdd50172d
|
Cleanup stray whitespace
|
2010-09-16 10:07:59 +08:00 |
|
Jesse Kriss
|
969779a60d
|
adding deprecation setting
|
2010-09-16 09:46:09 +08:00 |
|
Raphael
|
de93fd2818
|
Merge branch 'master' of github.com:diaspora/diaspora into production
|
2010-09-15 18:10:13 -07:00 |
|
Raphael
|
708e9f88a5
|
Spell our own name right
|
2010-09-15 17:56:18 -07:00 |
|
Raphael
|
1006e8a680
|
Merge branch 'master' of github.com:diaspora/diaspora into production
|
2010-09-15 11:01:11 -07:00 |
|
Raphael
|
aa3ebe372c
|
License notices replaced
|
2010-09-15 10:58:48 -07:00 |
|
Daniel Vincent Grippi
|
c1a9a89be7
|
Merge branch 'production' of github.com:diaspora/diaspora into production
Conflicts:
app/models/user.rb
config/deploy.rb
spec/factories.rb
spec/models/request_spec.rb
spec/spec_helper.rb
|
2010-09-14 11:08:18 -07:00 |
|
Daniel Vincent Grippi
|
4c15b1a01c
|
added license to every single goddamn file. also, put one in the root dir.
|
2010-09-13 14:23:50 -07:00 |
|
maxwell
|
4f63f60b03
|
MS merging, and added a dumb check for the email validating twice
|
2010-08-24 14:03:57 -07:00 |
|
Raphael
|
ed99532a83
|
memory leak gone for real
|
2010-08-23 16:52:19 -07:00 |
|
Raphael
|
701bec670f
|
Merge branch 'master' of github.com:diaspora/diaspora into pivots
Conflicts:
app/views/groups/index.html.haml
config/deploy_config.yml
|
2010-08-18 20:50:28 -07:00 |
|