Ruby on Rails 4.2 landed in Rawhide, 22
by Josef Stribny
Hi all,
I finished the work on the Ruby on Rails 4.2 change[0]. Rails 4.2 is now built for Fedora Rawhide and 22.
The most significant additions in 4.2 are:
- Active Job
- Asynchronous mails
- Adequate Record
- Web Console
- Foreign key support
- GlobalID
Check the release notes[1] for details.
You can help to test the new update as follows:
su -c "yum install rubygem-{rails,sqlite3,coffee-rails,sass-rails,uglifier,jquery-rails,turbolinks,jbuilder,therubyracer,sdoc,spring,byebug,web-console}"
rails new app --skip-bundle && cd app
sed -i "s|# gem 'therubyracer'|gem 'therubyracer'|" Gemfile
rails s
I would also like to thank Vit for getting some of the new gems to Fedora.
Best Regards
Josef
[0] https://fedoraproject.org/wiki/Changes/Ruby_on_Rails_4.2
[1] http://guides.rubyonrails.org/4_2_release_notes.html
6 years
rspec on rawhide upgraded to 3.2.x
by Mamoru TASAKA
Hello, ruby hackers:
I've upgraded rspec related packages to 3.2.x. I guess no significant
changes will happen, however please try them.
Regards,
Mamoru
6 years
ruby-2.2.0-5.fc22 is broken
by Vít Ondruch
I have not tested enough the ruby-2.2.0-5.fc22 and it does not work
properly (it cannot list/load gems). I untagged it from f22, so you
should be back to ruby-2.2.0-4.fc22 after repo is regenerated. Sorry for
any inconvenience.
Vít
6 years