nap
nap
Rails changed the :prefix option for template rendering to :prefixes, which prevents inherited_views from finding the right template to render. Fixed it in this commit. Please note that this also...
There's no real value in doing this and it violates a security best practice...
Discussed in IRC the other day. Noting it here for posterity. Could look into using http://github.com/alexdunae/css_parser for this, although there may be a more efficient path. ``` parser = CssParser::Parser.new...
Looks like LinkedIn has recently changed the company API availability: https://developer.linkedin.com/support/developer-program-transition "All calls to Companies API endpoints will require the authenticated user to be flagged as an administrator of the...
GitHub API query for a user/repo existence ignores case sensitivity but Git itself does not; therefore you can run into a problem when you specify a username like 'defv' (actually...
detect and convert Markdown and Textile READMEs as part of the documentation generation process (much like we support .document)
If a project has a post-commit hook installed by the owner (we have a commit hash for it), perhaps we should indicate this somehow in the project lists. This might...
Rdoc.info currently only tracks and builds docs for your master branch. I've been thinking about creating optional support to track more than one branch through some URL scheme but this...
maybe support it the same way that github does? (a file in the repo root?) maybe roll this into a common file for other future yard processing options?