並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 51件

新着順 人気順

"Ruby gems"の検索結果1 - 40 件 / 51件

  • 政治的問題のためRuby GemsとGitHubからChef関連の諸々が消えた件について

    アメリカ合衆国のとある政府機関への抗議のため、Chef関連のGemやGitHub上のソースコードを作者が削除した。 雇用期間に業務にてGemが作成されていたため、Chef SoftwareがGemの所有権を主張してGemを復活させた。 最終的には抗議行動に対してChef Softwareが折れることで決着が付いた。 現在Chef界隈が混乱している。 どうやら政治的問題のためにRuby Gemsに登録されたGemやGitHub上のソースコードが消されたらしい。 なかなか興味深い出来事で、なおかつ日本語圏に情報が出ていないので適当に記録しておく。 用語 Ruby:プログラミング言語の1種。日本においては超広範囲で使用されている超メジャーな言語。 RubyGems:Rubyにおけるパッケージシステム。他人のRubyプログラムやライブラリを簡単に取り込むことができる。 Chef: 構成管理ツールの

      政治的問題のためRuby GemsとGitHubからChef関連の諸々が消えた件について
    • Gem Bundler – Manage your Ruby gems

      Gem Bundler helps you track and install the gems you need for your Ruby project. This tutorial shows you how to start a blog page using Ruby on Rails. By covering the design aspects of a Rails web application, it makes it easier to understand the concepts behind Rails and how they fit together.  A simple blog/CMS is almost trivial to implement in Rails—scaffolding alone will get you a good way thr

      • BestGems -- Ruby Gems Download Ranking

        BestGems.org Ruby gems download ranking. Find the best gem package for you!

        • RESP3対応版のRedis用Ruby Gems(redis-client/redis-cluster-client)のご紹介 - LIVESENSE ENGINEER BLOG

          概要 旧redis gemの課題 増え続けるコマンドのサポート負荷 RESP2しか対応できていない 新redis-client / redis-cluster-client gemsによる解決 新規コマンド対応の柔軟化 RESP3のサポート その他の背景 redis-rbとしてGitHubのOrganizationを新規に作成した理由 新redis-client gemと新redis-cluster-client gemとを分けた理由 旧redis gemの今後 最後に 概要 インフラストラクチャーグループの春日です。 Ruby で Redis を扱う際は redis gem がよく使われてきました。 しかし色々と課題が出てきたため、それらを解決すべくRedisのバージョン6以上に対応した redis-client gem が作られた話をします。 Gem 説明 メンテナー redis 長年

            RESP3対応版のRedis用Ruby Gems(redis-client/redis-cluster-client)のご紹介 - LIVESENSE ENGINEER BLOG
          • 25 Ruby Gems I use in almost every SaaS project | HackerNoon

            Too Long; Didn't ReadThe Rails community thrives on its open source gems. Implementing a well written, well tested and vetted gem can make the difference between days and weeks of development of new features. and pretty much can’t live without The Rails community thrives on its open source gems. Implementing a well written, well tested and vetted gem can make the difference between days and weeks

              25 Ruby Gems I use in almost every SaaS project | HackerNoon
            • GitHub - hothero/awesome-rails-gem: A collection of awesome Ruby Gems for Rails development.

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                GitHub - hothero/awesome-rails-gem: A collection of awesome Ruby Gems for Rails development.
              • 10 Must Have Ruby Gems

                One of the most beautiful things about Ruby development is the ease of adding functionality through packaged libraries called gems. With the power of Bundler, you can quickly add and manage gems in few lines of code. With the recent release of Rails 3.0.4 I’d like to share the 10 must-have gems which allow me to focus on what’s unique to my app. 1. Devise (Authentication) Just about every public-f

                  10 Must Have Ruby Gems
                • 24 Extremely Useful Ruby Gems for Web Development | Envato Tuts+

                  One of the nicer things about developing on the Ruby platform is the sheer amount of meticulously categorized, highly reusable code wrapped up in the form of aptly named 'gems'. I'm sure you've heard of popular frameworks like Sinatra or the super popular Rails that ship as gems but you're missing an entire spectrum of others that handle issues at a much lower level. Start using these and watch yo

                    24 Extremely Useful Ruby Gems for Web Development | Envato Tuts+
                  • GitHub - ankane/the-ultimate-guide-to-ruby-timeouts: Timeouts for popular Ruby gems

                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                      GitHub - ankane/the-ultimate-guide-to-ruby-timeouts: Timeouts for popular Ruby gems
                    • GitHub - rubysec/ruby-advisory-db: A database of vulnerable Ruby Gems

                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                        GitHub - rubysec/ruby-advisory-db: A database of vulnerable Ruby Gems
                      • Ruby Gemsをwindows & proxy環境下で使う - 日記 知ったことなどを発信していきたい

                        redmineを構築した時にgemでハマったことの備忘録 環境 windows xp sp3 proxy環境 ruby 1.8.7 gem 1.3.x rails 2.5.3 この環境で以下を実行 gem install rails -v=2.5.3 するとエラーが発生(ブログ環境と作業環境が違うのでエラーメッセージは省略) 調べていくとプロキシサーバから外に出れないのが問題。 そりゃそうだ。 で、いろいろ調べた結果、これが一番しっくり来た。 set http_proxy=http://プロキシサーバ:ポート set http_proxy_user=プロキシサーバ用のユーザID set http_proxy_pass=プロキシサーバ用のパスワード gem install rails -v=2.5.3 必要な物を別々の環境変数で定義出来てるのが好き。

                          Ruby Gemsをwindows & proxy環境下で使う - 日記 知ったことなどを発信していきたい
                        • 27 Ruby Gems I use in almost every project

                          ...and pretty much can't live without The Rails community thrives on its open source gems. Implementing a well written, well tested and vetted gem can make the difference between days and weeks of development of new features. Not every gem is great, but I wanted to share a list of gems that I have used on nearly every recent project I have worked on. Note: This article is an excerpt from a chapter

                            27 Ruby Gems I use in almost every project
                          • DebGem:Debian向けRuby Gems

                            Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

                              DebGem:Debian向けRuby Gems
                            • Ruby: Learn Ruby, Ruby on Rails, Ruby Gems & More - SitePoint

                              Understanding the Model-View-Controller (MVC) Architecture in Rails

                                Ruby: Learn Ruby, Ruby on Rails, Ruby Gems & More - SitePoint
                              • Step-By-Step Guide to Building Your First Ruby Gem | Ruby Gems

                                Nowadays all the functionalities in Rails are built as Ruby gems. For example we can use devise gem for the authentication part of the application. It’s like a package or library that is written in Ruby programming language. Moreover it can be imported and used by others in their programs. Step 1 Bundler is like a dependency management tool for Ruby, which is also used by Rails. We will use Bundle

                                  Step-By-Step Guide to Building Your First Ruby Gem | Ruby Gems
                                • The Beginner's Guide to Crafting Ruby Gems

                                  Development The Beginner's Guide to Crafting Ruby Gems Marko Ćilimković Jan 19 2016 • 14 min read Whether you use puts, print, echo, WriteLine or println to return "Hello World" in the terminal, you're probably familiar with plugins. It's that cool sophisticated subset of classes, objects and all the other object-oriented jibber jabber that many coders use to speed up their development,

                                    The Beginner's Guide to Crafting Ruby Gems
                                  • GitHub - SciRuby/sciruby-notebooks: A bunch of notebooks showing the functionality of iruby and scientific ruby gems

                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                      GitHub - SciRuby/sciruby-notebooks: A bunch of notebooks showing the functionality of iruby and scientific ruby gems
                                    • 57 Top Ruby Gems We Use at RubyGarage

                                      Create an online store with unique design and features at minimal cost using our MarketAge solution

                                        57 Top Ruby Gems We Use at RubyGarage
                                      • [Ruby] Ruby gems のインストール

                                        Ruby Gemsのインストール方法の紹介です。 Ruby Gems は Ruby のパッケージ管理ソフトです。 yum からインストールできないのでダウンロードしてインストールします。 こちらからgemsのソフトをダウンロードします。 下記を実行してインストールします。 # tar zxvf rubygems-1.0.1.tgz  ← インストールするソフトのバージョンに合わせます # cd rubygems-1.0.1 # ruby setup.rb config ← 管理者権限が必要です # ruby setup.rb setup # ruby setup.rb install インストールできれば gems のコマンドが実行可能になります。

                                        • The 3 Step Guide to Slick Local Documentation for all your Ruby Gems

                                          Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news. A couple of weeks ago, I wrote about RubyDoc.info, a "good looking, up-to-date Ruby documentation" site powered by YARD. Well, as of YARD 0.6 you can get the same greatness that RubyDoc.info provides applied to your local machine's collection of gems in just a few steps. Try it out - you won't regret it. Step 1: Install YA

                                          • GitHub - palkan/anyway_config: Configuration library for Ruby gems and applications

                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                              GitHub - palkan/anyway_config: Configuration library for Ruby gems and applications
                                            • Best of Ruby Gems Series

                                              You [Gerald Bauer¹] have been permanently banned [for life] from participating in r/ruby (because of your writing off / outside of r/ruby). I do not see your participation adding anything to this [ruby] community. -- Richard Schneeman (r/ruby mod and fanatic illiberal ultra leftie on a cancel culture mission) ¹: I know. Who cares? Who is this Gerald Bauer anyway. A random nobody for sure. It just

                                              • 44 Top Ruby Gems: Must-have for Web Development

                                                Solving business challenges with custom built software products.

                                                  44 Top Ruby Gems: Must-have for Web Development
                                                • Ruby gemsパッケージの作り方

                                                  This document discusses how to create RubyGems packages. It recommends using the Jeweler gem to generate the scaffolding for a RubyGem. The process involves installing Jeweler, running the Jeweler command to create a repo for the gem, writing the version number, generating the gemspec, and filling out the Rakefile. It also mentions including tests and using tags like "need_label" for Rails forms a

                                                    Ruby gemsパッケージの作り方
                                                  • Gem Bundler – Manage your Ruby gems

                                                    Gem Bundler helps you track and install the gems you need for your Ruby project. This tutorial shows you how to start a blog page using Ruby on Rails. By covering the design aspects of a Rails web application, it makes it easier to understand the concepts behind Rails and how they fit together.  A simple blog/CMS is almost trivial to implement in Rails—scaffolding alone will get you a good way thr

                                                    • Ruby Gems: ニューリリースとRuby1.9へ含める計画

                                                      Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

                                                        Ruby Gems: ニューリリースとRuby1.9へ含める計画
                                                      • Ruby gems are still not safe to use - Cristiano Betta

                                                        In light of the recent Rubygems.org security compromise the community has been looking at ways to make Rubygems.org and Ruby gems in general more secure. The project is still ongoing and feel free to help them out on #rubygems on Freenode, but here is a highlight of what I think are some of the main issues. Some of the issues highlighted here are taken from Ben Smith's enlightening (but scary) tal

                                                          Ruby gems are still not safe to use - Cristiano Betta
                                                        • [Ruby] Ruby gems のインストール

                                                          Ruby Gemsのインストール方法の紹介です。 Ruby Gems は Ruby のパッケージ管理ソフトです。 yum からインストールできないのでダウンロードしてインストールします。 こちらからgemsのソフトをダウンロードします。 下記を実行してインストールします。 # tar zxvf rubygems-1.0.1.tgz  ← インストールするソフトのバージョンに合わせます # cd rubygems-1.0.1 # ruby setup.rb config ← 管理者権限が必要です # ruby setup.rb setup # ruby setup.rb install インストールできれば gems のコマンドが実行可能になります。

                                                          • 7 Great Ruby Gems Most People Haven’t Heard About

                                                            What are the best Ruby gems that you can use in your Rails projects? That’s what you’ll discover in this article! I’m going to give you 7 gems, but not the same old gems that you’ve seen a million times, I’m going to be sharing with you some gems that are very helpful, but little-known. But before we do that… A warning. I’ve seen developers that pull in a gem for just about everything. If it remot

                                                              7 Great Ruby Gems Most People Haven’t Heard About
                                                            • Rufus - a set of Ruby gems

                                                              a set of Ruby gems… They are mainly used within the OpenWFEru open source Ruby workflow and BPM project, but some of them have life on their own, for example, the scheduler is used in Taskr a RESTful cron/at job scheduling server. rufus-decision – CSV decision tables, in Ruby rufus-dollar – substituting ${stuff} in text strings rufus-eval – for now, methods about eval and $SAFE, later (Ruby 1.9 ?)

                                                              • Ruby GemsでFasterCSVをインストールし、CSVファイルの読み込み、書き込みを行いまくろう!: Ruby on Railsの独学日記

                                                                「独習Ruby」だけでは、わからない箇所もあり、 違う環境では、途中で止まる可能性もあると思います。 そんな時の参考になれば、幸いです。(^^) ■Gemの探し方から使用するまで CSVファイルを読み込んだり、書き込んだりできる、 FasterCSV。 名前を最初から知っていれば、すぐに見つけること・インストールできるのは、 LinuxのRPMと同じですが、名前を知らないと、 先へ進めませんよね。 そこで、こんな感じで進めますよ、という流れです。 1.FasterCSVをいかにして見つけるのか? 2. http://rubyforge.org/ を探しに行く。 3. CSV で検索 4. 候補の中から見つけて、クリックする。 5. 表示ページを読む。 http://rubyforge.org/projects/fastercsv/ パッケージ名:fastercsv バージョン:faster

                                                                • Opening Ruby gems in TextMate

                                                                  Update: Mike pointed out below how to avoid hard coding the path to your installed gems, so I've updated the scripts to use gem environment gemdir accordingly. Thanks Mike... How often do you find yourself wanting to check the source code of a locally installed Ruby gem? Do you find it painful digging around your filesystem to locate the gems directory? Rather than this: mate /Library/Ruby/Gems/1.

                                                                  • Keep getting OAuth::Unauthorized error when using oauth and twitter ruby gems

                                                                    I am using the ruby twitter gem and oauth to gain access to users twitter accounts. In my code, I have: unless @user.twitter_authd? oauth = Twitter::OAuth.new('token', 'secret') session[:twitter_request_token] = oauth.request_token.token session[:twitter_request_secret] = oauth.request_token.secret @twitter_auth_url = oauth.request_token.authorize_url end where token and secret have my actual toke

                                                                      Keep getting OAuth::Unauthorized error when using oauth and twitter ruby gems
                                                                    • Full statistics for all existing ruby gems - metagem.info

                                                                      Full statistics for all existing ruby gems including dependents and dependencies. You can find all information for any ruby gem here

                                                                      • Ruby gems installation error

                                                                        When I am trying to install a gem or run anything with gem command, I see this warning, Error loading RubyGems plugin "/Users/ender/.rvm/gems/ruby-1.9.3-p194@global/gems/rubygems-bundler-0.9.0/lib/rubygems_plugin.rb": undefined method `first' for #<String:0x007ffedc0964f0> (NoMethodError) I searched it but I could not find anything out. What is the problem and how can I fix it? Note: I cannot inst

                                                                          Ruby gems installation error
                                                                        • Universal Ruby Gems in 20 Lines of Code

                                                                          Ruby Gems are essential building blocks of Cross Platform Ruby applications. We will use them to encapsulate domain logic of our apps and extract common functionalities that can be reused on different platforms. Today I'm going to show you how to prepare a Ruby Gem that will work in Ruby, Opal.rb and RubyMotion without any modifications. This way you can reuse it in your Rails/iOS/OSX/Android/Brow

                                                                          • GitHub - teeparham/gemdiff: Find source repositories for ruby gems. Open, compare, and update outdated gem versions

                                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                              GitHub - teeparham/gemdiff: Find source repositories for ruby gems. Open, compare, and update outdated gem versions
                                                                            • rails s を実行した際に`Gem Load Error is: AddDllDirectory failed for C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/pg-1.2.3/lib/x64-mingw32`が発生した時の解決方法 - Qiita

                                                                              rails s を実行した際に`Gem Load Error is: AddDllDirectory failed for C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/pg-1.2.3/lib/x64-mingw32`が発生した時の解決方法RubyRails初学者Rails6RubyonRails6.0 はじめに Railsで簡単なsnsアプリを作成している際に以下の問題が発生して1日沼にはまったのでそれの過程と、同じようなことが起きても忘れないよう記録として残しておきます。 同じ問題に直面した方々の役に立てれば幸いです。 前提・使用環境 ・Windows 10 ・Ruby 3.0.2 ・Rails 6.1.4.1 ・Postgresql 12.8 起きた問題 rails sを実行した際に Gem Load Error is: AddDllDirector

                                                                                rails s を実行した際に`Gem Load Error is: AddDllDirectory failed for C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/pg-1.2.3/lib/x64-mingw32`が発生した時の解決方法 - Qiita
                                                                              • Writing Ruby gems

                                                                                This article is about building a gem from scratch. The recommended way to create a gem today is to use bundler’s bundle new <gemname> command. This article is meant to take a closer look at what is generated by such tools by building it by hand. Writing a Ruby gem is a lot easier than it sounds. Many tutorials about writing gems recommend using something like (Jeweler or Hoe) bundler to create the

                                                                                  Writing Ruby gems
                                                                                • GitHub - flexera-public/right_aws: RightScale Amazon Web Services Ruby Gems

                                                                                  = RightScale Amazon Web Services Ruby Gems Published by RightScale, Inc. under the MIT License. For information about RightScale, see http://www.rightscale.com == THE GEM IS NO LONGER MAINTAINED We recommend you use https://github.com/rightscale/right_aws_api instead. == DESCRIPTION: The RightScale AWS gems have been designed to provide a robust, fast, and secure interface to Amazon EC2, EBS, S3,

                                                                                    GitHub - flexera-public/right_aws: RightScale Amazon Web Services Ruby Gems