Differences between revisions 20 and 21
Revision 20 as of 2012-06-22 15:29:36
Size: 1564
Editor: ?Gastón Ramos
Comment:
Revision 21 as of 2012-06-24 20:38:32
Size: 1610
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
     * /!\ done, waiting for NEW processing.

Getting Rails 3 into Debian wheezy - coordination page

DISCLAIMER: we don't know if it will be possible to get Rails 3 on wheezy. Nevertheless, this page is being used to coordinate our attempt. -- AntonioTerceiro

TODO list

  • metapackages: ruby-rails-3.2 + rails3 - WIP - terceiro

  • Make Debian packages recognizable by Rubygems - this is necessary because of the way Rails uses bundler to declare application dependencies and load them at the right time. It will require overriding the Rubygems path and modifying dh_ruby to install a .gemspec file. WIP - terceiro

    • change gem2deb to install gemspec

    • upload this new gem2deb

    • upload rubygems-integration

      • /!\ done, waiting for NEW processing.

  • Package missing dependencies:
    • jquery-rails (2.0.2) WIP - terceiro

    • rdoc not actually needed, provided by ruby

    • coffee-script-source not needed (see coffee-script below)

    • execjs
      • depends on a Javascript runtime. Node.js might not get into Wheezy, but maybe we can get execjs to work fine under gjs.
      • execjs also supports spidermonkey, but the spidermonkey adapter is marked as deprecated (why is that?)
    • coffee-script
      • must be patched to use the existing coffeescript from libjs-coffeescript)
    • coffee-rails
    • sass-rails WIP - gramos

    • uglifier
  • bugs
    • master bug preventing the entire rails 3 stack from entering testing: 674518

    • bug links here