Sha256: 9288b0728b13d16439b3f9d884f316856fbe9f14641fe955ff24323be55ef969

Contents?: true

Size: 538 Bytes

Versions: 13

Compression:

Stored size: 538 Bytes

Contents

Feature: Rails integration

  Background:
    Given I generate a new rails application
    And I run a "scaffold" generator to generate a "User" scaffold with "name:string"
    And I delete all migrations
    And I update my new user model to be tableless
    And I update my users controller to render instead of redirect

  Scenario: Work as normal model
    And I start the rails application
    When I go to the new user page
    And I fill in "Name" with "something"
    And I press "Create"
    Then I should see "Name: something"

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
activerecord-tableless-2.0.0 features/basic_integration.feature
activerecord-tableless-2.0.0.pre.2 features/basic_integration.feature
activerecord-tableless-1.3.4 features/basic_integration.feature
activerecord-tableless-1.3.3 features/basic_integration.feature
activerecord-tableless-1.3.2 features/basic_integration.feature
activerecord-tableless-1.3.1 features/basic_integration.feature
activerecord-tableless-1.3.0 features/basic_integration.feature
activerecord-tableless-1.2.0 features/basic_integration.feature
activerecord-tableless-1.1.3 features/basic_integration.feature
activerecord-tableless-1.1.2 features/basic_integration.feature
activerecord-tableless-1.1.1 features/basic_integration.feature
activerecord-tableless-1.1.0 features/basic_integration.feature
activerecord-tableless-1.0.2 features/basic_integration.feature