Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoload Second module #24

Merged
merged 1 commit into from
Jul 19, 2016
Merged

Autoload Second module #24

merged 1 commit into from
Jul 19, 2016

Conversation

brandonhilkert
Copy link
Collaborator

Using the following in a Rails 5 app:

    config.middleware.use Rack::Throttle::Second, max: 2

produces the following error:

`<class:Application>': uninitialized constant Rack::Throttle::Second (NameError)

Using the following in a Rails 5 app:

```ruby
    config.middleware.use Rack::Throttle::Second, max: 2
```

produces the following error:

```
`<class:Application>': uninitialized constant Rack::Throttle::Second (NameError)
```
@artob artob merged commit a44dee5 into dryruby:master Jul 19, 2016
@artob artob self-assigned this Jul 19, 2016
@artob
Copy link
Member

artob commented Jul 19, 2016

Thanks, LGTM. I've also added contributor access to you so that you can directly make improvements like this. (The idea is to open up the project a bit in a C4 manner.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants