rubygems tag

33 questions


5 answers
77 views
0
Bundler installation fails

When you enter the gem install bundle command, the following error occurs and the installation is not performed:ERROR: Could not find a valid gem 'bundler' (>=0), here is why: Unable to download da...

1 years ago

5 answers
63 views
0
Bundler installation fails

When you enter the gem install bundle command, the following error occurs and the installation is not performed:ERROR: Could not find a valid gem 'bundler' (>=0), here is why: Unable to download da...

1 years ago

2 answers
66 views
0
I want to be able to load the gem needed to run when I run an external Ruby script using Open3 or Daemons.

I'm stuck, so please tell me.Rais, Ruby is writing for the first time, so you may be misguided.I wanted to run the capture3 method of Open3 from Rails to launch the daemon, but it turned out to be can...


3 answers
72 views
0
Ruby on Rails cannot generate StaticPages controllers.

I am developing Ruby on Rails on Macbook Air.I am studying Chapter 3 of the Ruby on Rails tutorial, but I am getting an error when I try to generate a StaticPages controller. rails generate controller...


1 answers
61 views
0
How do I prevent gemspec from pushing anywhere?

Usually, when I develop it on ruby, I develop it by cutting out what can be made into OSS to the public gem, and the common processing across personal projects to the private gem.With this development...

1 years ago

1 answers
88 views
0
Test data generation using Rails Faker

I'm developing it at Ruby on Rails.I use Fakergem to put test data in DB(mysql).https://github.com/stympy/faker I was able to put in most of the data, but there are some things that I can't do with th...


1 answers
63 views
0
Upload an image using carrierwave in Rails

I'm developing an app with Ruby on Rails 4.Carriewave has been introduced to implement the image upload function.For image upload, the blog function has been added so that you can post blog posts and ...


1 answers
93 views
0
Heroku does not reflect the code of the locally edited gem.

bundle install -- path vendor/bundleI edited the gemfile downloaded in and saved it over.herokupushHowever, editing is not reflected in the production environment.How can I edit the gem and use it?Add...

1 years ago

1 answers
54 views
0
Please tell me about Ruby's framework.

Excuse me.What are some of Ruby's web application frameworks that are actually used outside of Rails?Thank you for your cooperation.


1 answers
73 views
0
Regarding ruby on rails, regarding the search for activerecord using ransack.

What do you want to solveWe are implementing a soccer player search function using ransack.Search by keyword is successful, but activecord cannot be searchedThe form data is going well, but I don't kn...

« - 2 - »

© 2024 OneMinuteCode. All rights reserved.