River Lynn Bailey

Results 25 issues of River Lynn Bailey

currently there are no zip gems for ruby that will run in ironruby (none that i know of, anyways...). need to do something to get zip / unzip tasks working...

new-feature

the logging module currently provide an @logger to any class that includes it. this should be changes to use a module level variable, such as Albacore.logger so that the logger...

Stuff To Fix

create a task to run xhtml (and probably others) validation as part of build / test process. see http://mint.litemedia.se/2010/03/19/validate-xhtml-1-0-strict-as-part-of-your-build-process/ (via @prabirshrestha on twitter)

new-feature

create a task that wraps up and executes NDoc

new-feature

add support for named states, or named stacks of states. from Dan Switzer via the Backbone mailing list: --- For me, I think the best way for it to work...

split from #676 this PR migrates the `Primer::ButtonComponent` to `Primer::Beta::Button`, updates all references, and creates a properly deprecated Primer::ButtonComponent in place of the original ## files to note this PR...

## problem the `component_status_migrator.thor` script is unable to migrate any component status if the files exist in any folder other than the root `components/primer` folder. for example, `Primer::Alpha::ButtonMarketing` currently exists...

⚠️ WIP ⚠️ prototype building the utilities files for classify from source directly in PVC, instead of relying on external PCSS node module

migrates `Primer::Image` to `Primer::Alpha::Image`, deprecates `Primer::Image` and updates references

ruby

I'm running into an issue with this image where I can't restart a container after i stop it. the first time I `docker run --name apacheds greggigon/apacheds` (with all my...