| .. |
|
_before_load_services.rb
|
load oauth_keys.yml.example as default so I don't have to touch my oauth_keys.yml to have the specs pass on my machine
|
2011-09-11 23:45:14 +02:00 |
|
_load_app_config.rb
|
Switching to settingslogic to manage our configuration. THE FILE FORMAT HAS CHANGED. OLD APP.YML AND APP_CONFIG.YML FILES WILL NOT WORK ANYMORE.
|
2011-05-28 19:44:40 -07:00 |
|
_splunk_logger.rb
|
Revert "Move the include of splunklogging into the appconfig check"
|
2011-08-16 15:04:51 -07:00 |
|
backtrace_silencers.rb
|
Add or later to license notice
|
2010-10-07 16:25:34 -07:00 |
|
carrierwave.rb
|
uncomment the new s3_region setting so that nobody needs to update his app_config.yml when he's using S3
|
2011-05-18 16:21:54 +02:00 |
|
check_session_secret.rb
|
take secret token stuff out of chef scripts
|
2011-02-16 22:46:43 -05:00 |
|
devise.rb
|
fixed the email from header issues and backfilled few tests
|
2011-08-22 17:38:40 -07:00 |
|
direction_detector.rb
|
added spec; rtl? -> direction_for
|
2011-04-03 04:20:08 +02:00 |
|
faraday.rb
|
Faraday follows redirects
|
2011-06-22 12:53:18 -07:00 |
|
fetch_featured_users.rb
|
dont run if you do not have featured users set
|
2011-08-03 18:37:35 -07:00 |
|
git_info.rb
|
Fallback to static version data if git unavailable.
|
2010-10-10 16:38:01 +02:00 |
|
hoptoad.rb
|
added hoptoad support, API key read from application.yml
|
2011-08-09 10:46:15 -07:00 |
|
ignore_ssl_in_development.rb
|
fixed the getting started step 3, ignore the CA certs in developement is now in initializer, changed the 'login' -> 'connect' [to facebook] png
|
2011-06-09 15:12:35 -07:00 |
|
inflections.rb
|
Add or later to license notice
|
2010-10-07 16:25:34 -07:00 |
|
json_patch.rb
|
JSON::Pure::Generator::State fix when using resque. huge thanks to this post: http://blog.ethanvizitei.com/2010/11/json-pure-ruins-my-morning.html
|
2010-12-04 13:16:30 -08:00 |
|
locale.rb
|
Fix invitation email subject
|
2011-08-10 12:10:02 -07:00 |
|
mailer_config.rb
|
Use authority instead of host in order to get the port as well.
|
2011-07-21 18:23:33 -07:00 |
|
mime_types.rb
|
remove mime type :mobile from mime_types as the mobile_fu gem already registers it
|
2011-09-07 13:03:49 -07:00 |
|
omniauth.rb
|
added the cert bundle for facebook http things
|
2011-06-08 18:20:47 -07:00 |
|
patch_openssl_pkey.rb
|
fix a bug with openssl keys in development. note to future max and
|
2011-07-24 20:06:07 -07:00 |
|
resque.rb
|
correct Rails.logger call in resque initializer
|
2011-09-11 22:07:54 +02:00 |
|
rspec_generator.rb
|
Add or later to license notice
|
2010-10-07 16:25:34 -07:00 |
|
session_store.rb
|
Take httponly off of session cookies so that the websocket works in firefox 3.x. XSS attacks would now be easier to exploit if found. A possible replacement for opening this security hole is to set a new cookie value for Firefox users that stores a randomly generated key which would give a websocket with that key access.
|
2010-11-04 15:17:28 -07:00 |
|
setup_mail.rb
|
commented out the email interceptor
|
2010-10-22 10:37:04 -07:00 |
|
version_header.rb
|
Don't cache bust in production
|
2011-08-02 16:48:30 -07:00 |