Code Monkey home page Code Monkey logo

joodoweb's People

Contributors

dcmoore avatar edtsech avatar mikeebert avatar nickmeccia avatar ryanzverner avatar slagyr avatar trptcolin avatar zacholauson avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

joodoweb's Issues

Minor namespace require typos

Since leaving Gaeshi and moving to the latest Joodo, I had to make one minor change:

Was:

(ns sample_app.view.view-helpers
  "Put helper functions for views in this namespace."
  (:require [joodo.views :refer [render-partial *view-context*]]
            [chee.string :refer [gsub]]
            [hiccup.page-helpers :refer :all]
            [hiccup.form-helpers :refer :all]
            [sample_app.controller.post-controller :refer [blog-post-filenames]]
            [clojure.string :as string :refer [split]]))

To:

(ns sample_app.view.view-helpers
  "Put helper functions for views in this namespace."
  (:require [joodo.views :refer [render-partial *view-context*]]
            [chee.string :refer [gsub]]
            [hiccup.page :refer :all]
            [hiccup.form :refer :all]
            [sample_app.controller.post-controller :refer [blog-post-filenames]]
            [clojure.string :as string :refer [split]]))

joodoweb.com is outdated.

I see that the top level namespace in the tutorial was fixed to sample-app 5 months ago (4b06d52), but the site still displays older version. This change can be a wall and deal breaker for newbies. It would be great to update the tutorial.

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.