Differences between revisions 6 and 9 (spanning 3 versions)
Revision 6 as of 2012-06-16 12:35:20
Size: 484
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 9: Line 9:
 * 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 10: 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)
   * coffee-script (2.2.0)
Line 11: Line 17:
   * jquery-rails and stuff    * coffee-rails (3.2.2)
   * sass-rails (3.2.5)
   * uglifier (1.2.4)

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