-
Hi guys,
I just installed the mvcsitemap provider for MVC 5 basic package i.e. not with external DI.
When I run my MVC APP it now crashes on start up with the following:
Compilation Error
Descript…
-
% A Taste Functional Programming with Haskell
% Haisheng, Wu
% App, 2014
# AGENDA
- Functional Programming
- Haskell Features
- Practical examples
- "Hello World" in Haskell
- Resources
# Functional P…
-
I started a new project and created my mojito app and a mojit for it. But, when I started mojito
mojito start
I received these lines. I have other mojito apps that are running perfectly, but for this…
-
Now that routes.json is no longer contextualized, there is no way to specify which routes can be made available to the client runtime. As a result all routes are visible on the client side, which adds…
-
The context defined at start up time is not reflected per request. For example if the environment is set to "development" at startup, I would expect req.context.environment to be equal to "development…
-
The mojito concept of "view" should become "template" instead, to be consistent with YAF. This is perhaps nothing more than a terminology change (no architectural changes, though perhaps some filepat…
-
Introduce YUI ModelList to Mojito.
If the model list has already been populated from the server side by calling the load() function, then we need to serialize the list and pass it over to the browser…
-
I would love to see mojito-cli generate Promises instead of callbacks.
So, the template for a model could be:
``` js
/*jslint anon:true, sloppy:true, nomen:true*/
YUI.add('FooModel', function(Y, NAME…
-
I've got an examplecode shown in https://gist.github.com/3874765
Now, the problem arises at line 84: if there is a MySql-error, this.end() is called, but this function does not exists. Reason is probl…
-
An error occured when i made the adding_view_engines code example. the Mojit default worked fine in views/default_ve.hb.html but the ejs views/added_ve.ejs.html returns an error.
I am using Mojito 0.6…