-
Notifications
You must be signed in to change notification settings - Fork 66
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
travis support #57
Comments
Neat. Would definitely like to support Travis. Do you have any idea what the current gaps are? We have some tests, but no nose support yet, though we're not far from it either. On Mar 28, 2012, at 1:19 AM, kracekumar [email protected] wrote:
|
I haven't fully explored brubeck so I am providing suggestion from my limited experience. Improvements
Since I haven't explored completely brubeck, i just asked myself, If I am creator or co-author of a web framework, how will I make it better for pythonista? |
did i misunderstand yur question ? |
I think this list is excellent, Krace. Writing more inline. On Mar 28, 2012, at 10:45 AM, kracekumar [email protected] wrote:
This would be great.
Agreed. What gaps do you see that make this hard?
Backboning is indeed complete and in master. Check out http://github.com/j2labs/todos I agree about having more examples. I have been collecting demos, but I think it might be time to get more comprehensive examples together. I also have: https://github.com/j2labs/readify & https://github.com/j2labs/buckly Jordan Orelli and Seth Murphy built a chat system, backed by Redis: https://github.com/jordanorelli/chatify Seth also built oauth clients for Brubeck, but I can't recall the URL. (typing this on the subway)
I'd be happy to host stuff on brubeck.io.
Agreed! Quickness is going to be helpful here.
Also agreed. I would like to use the QuerySet interface for anything involving a database. What type of environments do you typically see? Perhaps we could mock some of those in hopes of getting a prototype together that's close to behaving how people need it.
Showing them both behind Mongrel2 would be awesome. Do you have any experience running Django behind Mongrel2. I suspect the config would look almost the same as having nginx as an up streaming proxy, too. This would be a cool environment to build in Quickness too. Let people experiment quickly.
I agree!
I have tried to do this on my blog, but I think we could share a blog and provide better info to our users.
Agreed! I think we should be experimental before we get to 1.0 and nail down some clean ideas. Specifically, I think Brubeck should be able to do most of the redundant stuff in building web services. Long polling, templates, rest apis, auth, oauth, nonblocking I/O, etc. Ideally, it would offer a lot of the same experience as Django, but with different, leaner nuts and bolts.
My advice would be to never just learn how something works. Always ask why it was designed a certain way. That will inform your creative efforts. From there, you just need to build the best ideas you know of every time you build something. Lots of smart folks will tell you how to be better. Listen to them. Especially if they're well-read. |
Here is a link to @sethmurphy's oauth-client: https://github.com/sethmurphy/BrubeckOAuth Seth's gh also includes a MySQL queryset using pymysql and a Brubeck file uploader. This cracks me up too: https://github.com/sethmurphy/BrubeckUploader/blob/master/brubeckuploader/handlers.py#L25 - This will go in core very soon! I'm updating the demo projects first though. Just updated buckly! |
I feel having real public facing site should boost this.
If we can show examples how to single Query set to connect to MySQL, Postgres, Oracle, Redis, Mongo, Cassanda, Couch should be fine. We might have section like code snippets where people can submit the snippet and review can be done accordingly.
I don't experience with Django probably I can try Flask this weekend.
Yes, learn from smart people :) |
Now travis supports |
Add travis support to brubeck, http://travis-ci.org/
The text was updated successfully, but these errors were encountered: