240 Commits

Author SHA1 Message Date
mde
baf8c530b3 Added async before/after filter examples 2013-07-16 09:38:32 -07:00
mde
7e268c1958 Migrations FAQ 2013-07-15 12:12:55 -07:00
Larz Conwell
360dd5e536 Close #409, proper custom helper documentation 2013-07-12 20:20:54 -07:00
mde
ea8f740f3c Auth should be in Guide, not Ref 2013-07-12 20:02:34 -07:00
mde
b75cecc5e2 Added migation to generator command list 2013-07-08 22:14:20 -07:00
mde
f3070da4aa Documentation for migrations 2013-07-08 22:13:56 -07:00
mde
a8d8c7792d Update doc branch, fix menu behavior 2013-07-04 15:16:03 -07:00
mde
b48046810b Updates to Model docs, validations and scenarios 2013-07-04 14:47:13 -07:00
mde
0056b34e61 Removed references to building and testing 2013-07-02 23:26:28 -07:00
mde
4d050fe289 Consistent titles 2013-07-02 23:22:51 -07:00
mde
50a07147ee One more level 2013-07-02 23:20:52 -07:00
mde
3f8137fc29 Change header level 2013-07-02 23:16:25 -07:00
mde
58b62482e2 Get Guide and Ref rendering 2013-07-02 23:13:52 -07:00
mde
73757dcf15 Guide and Ref pages 2013-07-02 22:21:57 -07:00
mde
10aea2f9f5 Split topics 2013-07-02 21:58:06 -07:00
mde
3e509b1ca7 Topic file for guide 2013-07-02 21:53:38 -07:00
mde
e44c8e1a2f Reorg docs 2013-07-02 21:52:40 -07:00
mde
59fad7f1ab Merge branch 'master' of github.com:mde/geddy into doc-updates-v0.9 2013-07-01 23:25:17 -07:00
Glenn Block
4ccaba8f8a Adding Azure 2013-06-30 09:35:48 -07:00
mde
7426035b69 Removed unnecessary escaping 2013-06-23 17:33:03 -07:00
mde
56d9740ab1 Better formatting 2013-06-23 17:31:44 -07:00
mde
160e9ef1a0 Doc top-level console command 2013-06-23 17:28:43 -07:00
mde
a847e90997 Update CLI docs to reflect CLI rewrite 2013-06-23 16:45:46 -07:00
mde
a2a4af6d17 Remove numbering of topics 2013-06-23 14:56:15 -07:00
mde
b5003705de Pull topics list from a reorderable config file 2013-06-23 14:39:31 -07:00
mde
a4b3676b07 Doc the controller-level setting for i18n locale 2013-06-23 12:49:17 -07:00
mde
45a08f77e3 Documented the displayFlash helper` 2013-06-09 11:32:56 -07:00
Miguel Madero
cb73c4a7b3 Merge pull request #344 from akhoury/select_tag_options_attrs_support
adding support for selectTag.option tag to accept attributes
2013-05-11 17:16:54 -07:00
mde
b56807f509 Removed array datatype from docs 2013-05-09 12:13:34 -07:00
mde
06563213e8 More swig changes from Larz 2013-05-07 21:44:14 -07:00
Ken
f0d959083f remove custom 'javascript' response left over from an old project; add swig back in after merge; update docs and CLI help for swig 2013-04-30 21:52:23 -06:00
Ken
e0cac2386c Merge branch 'refs/heads/v0.8' into v0.8-swig-integration
Conflicts:
	docs/5-templates.md
	lib/app.js
	lib/controller/base_controller.js
2013-04-24 16:35:23 -06:00
mde
3b40dfc69d Better wording 2013-04-16 19:14:53 -07:00
mde
d3fe0e8d0d Document a couple more flash methods 2013-04-16 19:10:22 -07:00
mde
5b3db5951b Updated API to use .flash object on controller, updated docs 2013-04-16 18:57:44 -07:00
Aziz Khoury
d2aa6faf5b updating docs mde/geddy#325 2013-04-15 10:18:50 -04:00
Ondrej Brinkel
dc33326b72 #74: added session flashbag docs 2013-04-12 23:56:04 +02:00
mde
1e4abc12c8 Added docs for custom stausCode and empty bodies 2013-04-11 20:51:09 -07:00
mamadero
ed242003a8 Fixes docs to use numbers 2013-03-17 19:11:00 -06:00
Miguel Madero
b41bf8063a Merge pull request #330 from lgomezma/patch-2
Update 4-models.md
2013-03-17 17:34:08 -07:00
mde
36c82350c7 Merge branch 'v0.7'
Conflicts:
	docs/5-templates.md
2013-03-17 13:28:18 -07:00
lgomezma
50c5f39df8 Update 4-models.md
Documented the option in validatesLength to pass just a number as a qualifier to check the exact length of the property.
2013-03-17 13:03:47 +01:00
MiguelMadero
dfd0f5040d Fixes issue with the signature of validatesLength in the docs and adds the option parameter to all of the validates* functions 2013-03-15 17:01:06 -06:00
mamadero
8492558d25 Adds missing ticks to indicate the end of the code block 2013-03-14 15:30:50 -06:00
--global
acaea9861d Updates the documentation to add the new selectTag helper 2013-03-14 15:30:39 -06:00
mamadero
94033e18b9 Deletes duplicated files after introducing 6-helpers.md 2013-03-14 14:28:26 -06:00
lgomezma
2466a0ef77 Update 4-models.md
Corrected the model's properties example, some single quotes were missing
2013-03-14 17:49:33 +01:00
Larz Conwell
57e5967bf3 Split templates docs into template and helpers docs.
Document custom helpers in helpers docs.
2013-03-13 20:02:54 -04:00
mamadero
07991687cf Adds missing ticks to indicate the end of the code block 2013-03-13 14:46:52 -06:00
Ken
d5b0d092ed update doc; repoint geddyPassport to official repo in Jakefile 2013-03-13 01:47:24 -06:00