Package Details: ruby-rails 7.2.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: MIT
Submitter: kidoz
Maintainer: matthewq337 (Segaja)
Last Packager: matthewq337
Votes: 88
Popularity: 0.000000
First Submitted: 2010-05-30 22:48 (UTC)
Last Updated: 2024-08-31 23:30 (UTC)

Pinned Comments

Segaja commented on 2024-08-01 16:45 (UTC)

It is a known fact that ruby-rails is in a bad state in Archlinux right now. And since part of it is in the repos and part in AUR this can't be fixed by AUR alone.

I was already on the way to building a split package for this in 2022 when I was derailed by a broken ruby setup in general. I'm getting close to releasing ruby 3.2 to the official repos which will improve the entire situation.

But the real fix for ruby-rails is a split package that builds all rails related gems at the same time and in the same version.

Latest Comments

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

mehalter commented on 2021-08-22 19:44 (UTC)

@Segaja sorry for the late reply and update! I have been running into some issues with dependency resolution while building the new PKGBUILD and want to make sure that it builds correctly. I will get a release out today!

Segaja commented on 2021-08-20 19:33 (UTC)

Can we please get an update of this package? Without this package up-to-date other packages can't be updated.

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.