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

Fixed errors in README related to OneFile. #8

Merged
merged 1 commit into from Jun 24, 2014
Merged

Conversation

parndt
Copy link
Contributor

@parndt parndt commented Jun 23, 2014

The problem was that OneFile::Controllers didn't exist yet and we were trying to create OneFile::Controllers::Home. We had the same problem with OneFile::Views and OneFile::Views::Home

We also want to include Lotus::Controller instead of OneFile::Controller and Lotus::View instead of OneFile::View.

Hopefully this accurately reflects how it should be working.

The problem was that `OneFile::Controllers` didn't exist yet and we were trying to create `OneFile::Controllers::Home`.  We had the same problem with `OneFile::Views` and `OneFile::Views::Home`

We also want to include `Lotus::Controller` instead of `OneFile::Controller` and `Lotus::View` instead of `OneFile::View`.
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 2ecbab2 on parndt:patch-1 into 479159a on lotus:master.

@fuadsaud
Copy link

Makes sense. Flat namespace declarations suck 😣

@parndt
Copy link
Contributor Author

parndt commented Jun 23, 2014

Yes, I commonly see problems when they're used.

@jodosha
Copy link
Member

jodosha commented Jun 24, 2014

@parndt Thank you, merging 👍

jodosha added a commit that referenced this pull request Jun 24, 2014
Fixed errors in README related to OneFile.
@jodosha jodosha merged commit f1f4e5f into hanami:master Jun 24, 2014
@parndt parndt deleted the patch-1 branch June 30, 2014 11:10
kimh pushed a commit to kimh/lotus that referenced this pull request Jul 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants