240 Commits

Author SHA1 Message Date
--global
48f5ee3ce8 Updates the documentation to add the new selectTag helper 2013-03-12 21:49:22 -03:00
Miguel Madero
44b611b7f2 Merge pull request #320 from ben-ng/master
Fixed small typos in docs
2013-02-24 11:52:19 -08:00
Ben Ng
7562e1a757 Fix typos in docs 2013-02-24 13:46:30 -06:00
Mike DeVita
7f5ea8f292 updated documentation for heroku, merged from mde/geddy with latest updates 2013-02-18 13:56:36 -07:00
Daniel Erickson
bfc292575d Merge pull request #314 from bloodyKnuckles/patch-2
Update docs/4-models.md
2013-02-15 14:13:03 -08:00
bloodyKnuckles
6f583a7395 Update docs/4-models.md
line 107: changed lenght to length
line 122: changed min to max
2013-02-15 16:07:13 -06:00
bloodyKnuckles
5123885b47 Update docs/3-controllers.md
line 92: changed "before-filter" to "after-filter"
2013-02-15 16:00:42 -06:00
Mike DeVita
890dd017cf Updated documentation again
this time to not include the invalid env variable for IP, and also to not include the production.js bit as its not uncommented by default.
2013-02-14 12:26:15 -07:00
Mike DeVita
eeeffcb894 Updated documentation again
to reflect env variables for heroku, and steps to remove config lines from production.js
2013-02-14 11:24:03 -07:00
Larz Conwell
36baeeee8e Include fixed info for deploying on Heroku including the issue with
.gitignore and config/secrets.json
2013-02-14 13:13:55 -05:00
Mike DeVita
b1c2f209b9 Updated documentation to reflect proper heroku steps 2013-02-14 11:11:38 -07:00
Larz Conwell
1d61c28390 Update authentication docs to match the new config/secrets.json format 2012-12-04 14:30:38 -05:00
mde
142c02eb22 Better docs for associations 2012-11-14 16:05:55 -08:00
mde
9f17e1457b More better docs for controller error 2012-11-10 12:29:27 -08:00
mde
88d1eb7f45 Better docs for controller error method 2012-11-10 12:25:49 -08:00
Aashay Desai
2949a4d906 Error method parameter is "message" not "msg" 2012-11-10 12:18:25 -08:00
Larz Conwell
48147726dc Add a note to the depoyment docs about .gitignore on Nodejitsu 2012-11-10 12:45:39 -05:00
Larz Conwell
85d1a2f495 Add Nodejitsu docs for deployment 2012-11-09 11:26:42 -05:00
mde
26c39e6302 Stupid typo 2012-11-05 22:54:34 -08:00
mde
0469205161 Updates to auth docs 2012-11-05 22:52:45 -08:00
mde
b238871592 Docs for auth 2012-11-02 22:04:16 -07:00
mde
680b9d3920 Authentication docs: go to 11 2012-11-02 21:29:19 -07:00
mde
c40d697ae3 Updated docs about deployment without the CLI 2012-10-22 16:08:03 -07:00
Miguel Madero
12f3cf447e Merge branch 'master' into deploymentDoco 2012-10-18 17:14:26 -03:00
Larz Conwell
618e2c2096 Closes #223, Added Utilities documentation, also fixed a typo in templates docs. 2012-10-17 20:13:12 -04:00
Miguel Madero
09984e012a Adds disclaimer 2012-10-17 17:09:47 -03:00
Daniel Erickson
5dd6c88b99 Update i18n docs - fix @mde's formatting 2012-10-17 00:08:35 -07:00
mde
0921cc6e0f i18n docs 2012-10-16 22:06:53 -07:00
Miguel Madero
784ea41f6d Adds deployment documentation 2012-10-16 18:34:13 -03:00
Techwraith
3c91612441 added docs for the model relationship instance methods 2012-10-13 20:47:29 -07:00
Techwraith
53ef129493 give sessions a number 2012-10-13 17:26:55 -07:00
Techwraith
fee929fd6e Merge branch 'master' of github.com:mde/geddy 2012-10-13 17:24:57 -07:00
Techwraith
d5b1a175c6 Added sessions docs 2012-10-13 17:24:48 -07:00
Larz Conwell
c2df52f84e Closes #227, added select tag support for contentTag, if the tag is select and the content is an Array then it will use the array items as options for the select statement.
Also fixed some error dealing with i18n, where `lib/model/*` was requiring a non existant file/dir.
2012-10-13 14:25:49 -04:00
Techwraith
2219977f43 added static method docs 2012-10-11 21:03:29 -07:00
Techwraith
acec0ccddf Merge branch 'master' of github.com:mde/geddy 2012-10-10 18:36:17 -07:00
Techwraith
9033898bef added some query docs to model 2012-10-10 18:36:06 -07:00
mde
8730724d76 Typo 2012-10-09 23:13:16 -07:00
mde
d09b89cbad Stupid smart-quotes 2012-10-09 23:11:20 -07:00
mde
8315909b32 Fucking formatting 2012-10-09 23:07:00 -07:00
mde
08385fc881 Removed curlies 2012-10-09 23:05:53 -07:00
mde
7ec081685c A few minor tweaks 2012-10-09 22:59:56 -07:00
mde
e1780b149a Updated style to conform to styleguide 2012-10-09 22:58:29 -07:00
mde
2160f01da9 A bunch of proofreading 2012-10-09 22:57:54 -07:00
mde
6b0339448d Upated doc code examples to match our styleguide 2012-10-09 22:42:38 -07:00
Daniel Erickson
9679a357a9 Update docs/5-templates.md
Add scaffold examples to supported view engines.
2012-10-09 18:11:25 -07:00
Daniel Erickson
36630ec039 Update docs/3-controllers.md
Fix response typo
2012-10-09 18:04:26 -07:00
Techwraith
a773caa8a9 fixed app structure 2012-10-08 22:39:54 -07:00
Techwraith
3e45d54d25 most of the model docs are done, just need to do the query stuff 2012-10-07 23:16:01 -07:00
Techwraith
285b50e920 most of the model docs are done, just need to do the query stuff 2012-10-07 23:12:28 -07:00