Giter Site home page Giter Site logo

quorra's People

Contributors

0xnbk avatar harishanchu avatar hiroppy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

quorra's Issues

Unable to create new project due to Moment

Log slice:

Command failed: npm install quorra@latest
npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated [email protected]: Deprecated, use jstransformer
npm WARN deprecated [email protected]: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/
npm WARN deprecated [email protected]: This module is deprecated
npm ERR! code ETARGET
npm ERR! notarget No matching version found for moment@= 1.7.0
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget 
npm ERR! notarget It was specified as a dependency of 'emailjs'
npm ERR! notarget

Update of Waterline

I was following an issue (and a PR) on Waterline about the custom name of autoCreatedAt and autoUpdatedAt but it seems to not working on Quorra.
In the node_modules of Waterline-schema there isn't the PR, so, how can we update it?

Thanks!

Awesome works guys

just come to know about Quorra and immediately fall in love with it :) its really awesome!
some suggestion why not twig its default template!

Custom error message

Hi guys,
how can we render a custom error (Ouch page) without the res instance? A simple throw did not work (it generates a 500 error, but there isn't the custom message).

Contribution guide

Hi!
I was looking for some framework for Node JS that had the approximated organization that Laravel has.
Making some searches, I found Quorra.

I liked the project pretty much, and I was wondering if I could contribute with it. I didn't see any "Contribution guide" on README of the project.

Could I make some PR?

Policy based authorization

I'm going to be starting on a project in 3 weeks, hopeing to use quorrajs. I was wondering if it is achievable to have policy based authorization on routes, controllers etc similar to Laravel.
https://laravel.com/docs/5.2/authorization

From looking at the docs I haven't seen anything to do with authorization. Im also new to node, so maybe if you could please point me to the right direction so I can try to implement it :)

Btw I love the framework!!

Request object return {}

This is my form:

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
</head>
<body>
<form action="/" method="post" enctype="multipart/form-data">
    <input type="file" name="img" id="img">
     <input type="hidden" name="_token" value="{{ csrfToken }}">

    <input type="submit" value="Submit">
</form>
</body>
</html>

and this is my route.js


Route.get('/', function(req, res) {
    res.view('index', { csrfToken: req.csrfToken() });
});
Route.post('/', { uses: function(req, res) {
    res.send(req.input.all());
}});

But, when I submit the form, the json output is {}
captura de tela de 2017-07-21 02-04-00

Can you help me?

[Feature] Ability to hot reload controllers

I was writing a simple app to try this out, but found it super annoying having to npm start each time I added lines of code.. Would be kinda cool to have a dev server of some sort setup where I could add lines of code, refresh the route, and have those changes reflected. Or is there a simple node watch cli toolkit i could use that maybe watches a dir, and stops and starts my qurorra listener?

Jade to Pug

Love the framework lads - but is there at all a plan to move from Jade to Pug?

ES6

Hi, any plans to move to ES6 syntax?
Thanks.

project status

High guys,

Quite impressive work. I was wondering what's planned for the future ?
It seems there's no more active development which is quite concerning when considering a new framework.

Is development completely frozen or is it just because of the lack of need/idea for new features ?
I know it is quite young so maybe you guys are just looking for more feedback ?

Jade and Elixir

Can't seem to get this to work

<script src="{{ elixir('js/app.js') }}"></script>

This is my Jade layout file

doctype html
html
head
title= title
link(rel="stylesheet", href="{{ elixir('css/app.css') }}")
body
div.container
block content

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.