(Moved to FeatureReadyForFesco, ticket #886) |
No edit summary |
||
Line 25: | Line 25: | ||
* Circa 15 more packages will need update | * Circa 15 more packages will need update | ||
This update will only affect the RPM-packaged RubyGems with no effect on Ruby itself nor any other languages. | This update will only affect the RPM-packaged RubyGems with no effect on Ruby itself nor any other languages. | ||
The packages need to be created/updated approximately in this order: | |||
{| | |||
! Package name | |||
! Task | |||
! Status | |||
|- | |||
|rubygem-therubyracer | |||
|Create | |||
|{{result|fail|bkabrda}} | |||
|- | |||
|rubygem-coffee-script-source | |||
|Create | |||
|{{result|inprogress|fotios [https://bugzilla.redhat.com/show_bug.cgi?id=738746 738746]}} | |||
|- | |||
|rubygem-execjs | |||
|Create | |||
|{{result|inprogress|bkabrda [https://bugzilla.redhat.com/show_bug.cgi?id=738744 738744]}} | |||
|- | |||
|rubygem-coffee-script | |||
|Create | |||
|{{result|inprogress|fotios [https://bugzilla.redhat.com/show_bug.cgi?id=738742 738742]}} | |||
|- | |||
|rubygem-sprockets | |||
|Create | |||
|{{result|fail|bkabrda}} | |||
|- | |||
|rubygem-activesupport | |||
|Update to 3.2.x | |||
|{{result|fail|nobody}} | |||
|- | |||
|rubygem-activemodel | |||
|Update to 3.2.x | |||
|{{result|fail|nobody}} | |||
|- | |||
|rubygem-activeresource | |||
|Update to 3.2.x | |||
|{{result|fail|nobody}} | |||
|- | |||
|rubygem-activerecord | |||
|Update to 3.2.x | |||
|{{result|fail|nobody}} | |||
|- | |||
|rubygem-actionpack | |||
|Update to 3.2.x | |||
|{{result|fail|nobody}} | |||
|- | |||
|rubygem-actionmailer | |||
|Update to 3.2.x | |||
|{{result|fail|nobody}} | |||
|- | |||
|rubygem-railties | |||
|Update to 3.2.x | |||
|{{result|fail|nobody}} | |||
|- | |||
|rubygem-sass-rails | |||
|Create | |||
|{{result|fail|nobody}} | |||
|- | |||
|rubygem-jquery-rails | |||
|Create | |||
|{{result|fail|nobody}} | |||
|- | |||
|rubygem-coffee-rails | |||
|Create | |||
|{{result|fail|nobody}} | |||
|- | |||
|rubygem-rails | |||
|Update to 3.2.x | |||
|{{result|fail|nobody}} | |||
|} | |||
== How To Test == | == How To Test == |
Revision as of 05:57, 10 July 2012
Rails 3.2
Summary
Rails 3.2 is the latest version of Ruby on Rails stack. Fedora 17 still contains Rails 3.0, which are rather old from the Rails community point of view.
Owner
- Name: Bohuslav Kabrda
- Email: <bkabrda@redhat.com>
Current status
- Targeted release: Fedora 18
- Last updated: 2012-6-21
- Percentage of completion: 0%
Detailed Description
The Rails stack is evolving quickly and Fedora needs to keep pace with it. Therefore the whole Rails stack should be updated from 3.0 in Fedora 17 to 3.2 (latest version) in Fedora 18. This will ensure that all the Ruby developers using Fedora have the latest and greatest RPM-packaged Rails.
Benefit to Fedora
This update will keep Fedora up-to-date and will ensure that the current Rails developers stay with us as they will get support for system-packaged Rails of the latest version. Apart from that, Rails 3.2 also bring improved functionality, speed and security.
Scope
- The whole Rails stack has to be updated (8 packages)
- Additional 8 Gems will have to be packaged
- Circa 15 more packages will need update
This update will only affect the RPM-packaged RubyGems with no effect on Ruby itself nor any other languages.
The packages need to be created/updated approximately in this order:
Package name | Task | Status |
---|---|---|
rubygem-therubyracer | Create | |
rubygem-coffee-script-source | Create | |
rubygem-execjs | Create | |
rubygem-coffee-script | Create | |
rubygem-sprockets | Create | |
rubygem-activesupport | Update to 3.2.x | nobody
|
rubygem-activemodel | Update to 3.2.x | nobody
|
rubygem-activeresource | Update to 3.2.x | nobody
|
rubygem-activerecord | Update to 3.2.x | nobody
|
rubygem-actionpack | Update to 3.2.x | nobody
|
rubygem-actionmailer | Update to 3.2.x | nobody
|
rubygem-railties | Update to 3.2.x | nobody
|
rubygem-sass-rails | Create | nobody
|
rubygem-jquery-rails | Create | nobody
|
rubygem-coffee-rails | Create | nobody
|
rubygem-rails | Update to 3.2.x | nobody
|
How To Test
- No special hardware is needed.
- To test Rails 3.2 before they actually get into Rawhide, use:
gem install rails rails new app cd app && rails s
- Go to http://127.0.0.1:3000/ and make sure you are running Rails 3.2.x
- When all packages land in Rawhide, use:
yum install rubygem-{rails,sqlite3} rails new app cd app && rails s
- Go to http://127.0.0.1:3000/ and make sure you are running Rails 3.2.x
User Experience
Ruby programmers will once again be able to develop using RPM-packaged Rails of the newest version, using all its advantages.
Dependencies
Apart from those mentioned in #Scope, all the packages from the Rails stack are dependencies of other cca 50 packages. These will have to be rebuilt and possibly updated.
Contingency Plan
None needed. Rails stack won't be updated until all its dependencies are in Rawhide. After that, it will be a simple matter of updating the 8 packages (and their dependencies).
Documentation
- http://weblog.rubyonrails.org/2012/1/20/rails-3-2-0-faster-dev-mode-routing-explain-queries-tagged-logger-store/
- http://api.rubyonrails.org/
- http://guides.rubyonrails.org/3_2_release_notes.html
Release Notes
- http://guides.rubyonrails.org/3_2_release_notes.html
- http://guides.rubyonrails.org/3_1_release_notes.html