Search Criteria
Package Details: ruby-rails 6.1.1-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: | |
Submitter: | kidoz |
Maintainer: | mehalter |
Last Packager: | mehalter |
Votes: | 89 |
Popularity: | 0.059551 |
First Submitted: | 2010-05-30 22:48 |
Last Updated: | 2021-01-08 00:03 |
Latest Comments
1 2 3 4 Next › Last »
mehalter commented on 2019-12-16 19:44
@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
:: 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
For ruby 2.6.0
https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/
Nefas commented on 2016-06-25 16:53
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
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
Try 'ruby-rails' from Quarry repository.
winnie_o0 commented on 2016-05-07 11:17
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
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
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
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/