3201 Commits

Author SHA1 Message Date
mde
9ae401235a Begin removing fleegix.js dependency, serve static files in all modes. 2010-04-24 14:33:41 -07:00
mde
47c952deb4 Mask out export statement for client-side use. 2010-04-24 14:32:45 -07:00
mde
2c7a18d800 Updated with info about controllers and models/validations. 2010-04-24 14:31:59 -07:00
mde
09e776e2a3 Merge commit 'kurokikaze/model-validations' into model-validations-node-version 2010-04-23 18:12:56 +00:00
mde
66d45f724c Non-core modules in Makefile in alpha order. 2010-04-23 18:05:28 +00:00
mde
bb6da33d2b geddy-async is now geddy-util. 2010-04-23 18:02:23 +00:00
Kuroki Kaze
3ca50c5813 Changed version number in readme 2010-04-23 14:50:10 +04:00
Kuroki Kaze
65964751f5 Removed geddy-async module from makefile 2010-04-23 14:08:03 +04:00
Kuroki Kaze
5defdfe1c2 Updated geddy to Node v0.1.90 (and maybe 0.1.91) 2010-04-23 13:49:57 +04:00
Kuroki Kaze
b1b072be88 Added missing geddy-util module to installation dist 2010-04-23 13:48:33 +04:00
mde
622db9b3dc Cleaned up naming, added commenting, added ability to define methods directly in the model "constructor." 2010-04-23 02:46:02 +00:00
mde
aa476dfe2e Added before- and after-create methods. 2010-04-22 18:39:28 -07:00
mde
1a26eb970f Delegate save operation to DB adapter, fixed incorrect type-coercion. 2010-04-22 17:10:57 -07:00
mde
261e4607a8 Make dependency test lazy. 2010-04-21 22:34:30 +00:00
mde
21d79322e9 Handle client-side dependencies with simple throw. 2010-04-21 22:31:08 +00:00
mde
bf482b2ac3 Begin removing fleegix.js dependency. 2010-04-21 22:28:07 +00:00
mde
245207c063 Making utilities usable on both client and server. 2010-04-21 15:23:33 -07:00
mde
48c93e6210 Moving utilities into geddy-util. 2010-04-21 15:13:53 -07:00
mde
dcd635058c Simplify the client/server env switches. 2010-04-21 14:51:07 -07:00
mde
dd5e8bb304 Finished reorganization into modules. 2010-04-21 21:14:27 +00:00
mde
b53c63948d Broke into modular structure. 2010-04-21 19:57:05 +00:00
mde
9fa918e446 Merge commit 'origin/model-validations' into model-validations 2010-04-21 19:17:02 +00:00
mde
7d954aad44 Added licensing notice. 2010-04-21 19:16:23 +00:00
mde
66792ec09c Allow model/validations to be used client- or server-side. 2010-04-20 20:34:04 -07:00
mde
ac239fd716 Begin adding Apache license text. 2010-04-20 22:44:47 +00:00
mde
d24ef1e67c More work on fleshing out the model. 2010-04-20 22:36:28 +00:00
mde
147162237f Merge commit 'origin/master' into model-validations 2010-04-12 18:34:04 +00:00
mde
b41987b8f6 Updated usage example for AsyncChain. 2010-04-12 18:20:46 +00:00
mde
acd2b08f74 Fixed stupid end-of-line commenting. 2010-04-12 18:15:26 +00:00
mde
c279b851cb Added example model code. 2010-04-11 06:50:48 +00:00
mde
115f9f39f9 Added some doco to the model code to explain some of the metaprogramming. 2010-04-11 06:36:17 +00:00
mde
e345c65c2e Fleshed out validations. 2010-04-11 06:09:05 +00:00
mde
54393b433e Getting some validation. 2010-04-10 06:16:44 +00:00
mde
62e8b6a0bd Metaprogramming for structured CRUD and validations for models. 2010-04-09 06:50:08 +00:00
mde
fa972e7baa Finished up work on cookie-based auth check. 2010-04-09 04:33:47 +00:00
mde
8c3b54233b Programmatic creation of filters, added 'except' and 'only' qualifiers. 2010-04-08 05:59:40 +00:00
mde
96a88dc340 Chained, async before-filters. 2010-04-08 01:23:59 +00:00
mde
73cf06d7a7 Added chained async auth modules. 2010-04-07 04:49:36 +00:00
mde
990a9a997d Begin work on async, chainable auth methods. 2010-04-07 04:38:43 +00:00
mde
72ffd1de69 Use property set on the callback to access the chain for shortCircuit/abort. 2010-04-07 04:36:39 +00:00
mde
373359e154 Default session store should be in-memory. 2010-04-06 22:45:51 +00:00
mde
464aaa780f Started work on before/after action filters. 2010-04-06 16:41:56 +00:00
mde
2512c1a460 Added plugins directory, and stubbed-out auth module. 2010-04-06 16:38:19 +00:00
mde
7f051566d2 Added plugins directory to build script. 2010-04-06 16:32:49 +00:00
mde
8f8a7e3bff Added hooks stub file. 2010-04-06 16:28:44 +00:00
mde
fa6a6ec7ff Added note about prereqs and building. 2010-04-06 04:53:53 +00:00
mde
3fc37f541b Added creation of app/views directory to app build task. 2010-04-06 04:50:08 +00:00
mde
ea9384c2b0 Backed out change from sys to child_process, pin Geddy to Node version 0.1.33 for now. 2010-04-06 04:49:31 +00:00
mde
a23284f80b Back out change from sys to child_process, pin Geddy to Node version 0.1.33 for now. 2010-04-06 04:42:41 +00:00
mde
8da9d08822 Started stubbing out hooks for after/before controller filters. Use AsyncGroup instead of AsyncChain for faster startup. 2010-04-06 04:20:11 +00:00