Differences between revisions 1 and 9 (spanning 8 versions)
Revision 1 as of 2012-06-16 00:08:20
Size: 208
Comment:
Revision 9 as of 2012-06-18 11:01:35
Size: 1023
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Getting Rails 3 into Debian wheezy - coordination page = 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
Line 5: Line 8:
* metapackages: ruby-rails-3.2 + rails3
* Package missing dependencies:
** pkg1
** pkg2
** pkg3
** pkg4
** pkg5
** pkg6
** pkg7
 * metapackages: ruby-rails-3.2 + rails3
 * 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 (3.12) '''not actually needed, provided by ruby'''
   * coffee-script-source (1.3.3)
   * execjs (1.4.0)
   * coffee-script (2.2.0)
   * rdoc (3.12)
   * coffee-rails (3.2.2)
   * sass-rails (3.2.5)
   * uglifier (1.2.4)
 * bugs
   * master bug preventing the entire rails 3 stack from entering testing: DebianBug:674518
   * bug links here

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
  • 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 (3.12) not actually needed, provided by ruby

    • coffee-script-source (1.3.3)
    • execjs (1.4.0)
    • coffee-script (2.2.0)
    • rdoc (3.12)
    • coffee-rails (3.2.2)
    • sass-rails (3.2.5)
    • uglifier (1.2.4)
  • bugs
    • master bug preventing the entire rails 3 stack from entering testing: 674518

    • bug links here