From: Quanrong via Guix-patches via <guix-patches@gnu.org>
To: 74341@debbugs.gnu.org
Subject: [bug#74341] [PATCH 1/1] gnu: add ruby-solargraph-rails
Date: Wed, 13 Nov 2024 14:07:45 +0200 [thread overview]
Message-ID: <14809b4e-c521-4364-83a1-c82586d2aaf9@mailbox.org> (raw)
* gnu/packages/ruby.scm (ruby-solargraph-rails): New variable.
Change-Id: I55313a3abfe14300521b4c3db1247c333137c24c
---
gnu/packages/ruby.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 12c439b3a9..13092bedf2 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -15926,6 +15926,27 @@ (define-public ruby-solargraph
(home-page "https://solargraph.org/")
(license license:expat)))
+(define-public ruby-solargraph-rails
+ (package
+ (name "ruby-solargraph-rails")
+ (version "1.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "solargraph-rails" version))
+ (sha256
+ (base32 "1xp39zxz43r7psp6j8xhdcpr7pmi8giw2jn34ykyhg9fixxw5by4"))))
+ (build-system ruby-build-system)
+ (propagated-inputs (list ruby-activesupport ruby-solargraph))
+ (arguments (list #:tests? #f))
+ (synopsis
+ "Solargraph plugin to add reflection on Rails ActiveModel dynamic
attributes")
+ (description
+ "Solargraph plugin to add reflection on @code{ActiveModel} dynamic
attributes that will be created at
+runtime.")
+ (home-page "https://github.com/iftheshoefritz/solargraph-rails")
+ (license license:expat)))
+
(define-public ruby-wayback-machine-downloader
(package
(name "ruby-wayback-machine-downloader")
base-commit: 1f057603ef59c7b9c32f610a897321fd75dc4dad
prerequisite-patch-id: 1b22355642355a77f0f59a2489da2e31e16c65da
--
2.46.0
next reply other threads:[~2024-11-13 14:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-13 12:07 Quanrong via Guix-patches via [this message]
2024-11-26 2:08 ` [bug#74341] [PATCH] gnu: add ruby-solargraph-rails Aaron Covrig via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=14809b4e-c521-4364-83a1-c82586d2aaf9@mailbox.org \
--to=guix-patches@gnu.org \
--cc=74341@debbugs.gnu.org \
--cc=quanrong@mailbox.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.