We have made all versions of Rails LTS compatible with Ruby 3.3 or below. All Rails components should work as...

Note You can find the updated guide here. Rails 2.3 LTS works with Ruby 1.8.7, Ruby 2.5, and Ruby 2.7...

An expectation like this will fail with Rails LTS 2.3: should render_template(:edit) The error will look like this...

With Rails 3.2 LTS your RSpec 2 controller specs might fail with an error like this: NoMethodError: undefined method `[]' for...

Best results in other decks

def test_autocomplete(field, options = {}) fill_in field, :with => options[:with] page.execute_script("$('##{field}').trigger('focus');") page.execute_script ("$('##{field}').trigger...

RSpec examples can get quite long, especially in feature specs. This makes them hard to read & understand. Also, when executing...

Search in all decks