diaspora/config
Steven Hancock 1aa0b15c8c Move Javascript to the asset pipeline
* Move all Diaspora-specific javascripts to app/assets/javascripts
* Move all vendored javascripts to vendor/assets/javascripts
* Add the appropriate Sprockets require directives to make sure
  everything gets included in the right order
* Remove Jammit dependencies
* Fix all templates that were using Jammit's include_javascripts helper
* Add handlebars_assets gem for compiling Handlebars templates
* Move all Handlebars templates to app/assets/templates and rename
  from .handlebars to .jst.hbs (this is to keep them in the same
  global JST namespace that they were in under Jammit)
* Add public/assets to .gitignore since these files can and should
  be re-generated by Heroku or Capistrano during each deploy
* Fix a few Handlebars templates that were looking for images in the
  wrong location (I'm sure there are others, but it's late)
* Configure application.rb to precompile all javascript and css assets
  that were compiled by Jammit in the Rails 3.0 code
2012-03-27 18:07:44 -07:00
..
deploy capistrano deploy: let the user choose if running svc and svstat with sudo 2012-02-04 17:59:30 +01:00
environments more progress 2012-03-27 18:07:22 -07:00
initializers remove the monkey patch that didn't work. 2012-03-21 13:58:20 -07:00
locales updated 12 locale files [ci skip] 2012-03-27 13:07:04 +02:00
application.rb Move Javascript to the asset pipeline 2012-03-27 18:07:44 -07:00
application.yml.example fixed rspec tests, more fit and finish around how the invite code works, 2012-03-16 17:56:35 -07:00
assets.yml remove jquery from assets; wip 2012-03-27 18:07:23 -07:00
boot.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
cap_colors.rb Added color definition file at config/cap_colors.rb 2011-11-15 09:06:15 -08:00
cucumber.yml suburi cucumber test. 2010-12-29 10:31:25 +01:00
database.yml.example basic federation profile testing stuff 2012-02-14 10:58:57 -08:00
deploy.rb capistrano deploy: fixed multiple thin detection 2012-02-04 18:11:34 +01:00
deploy_config.yml.example capistrano deploy: let the user choose if running svc and svstat with sudo 2012-02-04 17:59:30 +01:00
environment.rb refactor locale initialization and selection a bit 2012-03-21 19:25:47 +01:00
heroku.yml.example working on making heroku_san magical 2012-01-19 19:21:10 -08:00
locale_settings.yml refactor locale initialization and selection a bit 2012-03-21 19:25:47 +01:00
newrelic.yml allow custom app_name prefixes for newrelic 2012-01-20 12:25:05 -08:00
oauth_keys.yml.example 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
routes.rb MS DC fix tests 2012-03-27 14:52:53 -07:00
schedule.rb.example Adds maintenance rake tasks for logrotate and temp file deletion; Adds whenever gem + sample whenever file 2011-12-15 15:18:07 -08:00
script_server.yml.example rename config/script_server_config.yml to config/script_server.yml to remove redundancy 2011-09-07 03:30:43 +02:00
selenium.yml MS DG update copyright 2011-09-14 11:23:12 -07:00
thin.yml MS DG update copyright 2011-09-14 11:23:12 -07:00
unicorn.rb preload_app in unicorn 2012-01-27 11:42:51 -08:00