Differences between revisions 12 and 15 (spanning 3 versions)
Revision 12 as of 2012-06-20 21:21:38
Size: 1156
Comment:
Revision 15 as of 2012-06-20 21:37:14
Size: 1228
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
 * 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'''
 * 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''
Line 11: Line 11:
   * jquery-rails (2.0.2) '''WIP - terceiro'''
   * rdoc (3.12) '''not actually needed, provided by ruby'''
   * coffee-script-source (1.3.3)
   * execjs (1.4.0)
   * jquery-rails (2.0.2) ''WIP - terceiro''
   * --(rdoc)-- ''not actually needed, provided by ruby''
   * --(coffee-script-source)-- ''not needed (see coffee-script below)''
   * execjs
Line 16: Line 16:
   * coffee-script (2.2.0)
   * coffee-rails (3.2.2)
   * sass-rails (3.2.5)
   * uglifier (1.2.4)
   * coffee-script
    * must be patched to use the existing coffeescript from libjs-coffeescript)
   * coffee-rails
   * sass-rails
   * uglifier

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

  • 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.
    • coffee-script
      • must be patched to use the existing coffeescript from libjs-coffeescript)
    • coffee-rails
    • sass-rails
    • uglifier
  • bugs
    • master bug preventing the entire rails 3 stack from entering testing: 674518

    • bug links here