Package Details: ruby-rails 6.1.4.7-1

Git Clone URL: https://aur.archlinux.org/ruby-rails.git (read-only, click to copy)
Package Base: ruby-rails
Description: Full-stack web application framework.
Upstream URL: http://www.rubyonrails.org
Keywords: gem ruby
Licenses: MIT
Submitter: kidoz
Maintainer: None
Last Packager: mehalter
Votes: 89
Popularity: 0.000000
First Submitted: 2010-05-30 22:48 (UTC)
Last Updated: 2022-03-08 21:58 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

mehalter commented on 2019-12-16 19:44 (UTC)

@PedroHLC this is an active issue with the ruby-sprockets package and the ruby-i8n package which are dependencies of ruby-sprockets-rails and ruby-activesupport respectively. the ruby-concurrent-ruby package has been removed from the AUR and is now named ruby-concurrent in the community repos. There's nothing I can do on my end to fix these issues sadly, but definitely keep pinging the maintainers of the ruby-sprockets and ruby-i8n packages to try and get them to fix their stuff. Sadly without that I can fix anything here :(

PedroHLC commented on 2019-12-16 15:48 (UTC)

:: unable to satisfy dependency 'ruby-concurrent-ruby' required by ruby-sprockets :: unable to satisfy dependency 'ruby-sprockets' required by ruby-sprockets-rail

currently missing this deps

a-wing commented on 2019-01-26 05:28 (UTC) (edited on 2019-01-26 05:28 (UTC) by a-wing)

For ruby 2.6.0

Merge RubyGems 3.0.1. The --ri and --rdoc options have been removed. Please use the --document > and --no-document options instead.

https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/

Nefas commented on 2016-06-25 16:53 (UTC)

There are missing dependencies : - mini_portile 0.6 (mini_portile dependency installed with rails is too new) - rails-dom-testing >= 1.0.5 ~> 1.0 Rails won't work without those packages: every command end with a missing gem error I know it's easy to install them with `gem install` but this dependencies should be in ruby-rails dependencies.

a1ro commented on 2016-06-07 13:34 (UTC)

To resolve basic gem dependencies for Rails, you could also type the following: gem install mini_portile -v 0.6.2 gem install rails-dom-testing -v 1.0.7 After this, 'rails --version' and 'rails new project_name' both work fine on my side.

anatolik commented on 2016-05-07 14:02 (UTC)

Try 'ruby-rails' from Quarry repository.

winnie_o0 commented on 2016-05-07 11:17 (UTC)

Dependencies missing/are wrong: - Mini_portfile version is too new. There's an AUR-Package "ruby-mini_portile0.6" to solve that. - rails-dom-testing is missing. Without fixing those, "rails new $projectname" will not succeed.

ewtoombs commented on 2016-03-08 03:45 (UTC)

This package requires the html-sanitizer gem (currently unavailable from the aur) to work. The whole thing is currently broken as a result.

yan12125 commented on 2015-11-14 20:08 (UTC)

Hello @mgrabovsky, can you add --no-ri --no-rdoc due to [1] and [2]? [1] https://github.com/rails/rails/issues/11814 [2] https://github.com/rdoc/rdoc/issues/361

rumpelsepp commented on 2013-03-14 17:25 (UTC)

3.2.12. is out. http://weblog.rubyonrails.org/2013/2/11/SEC-ANN-Rails-3-2-12-3-1-11-and-2-3-17-have-been-released/