0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Working on Mobius' killer feature -- functional browser-side models, with a JQuery bridge -- in the process found a problem with the way update functionality worked. I have changed how GUIDs are generated for documents stored in MongoDB. More... almost 14 years ago
Added a bit more sugar to the find operation. find() returns all models find({'key' : 'value'}) returns specific models. find({key, value}, {key, value}} returns specific models sorted by the second hash. More... almost 14 years ago
Added remove functionality to models. More... almost 14 years ago
Made update better. You can now call update on a loaded model with just key value pairs to update those specific parameters. Also you can update just some parameters in a model. More... almost 14 years ago
Added update functionality for models, a work in progress. I will try to get delete in ASAP. More... almost 14 years ago
Added an example task back in. More... almost 14 years ago
Cleaned up some random junk laying around in folders -- left in some concrete examples of client-side validation and model loading, task scheduling, models and controllers. More... almost 14 years ago
Added in a task scheduling system similar to delayed-jobs. More... almost 14 years ago
Whoops overlapping variable names. More... almost 14 years ago
Fixed up render function from within controllers. More... almost 14 years ago
Adding cookie functionality to the controller. More... almost 14 years ago
Adding cookie functionality. More... almost 14 years ago
Whoops, fat fingers. More... almost 14 years ago
Made things a bit more bullet-proof if the connection to MongoDB happens to die. More... almost 14 years ago
Testing partials functionality. More... almost 14 years ago
Fixed problem caused by overlapping model and controller names. fixed relative path bugs on client-side. More... almost 14 years ago
Creating template for models. More... almost 14 years ago
Working on client interface. More... almost 14 years ago
Actually have a game-plan for the browser-side version of mobius-js. More... almost 14 years ago
Working on browser-side code. More... almost 14 years ago
Added better support for static routing, as part of my master plan to expose javascript classes on both the server and client-side. mwahahahaha! More... almost 14 years ago
Hot-damn, have JSpec working. I can now start building up some test cases. More... almost 14 years ago
Added more documentation. Adding in form helper functionality. More... almost 14 years ago
Worked on a ton of documentation. Continuing to build up framework. More... almost 14 years ago
Cleaning up comments and generating documentation for project. More... almost 14 years ago
Mobius JS almost has functional models. More... almost 14 years ago
Alright, I think I'm starting to figure out what I want to do with this framework. More... almost 14 years ago
Fixed bug introduced by putting README.textile in controllers directory. More... almost 14 years ago
More changes to readme. More... almost 14 years ago
Updated README files based on issues I had installing mobius-js on my Linode. More... almost 14 years ago