Bug 998578 - Ruby on Rails 4.0
Summary: Ruby on Rails 4.0
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Changes Tracking
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Josef Stribny
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1001361 1001362
TreeView+ depends on / blocked
 
Reported: 2013-08-19 14:26 UTC by Jaroslav Reznik
Modified: 2016-01-04 05:51 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1001361 1001362 (view as bug list)
Environment:
Last Closed: 2013-12-18 14:00:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jaroslav Reznik 2013-08-19 14:26:33 UTC
This is a tracking bug for Change: Ruby on Rails 4.0
For more details, see: http://fedoraproject.org//wiki/Changes/Ruby_on_Rails_4.0

Ruby on Rails 4.0 is the latest version of well know web framework written in Ruby.

Comment 1 Jaroslav Reznik 2013-10-11 08:46:50 UTC
This message is a reminder that Fedora 20 Accepted Changes 100%
Completed Deadline is on 2013-10-15 [1].

All Accepted Changes has to be code complete and ready to be
validated in the Beta release (optionally by Fedora QA). Required
bug state at this point is ON_QA.

As for several System Wide Changes, Beta Change Deadline is a
point of contingency plan, all incomplete Changes will be 
reported to FESCo for 2013-10-16 meeting. In case of any
questions, don't hesitate to ask Wrangler (jreznik).

[1] https://fedoraproject.org/wiki/Releases/20/Schedule

Comment 2 Josef Stribny 2013-10-11 10:22:00 UTC
The change is near to be 100%. Rails itself should install and run, but one default gem in the GEMFILE for generating docs - sdoc - is missing, because it doesn't support RDoc 4.0 yet.

Comment 3 Josef Stribny 2013-10-11 14:35:50 UTC
* To test the complete feature including generating a new Rails app using RPM (Note: sdoc is not yet in f20/rawhide):

```
$ su -c "yum install rubygem-{rails,sqlite3,coffee-rails,sass-rails,uglifier,jquery-rails,turbolinks,jbuilder,therubyracer}"
$ gem install sdoc
$ rails new app --skip-bundle && cd app
$ sed -i "s|# gem 'therubyracer'|gem 'therubyracer'|" Gemfile
$ rails s
```

* Check http://127.0.0.1:3000/ to make sure you are running Rails 4.0

Comment 4 Jaroslav Reznik 2013-10-21 13:37:08 UTC
(In reply to Josef Stribny from comment #2)
> The change is near to be 100%. Rails itself should install and run, but one
> default gem in the GEMFILE for generating docs - sdoc - is missing, because
> it doesn't support RDoc 4.0 yet.

Any ETA on the sdoc? Could be the Change considered as completed even without it? FESCo asked me to finish the review this week.

Comment 5 Josef Stribny 2013-10-23 12:56:03 UTC
I think so. Rails itself works and sdoc is only suggested gem for generating documentation for the projects build with it. ETA is probably one or two weeks.

Comment 6 Jaroslav Reznik 2013-10-23 12:57:54 UTC
Thank you, moving to ON_QA to mark Change is completed.

Comment 7 Jaroslav Reznik 2013-12-18 14:00:56 UTC
Closing this bug as this Change was delivered in Fedora 20 release. Please, reopen in case of any issues you encounter regarding this Change completion.


Note You need to log in before you can comment on or make changes to this bug.