-
Notifications
You must be signed in to change notification settings - Fork 7
Building
Zete Lui edited this page Aug 16, 2013
·
8 revisions
Build after cloning
bundle
rake gemTo run the tests
rspec -c -f dTo test in GC.stress mode
STRESS=1 rspec -c -f dWith coverage
COVERAGE=1 rspec -c
open .coverage/index.htmlGenerate yardoc and view in browser
rake docOther tasks
rake -TIf you have checked out the submodules before, and run into the problem of not being able to fast-forward the changes, please remove the existing submodules ext/http-parser and ext/multipart-parser-c, then git rebase FETCH_HEAD.
Add a subtree example
git subtree add --prefix=ext/http-parser [email protected]:joyent/http-parser.git master --squashUpdate a subtree example
git subtree --prefix=ext/http-parser- Getting started with a single file
- Getting started with a project structure
- Configure options
- Modulize actions with controller
- Routing and path helper
- Action metadata and content format
- Header, param, session and cookie
- Flash
- The request object
- Response helpers
- Render, layout and partial
- View streaming
- Other helpers
- Custom helpers
- Action lifecycle callbacks
- Test helper
Recipes(todo)
- [Web server]
- [Secure headers]
- [Mapping different paths to a same controller]
- [I18n]
- [Form helpers]
- [Oauth]
- [Test]
-- Digging deeper --