Package Details: ruby-railties 6.1.4.1-2

Git Clone URL: https://aur.archlinux.org/ruby-railties.git (read-only, click to copy)
Package Base: ruby-railties
Description: Tools for creating, working with, and running Rails applications
Upstream URL: https://rubyonrails.org
Keywords: gem ruby
Licenses: MIT
Submitter: kidoz
Maintainer: None
Last Packager: Segaja
Votes: 22
Popularity: 0.000000
First Submitted: 2010-09-02 19:04 (UTC)
Last Updated: 2021-11-15 19:11 (UTC)

Latest Comments

wheatdog commented on 2019-02-06 05:00 (UTC)

I think SRCINFO didn't update correctly. It is still using the old one.

mgrabovsky commented on 2017-08-26 12:54 (UTC)

@JakeStanger: Sorry about that. All should be fine now.

JakeStanger commented on 2017-08-26 12:44 (UTC) (edited on 2017-08-26 16:21 (UTC) by JakeStanger)

Getting a 'One or more files did not pass the validity check!' when installing, can't install rails as a result; this needs fixing. EDIT: fixed, thanks very much!

PreparationH67 commented on 2012-07-26 15:08 (UTC)

Getting an error that /usr/bin/rails exists in filesystem, but this package is not listed as conflicting with the rails package. Any help?

binki commented on 2012-04-16 03:46 (UTC)

To get the `rails' command to install properly, the following modification is needed: --- PKGBUILD.orig 2012-04-14 05:32:49.000000000 -0400 +++ PKGBUILD 2012-04-15 23:41:43.948900879 -0400 @@ -5 +5 @@ -pkgrel=1 +pkgrel=2 @@ -19 +19 @@ - gem install --no-user-install --ignore-dependencies -i "${pkgdir}${_gemdir}" ${_gemname}-${pkgver}.gem + gem install --no-user-install --ignore-dependencies -i "${pkgdir}${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem