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

makandra dev

When RSpec sets out to print any given object to the console, it will never print more than 200 characters...

Search in all decks