Skip to content
Extraits de code Groupes Projets
  1. fév. 23, 2014
  2. fév. 10, 2014
  3. jan. 20, 2014
  4. jan. 16, 2014
    • Florian Staudacher's avatar
      replace vendored backbone.js/underscore.js with 'backbone-on-rails' gem · 1924c40d
      Florian Staudacher a rédigé
      - updates underscore to 1.5.2 and backbone to 1.1.0
      
      backbone had some breaking changes:
      - fix url/urlRoot handling in models & collections
      - options are no longer attached to the view by default
      - collections reset when 'fetch' is called, tell it to keep the existing
        models
      
      other changes:
      - fix some events triggering multiple times in connection with deleting
        a model
      - use document fragments instead of an element array for stream entries
      - adapt jasmine and cucumber specs to the changed code
        * no longer test the backbone router as part of our code
        * jasmine factory already returns model instances, no need to wrap
          that again
      1924c40d
  5. fév. 26, 2013
  6. oct. 08, 2012
  7. sept. 17, 2012
  8. sept. 12, 2012
  9. juil. 10, 2012
  10. juin 18, 2012
  11. avr. 21, 2012
  12. avr. 19, 2012
  13. avr. 18, 2012
  14. avr. 03, 2012
  15. mars 29, 2012
  16. 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
  17. sept. 06, 2011
  18. mai 29, 2011
  19. avr. 19, 2011
  20. avr. 07, 2011
  21. fév. 03, 2011
  22. jan. 28, 2011
  23. jan. 27, 2011
  24. jan. 24, 2011
  25. nov. 09, 2010
  26. nov. 01, 2010
  27. oct. 30, 2010
  28. juin 11, 2010
Chargement en cours