- Mar 07, 2022
- Feb 15, 2022
-
-
Jon Rowe authored
-
- Feb 14, 2022
-
-
Jon Rowe authored
-
- Jan 26, 2022
- Jan 25, 2022
- Jan 22, 2022
-
-
Peter Goldstein authored
Add additional logic to the ActionMailer argument parsing to accomodate for differences under Ruby 3.1/Rails 6.1 Co-authored-by:
Fabio Napoleoni <f.napoleoni@gmail.com> Co-authored-by:
Phil Pirozhkov <hello@fili.pp.ru>
-
Jon Rowe authored
-
- Jan 18, 2022
-
-
Peter Goldstein authored
Exclude both the "bundle" and "tmp" directory. The former ensures we don't run rubocop against installed gems. The latter ensures we don't run it against generated code and apps locally.
-
Peter Goldstein authored
-
Phil Pirozhkov authored
https://github.com/rubygems/bundler/pull/6728 ailure/Error: expect(`bundle exec #{script} 2>&1`).to be_empty expected `"Your RubyGems version (2.7.6.3)) has a bug that prevents `required_ruby_version` from working for Bundler. Any scripts that use `gem install bundler` will break as soon as Bundler drops support for your Ruby version. Please upgrade RubyGems to avoid future breakage and silence this warning by running `gem update --system 3.2.3`\n".empty?` to be truthy, got false
-
- Dec 24, 2021
- Dec 17, 2021
- Dec 14, 2021
-
-
Bernhard F. Brodowsky authored
Previously it was "successfully subscribes" which has very little to do with this particular test. Probably it's an artifact from copying the more general action cable tests somewhere. I found this because it shows up on documentation when googling the have_broascasted_for matcher. The message I chose is consistent with the others in this file: all existing similar tests have this message.
-
- Dec 01, 2021
-
-
akinomaeni authored
-
- Nov 21, 2021
-
-
Phil Pirozhkov authored
-
Phil Pirozhkov authored
Some of them are off, and should better be referenced by a ref. GitHub performs a redirect from master to main.
-
Phil Pirozhkov authored
I'm not aware of the magic how `bundle install` worked when we pointed to `rails`' `master` branch. `git fetch origin master` in Rails source fails.
-
- Nov 20, 2021
-
-
kenzo-tanaka authored
-
kenzo-tanaka authored
-
kenzo-tanaka authored
related: https://github.com/rspec/rspec-rails/issues/2532
-
kenzo-tanaka authored
change ns_file_name to singular_table_name to support --model-name option. related: https://github.com/rspec/rspec-rails/issues/2532
-
- Nov 19, 2021
-
-
kenzo-tanaka authored
- check if parameter name is not admin_post - check if test contains Post.create instead of Admin::Post.create related: https://github.com/rspec/rspec-rails/pull/2534#issuecomment-973887145
-
kenzo-tanaka authored
Replace ns_file_name to singular_table_name. https://github.com/rspec/rspec-rails/issues/2532
-
- Nov 17, 2021
-
-
Phil Pirozhkov authored
[!] There was an error parsing `Gemfile`: [!] There was an error parsing `Gemfile-rails-dependencies`: You cannot specify the same gem twice with different version requirements. You specified: sprockets-rails (>= 2.0.0) and sprockets-rails (>= 0). Bundler cannot continue. # from /home/runner/work/rspec-rails/rspec-rails/Gemfile-rails-dependencies:10 # ------------------------------------------- # gem 'sprockets', :git => 'https://github.com/rails/sprockets.git', :branch => 'master' > gem 'sprockets-rails', :git => 'https://github.com/rails/sprockets-rails.git', :branch => 'master'
-
- Nov 16, 2021
-
-
Eduardo Navarro authored
-
- Oct 26, 2021