@@ -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