Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive console #34

Closed
mikermcneil opened this issue Aug 13, 2012 · 5 comments
Closed

Interactive console #34

mikermcneil opened this issue Aug 13, 2012 · 5 comments
Milestone

Comments

@mikermcneil
Copy link
Member

No description provided.

@dcbartlett
Copy link
Contributor

please define interactivity...
would you like to run commands to the console for generating models and controllers? that sort of thing?

@mikermcneil
Copy link
Member Author

models mainly, like being able to do

sails console

then having an instantiated version of the app where you can do things like:

User.find(7).done (function (err, user) {
console.log(user);
});

{
name: 'Wiggles',
occupation: 'Wizard',
hobby: 'Spell casting'
}

On Thu, Feb 7, 2013 at 5:04 PM, Dennis Bartlett notifications@github.comwrote:

please define interactivity...
would you like to run commands to the console for generating models and
controllers? that sort of thing?


Reply to this email directly or view it on GitHubhttps://github.com//issues/34#issuecomment-13267488.

Mike McNeil
Founder
http://www.linkedin.com/in/mikermcneil/ http://twitter.com/mikermcneil
http://github.com/balderdashy

   C      O
  NFI    DEN
  TIA   L i
  nfo  rma
  tion in
   tended
only for t      he addressee(s).

If you are not the intended recipient, empl
oyee or agent responsible for delivery to the
intended recipient(s), please be aware that
any review, dissemination, use,distribut
ion or copying of this message and its
contents is strictly prohibited. If
you receive this email in error, ple
ase notify the sender and destroy any
paper or electronic copies immediately.

@dcbartlett
Copy link
Contributor

See pr #111

@mikermcneil
Copy link
Member Author

#111 looks like a good starting point, thanks! So we just need to have the repl bootstrap sails and get access to its globals-- A good starting place might be looking at how Brad did the unit tests?

@mikermcneil
Copy link
Member Author

Done for now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants