29 Apr, 2017

1 commit


21 Apr, 2017

1 commit


06 Apr, 2017

1 commit


26 Mar, 2017

1 commit


24 Mar, 2017

2 commits


23 Mar, 2017

2 commits


20 Mar, 2017

1 commit


19 Mar, 2017

3 commits


14 Mar, 2017

1 commit


13 Mar, 2017

1 commit


12 Mar, 2017

1 commit


11 Mar, 2017

1 commit


10 Nov, 2016

1 commit

  • - Update Meteor to 1.4.2.1
    - Install babel-runtime via NPM per https://forums.meteor.com/t/meteor-1-4-2-1-is-an-important-patch-for-1-4-2-users/31190
    - Update Meteor and Base version in README.md and Index.js page component.
    themeteorchef
     

04 Nov, 2016

1 commit

  • - Remove dependency on faker NPM package.
    - Consolidate insert and update methods into single upsert method.
    - Add /edit and /new pages for editing and creating documents.
    - Move all exports to default exports (linter thing).
    - Add a module for editing and creating documents.
    - Update method tests for documents collection to use new upsert method.
    - Oh, I'm sure there's something else...
    themeteorchef
     

03 Nov, 2016

1 commit

  • - Bump Meteor to 1.4.2.
    - Bump all NPM packages to latest available versions.
    - Correct a few ESLint errors that were spotted.
    - Change casing of file names for components and containers to PascalCase.
    - Bump version of Base and Meteor in package.json and Index.js component.
    - Deprecate get-input-value.js module in favor of direct DOM selection via JS.
    themeteorchef
     

15 Aug, 2016

1 commit


27 Jul, 2016

1 commit


05 Jul, 2016

1 commit


19 May, 2016

1 commit


02 May, 2016

1 commit


21 Apr, 2016

2 commits


20 Apr, 2016

1 commit


07 Apr, 2016

1 commit

  • - Fixes issue where the active state for links wasn't updating. This is due to a bug in React and this implements
    a workaround which relies on setting { pure: false } on the main component container to prevent blocking re-renders
    when moving between routes (and leaving the active state on the old route). Hopefully this is fixed in the future
    as this isn't an ideal implementation.
    tmcdeveloper
     

05 Apr, 2016

1 commit


30 Mar, 2016

1 commit


23 Feb, 2016

1 commit


04 Feb, 2016

1 commit

  • - Adding imports where they make sense.
    - Converting from jshint to eslint and writing styleguide.
    - General file and convention cleanup.
    - Tweaks to misc. annoyances.
    Ryan Glover
     

26 Sep, 2015

1 commit


02 Mar, 2015

1 commit

  • Add npm start script for starting Meteor with settings.json.
    Split settings.json into two files, settings-development.json and settings-production.json.
    Add npm staging and npm production scripts as an example of deploying Meteor with separate settings files.
    Add .gitignore and prevent commit of settings-production.json.
    Update README to reflect changes.
    Closes #32 and Closes #40.
    Ryan Glover