| .. |
|
1_intialize_app_config.rb
|
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 |
|
2_before_load_services.rb
|
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 |
|
3_setup_app_config.rb
|
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 |
|
airbrake.rb
|
trying this on for size again; Revert "I can't test this at this momement. I will put it back in once i have a"
|
2012-04-19 21:02:29 -07:00 |
|
backtrace_silencers.rb
|
|
|
|
carrierwave.rb
|
never use s3 in the test env ::sigh::
|
2012-03-29 16:11:32 -07:00 |
|
check_session_secret.rb
|
add EnviromentConfiguration to keep track of heroku specfic enviroment hacks
|
2012-01-03 16:01:21 -08:00 |
|
client_side_validations.rb
|
touch up welcome page
|
2011-10-19 18:44:09 -07:00 |
|
cors.rb
|
Cross-Origin Resource Sharing
|
2012-03-10 23:49:56 -08:00 |
|
devise.rb
|
slight speed improvement by tweaking devise in the test env
|
2011-12-11 13:12:40 +01:00 |
|
direction_detector.rb
|
|
|
|
enforce_ssl.rb
|
the middleware stack is just an array and insert_before just an alias to insert, basically, guess what inset(0, something) does. AKA finally fix Rack:SSL
|
2012-01-22 19:20:35 +01:00 |
|
faraday.rb
|
set faradays timeout 25
|
2012-01-15 02:49:14 +01:00 |
|
fetch_featured_users.rb
|
add EnviromentConfiguration to keep track of heroku specfic enviroment hacks
|
2012-01-03 16:01:21 -08:00 |
|
ignore_ssl_in_development.rb
|
|
|
|
inflections.rb
|
|
|
|
json_patch.rb
|
|
|
|
load_analyitics.rb
|
move analytics to initializer, thx MrZYX
|
2012-01-05 10:55:29 -08:00 |
|
load_mail_jobs.rb
|
|
|
|
locale.rb
|
refactor locale initialization and selection a bit
|
2012-03-21 19:25:47 +01:00 |
|
mailer_config.rb
|
lets see if this fixes #1337
|
2012-01-04 15:33:41 +01:00 |
|
mime_types.rb
|
|
|
|
newrelic.rb
|
do not require newrelic or airbrake unless they are configured
|
2012-01-22 15:38:55 +01:00 |
|
oembed.rb
|
make tests happy
|
2012-03-15 19:44:18 +01:00 |
|
oink.rb
|
fix typo, sorry [ci skip]
|
2012-02-01 20:06:44 +01:00 |
|
omniauth.rb
|
make omniauth look at where our ca_file is
|
2012-01-20 17:21:18 -08:00 |
|
patch_openssl_pkey.rb
|
more progress
|
2012-03-21 13:50:24 -07:00 |
|
rails_admin.rb
|
only load rails admin in production mode
|
2012-04-24 13:48:14 -07:00 |
|
resque.rb
|
basic federation profile testing stuff
|
2012-02-14 10:58:57 -08:00 |
|
rspec_generator.rb
|
|
|
|
session_store.rb
|
|
|
|
set_up_image_redirects.rb
|
DG MS; add rack-rewrite to handle forwarding old urls [ci skip]
|
2012-01-26 16:32:46 -08:00 |
|
setup_mail.rb
|
|
|
|
static_assets.rb
|
make serve_static_assets setting configurable
|
2011-12-29 16:39:17 +01:00 |
|
version_header.rb
|
add EnviromentConfiguration to keep track of heroku specfic enviroment hacks
|
2012-01-03 16:01:21 -08:00 |
|
will_paginate.rb
|
fix will paginate renderer
|
2012-03-16 18:58:01 +01:00 |