Skip to content
Extraits de code Groupes Projets
  1. août 12, 2017
    • Dennis Schubert's avatar
      Remove the schema.rb from this repo · 5b1be7d8
      Dennis Schubert a rédigé
      Although this is contrary to rails best-practises, we cannot provide a schema.rb that works for both MySQL and PostgreSQL, so we have no choice. Our migrations are maintained, so it should always be possible to get back to a "clean" database schema anyway.
      Non vérifiée
      5b1be7d8
  2. août 03, 2017
  3. jan. 15, 2017
  4. avr. 25, 2016
  5. mars 22, 2016
  6. jan. 04, 2016
  7. juil. 07, 2015
  8. mai 29, 2015
    • Benjamin Neff's avatar
      optimized sprites · 604ffb44
      Benjamin Neff a rédigé
      - move mobile icons to mobile-folder, so they aren't included in the
        icons-sprite
      - move logos to branding/logos, and create a logos-sprite without the
        big other branding-images
      - delete duplicate images
      
      closes #6004
      604ffb44
  9. mars 27, 2015
    • Jonne Haß's avatar
      Generate error pages on assets:precompile · e7d0a978
      Jonne Haß a rédigé
      This allows us to reuse any CSS we have, unify
      their look and unify their look with the regular
      page design.
      
      This works by instantiating ActionView and rendering
      templates in a rake task.
      
      Inspired by the errgent gem.
      e7d0a978
  10. fév. 28, 2015
  11. nov. 13, 2014
  12. oct. 17, 2014
  13. août 23, 2014
  14. août 17, 2014
  15. mars 31, 2014
  16. déc. 05, 2013
  17. mars 15, 2013
  18. oct. 19, 2012
  19. sept. 26, 2012
    • Jonne Haß's avatar
      New configuration system · 2a4db54d
      Jonne Haß a rédigé
      * Throw away old system
      * Add new system
      * Add new example files
      * Replace all calls
      * add the most important docs
      * Add Specs
      * rename disable_ssl_requirement to require_ssl
      * cloudfiles isn't used/called in our code
      * since community_spotlight.list is only used as enable flag replace it with such one and remove all legacy and irelevant codepaths around it
      * die if session secret is unset and on heroku
      * First basic infrastructure for version information
      2a4db54d
  20. août 28, 2012
  21. mai 11, 2012
  22. mars 28, 2012
    • Steven Hancock's avatar
      Move Javascript to the asset pipeline · 1aa0b15c
      Steven Hancock a rédigé
      * 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
      1aa0b15c
  23. fév. 01, 2012
  24. jan. 23, 2012
  25. jan. 17, 2012
  26. jan. 06, 2012
  27. sept. 13, 2011
  28. sept. 07, 2011
  29. août 25, 2011
  30. août 01, 2011
  31. juin 14, 2011
  32. juin 03, 2011
  33. juin 02, 2011
  34. mai 29, 2011
    • Sarah Mei's avatar
      Switching to settingslogic to manage our configuration. THE FILE FORMAT HAS... · 31a5ef19
      Sarah Mei a rédigé
      Switching to settingslogic to manage our configuration. THE FILE FORMAT HAS CHANGED. OLD APP.YML AND APP_CONFIG.YML FILES WILL NOT WORK ANYMORE.
      Two important differences:
      1. The app only looks in one file for settings: config/application.yml. If you want to override something, do it in that file. It is gitignore'd. If config/application.yml does not exist, or exists but is in the old format, you'll get a nice friendly set of instructions on how to convert your old file.
      2. script/server settings are no longer in application.yml. They have their own settings file - copy config/script_server_config.yml.example to config/script_server_config.yml. This is also gitignore'd. script/server will print a message and exit if that file doesn't exist.
      31a5ef19
  35. mai 22, 2011
Chargement en cours