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

Move all regenerate? checking to Regenerator #3326

Merged
merged 3 commits into from Jan 20, 2015

Conversation

alfredxing
Copy link
Member

Moves all Post/Page/Document regenerate? checking to Regenerator (renamed from Metadata). Also allows non-core objects to be rendered with out an error (fixes #3311).

/cc @parkr @envygeeks @crearc

@parkr
Copy link
Member

parkr commented Jan 18, 2015

Cursory glance says 👍 . Will take a closer look tonight. Thank you!!

@parkr parkr added this to the 3.0 milestone Jan 18, 2015
}
metadata.write unless full_rebuild?
regenerator.write unless full_rebuild?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This method is kind of ambiguous.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The naming?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, fixed. It was metadata.write before, which made sense, but now it's renamed to regenerator.write_metadata.

@parkr
Copy link
Member

parkr commented Jan 20, 2015

LGTM. @envygeeks / @mattr- , wanna take a look?

@envygeeks
Copy link
Contributor

👍

@parkr parkr merged commit c2f0b9a into jekyll:master Jan 20, 2015
parkr added a commit that referenced this pull request Jan 20, 2015
@parkr
Copy link
Member

parkr commented Jan 20, 2015

Thanks!!

@jekyll jekyll locked and limited conversation to collaborators Feb 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

undefined method `regenerate?'
4 participants